updated the config script to auto-scan ports and update the necessary port functions

This commit is contained in:
2025-06-02 18:44:35 -06:00
parent 78015bee80
commit 93088f823a
4 changed files with 281 additions and 26 deletions

View File

@@ -2,32 +2,32 @@
# Cloudflare Tunnel Configuration
# Auto-generated by Changemaker Configuration Wizard
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
tunnel: ${CF_TUNNEL_ID} # e.g. 1234567890abcdef
credentials-file: /home/coder/.cloudflared/${CF_TUNNEL_ID}.json # e.g. /home/coder/.cloudflared/[insert tunnel number].json
ingress:
- hostname: homepage.albertademocracytaskforce.org
- hostname: homepage.test.com
service: http://localhost:3010
- hostname: code.albertademocracytaskforce.org
- hostname: code.test.com
service: http://localhost:8888
- hostname: listmonk.albertademocracytaskforce.org
service: http://localhost:9000
- hostname: listmonk.test.com
service: http://localhost:9001
- hostname: docs.albertademocracytaskforce.org
- hostname: docs.test.com
service: http://localhost:4000
- hostname: albertademocracytaskforce.org
service: http://localhost:4001
- hostname: test.com
service: http://localhost:4002
- hostname: n8n.albertademocracytaskforce.org
- hostname: n8n.test.com
service: http://localhost:5678
- hostname: db.albertademocracytaskforce.org
- hostname: db.test.com
service: http://localhost:8090
- hostname: git.albertademocracytaskforce.org
- hostname: git.test.com
service: http://localhost:3030
# Catch-all rule (required)