2024-10-12 18:21:31 -04:00
|
|
|
app:
|
2025-01-03 22:32:24 -05:00
|
|
|
base_url: https://proxy.example.com
|
|
|
|
log_level: info
|
2024-10-23 00:01:41 -04:00
|
|
|
save_logs: false
|
2024-10-12 18:21:31 -04:00
|
|
|
|
|
|
|
server:
|
2024-10-23 00:01:41 -04:00
|
|
|
external_port: 3000
|
|
|
|
internal_port: 3001
|
2024-12-07 23:04:18 -05:00
|
|
|
next_port: 3002
|
2024-11-27 14:35:38 -05:00
|
|
|
internal_hostname: pangolin
|
2024-11-24 11:58:35 -05:00
|
|
|
secure_cookies: false
|
2024-12-27 00:46:19 -05:00
|
|
|
session_cookie_name: p_session
|
|
|
|
resource_session_cookie_name: p_resource_session
|
2024-10-12 18:21:31 -04:00
|
|
|
|
2024-10-22 00:09:27 -04:00
|
|
|
traefik:
|
2024-10-23 00:01:41 -04:00
|
|
|
cert_resolver: letsencrypt
|
|
|
|
http_entrypoint: web
|
|
|
|
https_entrypoint: websecure
|
2024-11-24 22:34:11 -05:00
|
|
|
prefer_wildcard_cert: true
|
2024-11-23 23:31:22 -05:00
|
|
|
|
2024-10-26 16:04:01 -04:00
|
|
|
gerbil:
|
|
|
|
start_port: 51820
|
2025-01-03 22:32:24 -05:00
|
|
|
base_endpoint: proxy.example.com
|
2024-12-01 19:45:36 -05:00
|
|
|
use_subdomain: false
|
2024-10-26 16:04:01 -04:00
|
|
|
block_size: 16
|
2024-11-23 23:31:22 -05:00
|
|
|
subnet_group: 10.0.0.0/8
|
2024-10-26 16:04:01 -04:00
|
|
|
|
2024-12-21 21:01:12 -05:00
|
|
|
rate_limits:
|
|
|
|
global:
|
|
|
|
window_minutes: 1
|
|
|
|
max_requests: 100
|
2024-11-24 11:58:35 -05:00
|
|
|
|
|
|
|
email:
|
|
|
|
smtp_host: host.hoster.net
|
|
|
|
smtp_port: 587
|
2025-01-03 22:32:24 -05:00
|
|
|
smtp_user: no-reply@example.com
|
2024-11-24 11:58:35 -05:00
|
|
|
smtp_pass: aaaaaaaaaaaaaaaaaa
|
2025-01-03 22:32:24 -05:00
|
|
|
no_reply: no-reply@example.com
|
2024-12-01 19:45:36 -05:00
|
|
|
|
2024-12-25 15:54:32 -05:00
|
|
|
users:
|
|
|
|
server_admin:
|
|
|
|
email: admin@example.com
|
|
|
|
password: Password123!
|
|
|
|
|
2024-12-01 19:45:36 -05:00
|
|
|
flags:
|
2024-12-12 22:46:58 -05:00
|
|
|
require_email_verification: true
|
2024-12-25 15:54:32 -05:00
|
|
|
disable_signup_without_invite: true
|
|
|
|
disable_user_create_org: true
|
2025-01-03 22:32:24 -05:00
|
|
|
|