Files
smarthost-proxy/proxy_config
gyurix 55dade2f34
All checks were successful
continuous-integration/drone/push Build is passing
replaced safebox
2025-03-05 17:25:36 +01:00

25 lines
923 B
Plaintext

{
"proxy_scheduler_local": {
"SERVICE_FILES": "/etc/user/config/services",
"DOCKER_REGISTRY_URL": "safebox",
"GENERATE_CERTIFICATE": "true",
"LETSENCRYPT_URL": "letsencrypt.org",
"LETSENCRYPT_SERVICE_NAME": "letsencrypt.json",
"LETSENCRYPT_SERVER": "letsencrypt",
"CERT_DIR": "/keys",
"DOMAIN_DIR": "/domains",
"PROXY_SERVICE_FILE": "smarthost-proxy.json",
"PROXY_CONFIG_DIR": "/proxy_config",
"PROXY_TYPE": "",
"TIMEOUT": "5",
"RESTART": "3",
"ROLE": "smarthost-backend-proxy",
"SERVICE_NAME": "smarthost-proxy"
},
"smarthost_loadbalancer": {
"letsencrypt": "letsencrypt",
"backend1": "smarthostbackend-1",
"backend2": "smarthostbackend-2"
}
}