added gitea and fixed the config script up
This commit is contained in:
@@ -2,30 +2,33 @@
|
||||
# Cloudflare Tunnel Configuration
|
||||
# Auto-generated by Changemaker Configuration Wizard
|
||||
|
||||
tunnel: test # e.g. 1234567890abcdef
|
||||
credentials-file: /home/coder/.cloudflared/test.json # e.g. /home/coder/.cloudflared/[insert tunnel number].json
|
||||
tunnel: 4948fed8-3fd4-4562-ace7-d3e9ebc590b0 # e.g. 1234567890abcdef
|
||||
credentials-file: /home/coder/.cloudflared/4948fed8-3fd4-4562-ace7-d3e9ebc590b0.json # e.g. /home/coder/.cloudflared/[insert tunnel number].json
|
||||
ingress:
|
||||
|
||||
- hostname: dashboard.savetheostriches.com
|
||||
- hostname: homepage.albertademocracytaskforce.org
|
||||
service: http://localhost:3010
|
||||
|
||||
- hostname: code.savetheostriches.com
|
||||
- hostname: code.albertademocracytaskforce.org
|
||||
service: http://localhost:8888
|
||||
|
||||
- hostname: listmonk.savetheostriches.com
|
||||
- hostname: listmonk.albertademocracytaskforce.org
|
||||
service: http://localhost:9000
|
||||
|
||||
- hostname: docs.savetheostriches.com
|
||||
- hostname: docs.albertademocracytaskforce.org
|
||||
service: http://localhost:4000
|
||||
|
||||
- hostname: savetheostriches.com
|
||||
- hostname: albertademocracytaskforce.org
|
||||
service: http://localhost:4001
|
||||
|
||||
- hostname: n8n.savetheostriches.com
|
||||
- hostname: n8n.albertademocracytaskforce.org
|
||||
service: http://localhost:5678
|
||||
|
||||
- hostname: db.savetheostriches.com
|
||||
- hostname: db.albertademocracytaskforce.org
|
||||
service: http://localhost:8090
|
||||
|
||||
- hostname: git.albertademocracytaskforce.org
|
||||
service: http://localhost:3030
|
||||
|
||||
# Catch-all rule (required)
|
||||
- service: http_status:404
|
||||
|
||||
Reference in New Issue
Block a user