This commit is contained in:
Michał Flak
2026-02-24 01:59:09 +01:00
commit 47d0fcd244
4 changed files with 468 additions and 0 deletions

12
.env.example Normal file
View File

@@ -0,0 +1,12 @@
# 1Password secret references (use `op run` to inject)
APOLLO_API_KEY=op://InternalAI/apollo/credential
PDL_API_KEY=op://InternalAI/peopledatalabs/credential
FULLENRICH_API_KEY=op://InternalAI/fullenrich/credential
# Caddy basic auth
BASIC_AUTH_USER=admin
# Generate hash with: caddy hash-password --plaintext 'yourpassword'
BASIC_AUTH_PASS_HASH=$2a$14$...
# Port to expose (default: 8080)
LISTEN_PORT=8080