Why Nostr? What is Njump?
2024-09-05 18:45:00

chanika on Nostr: มาทำ home server ด้วย cloudflare tunnel ...

มาทำ home server ด้วย cloudflare tunnel ไม่ว่าจะทำ btc node, relays, home storage, หรือระบบสากะเบือ เรือรบ ก็ทำไปเถอะ
อยากจะบอกว่าของเขาดีจริงๆ ได้ทั้ง ddns และ private server เลยเจ้าค่า
#siamstr #saimstr



Start tunnel Cloudflare

1 create tunnel
cloudflared tunnel create <your-name>

2 modify config.yml in dir .cloudflared

tunnel: <Tunnel-UUID>
credentials-file: <.cloudflared/<Tunnel-UUID>.json>

ingress:
- hostname: <domainname.com>
service: http://localhost:8080
- service: http_status:404


3 test config.yml is working
cloudflared tunnel ingress validate


4 create routing traffic
* Now assign a CNAME record that points traffic to your tunnel subdomain:
cloudflared tunnel route dns <UUID or NAME> <subdomain.domainname.com>

5 Run tunnel
cloudflared tunnel run <UUID or NAME>

Ref: https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/get-started/create-local-tunnel/
Author Public Key
npub1gsuhwe76hpz0rwr9tpm7l7ntq5a9yla3pq5plw879wdnundskplssh66m2