config.yaml
· 327 B · YAML
Ham
swee@licorice:~$ cat /etc/cloudflared/config.yml
tunnel: ***
credentials-file: /root/.cloudflared/***.json
originRequest:
noTLSVerify: true
ingress:
- hostname: licorice-webmin.swee.codes
service: https://localhost:10000
- hostname: ollama.swee.codes
service: http://localhost:2010
- service: http_status:404
| 1 | swee@licorice:~$ cat /etc/cloudflared/config.yml |
| 2 | tunnel: *** |
| 3 | credentials-file: /root/.cloudflared/***.json |
| 4 | originRequest: |
| 5 | noTLSVerify: true |
| 6 | ingress: |
| 7 | - hostname: licorice-webmin.swee.codes |
| 8 | service: https://localhost:10000 |
| 9 | - hostname: ollama.swee.codes |
| 10 | service: http://localhost:2010 |
| 11 | - service: http_status:404 |