Next.js+React web interface for controlling HAProxy clusters (groups of servers), in conjunction with with https://gitgud.io/fatchan/haproxy-protection.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

22 lines
582 B

COOKIE_SECRET="changeme"
DB_URL="mongodb://localhost:27017"
NEXT_PUBLIC_CUSTOM_BACKENDS_ENABLED="true"
CUSTOM_BACKENDS_ENABLED="true"
BACKEND_NAME="servers"
SERVER_PREFIX="websrv"
HOSTS_MAP_NAME="hosts"
BLOCKED_MAP_NAME="blocked"
DDOS_MAP_NAME="ddos"
BACKENDS_MAP_NAME="backends"
WHITELIST_MAP_NAME="whitelist"
MAINTENANCE_MAP_NAME="maintenance"
REWRITE_MAP_NAME="rewrite"
DEFAULT_CLUSTER="http://admin:admin@localhost:2001/"
NAMESERVERS="what.ever.your.nameserver"
ALL_IP_DOMAIN="whatever.whatever.com"
ALLOW_SELF_SIGNED_SSL=
PINNED_FP=
CUSTOM_CA_PATH=
INFLUX_HOST=
INFLUX_TOKEN=