File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,14 @@ MAXRECORDS=1000
1414STORE = redis
1515REDIS_URL = redis://10.254.1.51:6379
1616
17- # Enable a demo page on http://localhost:8080 when true
17+ # Enable a demo page on http://localhost:8000 when true
1818DEMO = true
1919DEMO_PORT = 8000
20+
21+ # Analytics & Dashboard
22+ POSTGRES_URL = postgres://altcha:altcha@10.254.1.51:5432/altcha?sslmode=disable
23+ AUTH_PROVIDER = basic
24+ AUTH_USERNAME = admin
25+ AUTH_PASSWORD = admin
26+
27+ GEOIP_DB = database/GeoLite2-Country.mmdb
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ kind: Ingress
3232metadata :
3333 name : altcha-internal
3434 annotations :
35+ cert-manager.io/cluster-issuer : letsencrypt-prod
3536 nginx.ingress.kubernetes.io/ssl-redirect : " false"
3637spec :
3738 ingressClassName : nginx-internal
4647 name : altcha
4748 port :
4849 name : http
50+ tls :
51+ - hosts :
52+ - altcha.internal.example.com
53+ secretName : altcha.internal.example.com
4954---
5055# Dashboard Ingress (internal): analytics dashboard
5156apiVersion : networking.k8s.io/v1
You can’t perform that action at this time.
0 commit comments