All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 18s
615 B
615 B
- Running cloudflared without credential file.
cloudflared tunnel token <tunnel-name>
cloudflared tunnel run --token <tunnel-token>
- Adding a sub domain to a tunnel
cloudflared tunnel route dns <tunnel-name> <sub-domain>
- If it is assigned to another tunnel then we can only go and delete on the dashboard.
- Cloudflared config file
tunnel: <tunnel-name>
credentials-file: <credential-file-path>
ingress:
- hostname: git.example.com
service: http://localhost:3000
- hostname: git.ssh.example.com
service: ssh://localhost:22
- service: http_status:404