Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(modules/expose): fix cloudflare tunnel | sefidel | 2024-03-07 | 1 | -4/+1 |
| | | | | | | This commit fixes cloudflare tunnel connections failing with `tls: unrecognized name`, which was caused by the https endpoint not having a valid certificate for 'localhost'. | ||||
* | feat(modules/expose)!: don't use acme certs for cloudflare | sefidel | 2024-02-18 | 1 | -1/+1 |
| | |||||
* | feat(modules/expose)!: rewrite module to be more flexible | sefidel | 2024-02-10 | 1 | -16/+46 |
| | |||||
* | feat(modules): add expose | sefidel | 2024-02-03 | 1 | -0/+67 |
* This commit adds a module for exposing services to the net securely, by making use of Tailscale and Cloudflare Tunnels. |