about summary refs log tree commit diff
path: root/modules/expose.nix
Commit message (Collapse)AuthorAgeFilesLines
* fix(modules/expose): fix cloudflare tunnelsefidel2024-03-071-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 cloudflaresefidel2024-02-181-1/+1
|
* feat(modules/expose)!: rewrite module to be more flexiblesefidel2024-02-101-16/+46
|
* feat(modules): add exposesefidel2024-02-031-0/+67
* This commit adds a module for exposing services to the net securely, by making use of Tailscale and Cloudflare Tunnels.