2025-03-03 17:08:38 -05:00
|
|
|
# To see all available options, please visit the docs:
|
|
|
|
# https://docs.fossorial.io/Pangolin/Configuration/config
|
|
|
|
|
2024-10-12 18:21:31 -04:00
|
|
|
app:
|
2025-01-23 22:23:50 -05:00
|
|
|
dashboard_url: "http://localhost:3002"
|
|
|
|
log_level: "info"
|
2024-10-23 00:01:41 -04:00
|
|
|
save_logs: false
|
2024-10-12 18:21:31 -04:00
|
|
|
|
2025-02-24 22:25:42 -05:00
|
|
|
domains:
|
|
|
|
domain1:
|
|
|
|
base_domain: "example.com"
|
|
|
|
cert_resolver: "letsencrypt"
|
|
|
|
|
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
|
2025-01-23 22:23:50 -05:00
|
|
|
internal_hostname: "pangolin"
|
2025-01-26 14:42:02 -05:00
|
|
|
session_cookie_name: "p_session_token"
|
2025-01-23 22:23:50 -05:00
|
|
|
resource_access_token_param: "p_token"
|
2025-05-02 10:52:12 -04:00
|
|
|
secret: "your_secret_key_here"
|
2025-04-06 11:46:08 -04:00
|
|
|
resource_access_token_headers:
|
|
|
|
id: "P-Access-Token-Id"
|
|
|
|
token: "P-Access-Token"
|
2025-01-26 14:42:02 -05:00
|
|
|
resource_session_request_param: "p_session_request"
|
2024-10-12 18:21:31 -04:00
|
|
|
|
2024-10-22 00:09:27 -04:00
|
|
|
traefik:
|
2025-01-23 22:23:50 -05:00
|
|
|
http_entrypoint: "web"
|
|
|
|
https_entrypoint: "websecure"
|
2024-11-23 23:31:22 -05:00
|
|
|
|
2024-10-26 16:04:01 -04:00
|
|
|
gerbil:
|
|
|
|
start_port: 51820
|
2025-01-23 22:23:50 -05:00
|
|
|
base_endpoint: "localhost"
|
2025-01-11 12:36:28 -05:00
|
|
|
block_size: 24
|
|
|
|
site_block_size: 30
|
|
|
|
subnet_group: 100.89.137.0/20
|
2025-01-06 22:25:37 -05:00
|
|
|
use_subdomain: true
|
2024-10-26 16:04:01 -04:00
|
|
|
|
2024-12-21 21:01:12 -05:00
|
|
|
rate_limits:
|
|
|
|
global:
|
|
|
|
window_minutes: 1
|
2025-04-06 11:46:08 -04:00
|
|
|
max_requests: 500
|
2024-11-24 11:58:35 -05:00
|
|
|
|
2024-12-25 15:54:32 -05:00
|
|
|
users:
|
|
|
|
server_admin:
|
2025-01-23 22:23:50 -05:00
|
|
|
email: "admin@example.com"
|
|
|
|
password: "Password123!"
|
2024-12-25 15:54:32 -05:00
|
|
|
|
2024-12-01 19:45:36 -05:00
|
|
|
flags:
|
2025-01-15 23:26:31 -05:00
|
|
|
require_email_verification: false
|
2025-01-13 23:59:10 -05:00
|
|
|
disable_signup_without_invite: true
|
|
|
|
disable_user_create_org: true
|
2025-01-29 00:03:10 -05:00
|
|
|
allow_raw_resources: true
|
2025-02-08 12:26:52 -05:00
|
|
|
allow_base_domain_resources: true
|