Post-Local sync at 2025-06-11T09:03:20Z
This commit is contained in:
parent
266c50aaf3
commit
692994bbad
6 changed files with 271 additions and 0 deletions
19
config.template.yml
Normal file
19
config.template.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
# ─────────────────────────────────────────────────────────────
|
||||
# 🌐 Cloudflare Tunnel Configuration Template
|
||||
# Rename to config.yml or generate from this template via script
|
||||
# ─────────────────────────────────────────────────────────────
|
||||
|
||||
tunnel: INSERT_TUNNEL_ID_HERE
|
||||
credentials-file: /home/YOUR_USERNAME/.cloudflared/INSERT_TUNNEL_ID_HERE.json
|
||||
|
||||
ingress:
|
||||
- hostname: samson.thefoldwithin.earth
|
||||
service: http://localhost:8000
|
||||
|
||||
- hostname: ssh.samson.thefoldwithin.earth
|
||||
service: ssh://localhost:22
|
||||
|
||||
- hostname: rpc.samson.thefoldwithin.earth
|
||||
service: http://localhost:8545
|
||||
|
||||
- service: http_status:404
|
Loading…
Add table
Add a link
Reference in a new issue