diff --git a/Caddyfile.wrapper b/Caddyfile.wrapper index 9110a50..7d009e8 100644 --- a/Caddyfile.wrapper +++ b/Caddyfile.wrapper @@ -22,4 +22,4 @@ www.hubacek.cloud { redir https://hubacek.cloud{uri} permanent } -import /opt/homelab/generated/caddy/* \ No newline at end of file +import /opt/homelab/generated/caddy/*.caddy \ No newline at end of file diff --git a/services/main.hubacek.cloud.yml b/services/main.hubacek.cloud.yml new file mode 100644 index 0000000..967f04b --- /dev/null +++ b/services/main.hubacek.cloud.yml @@ -0,0 +1,6 @@ +name: albrecht-podlahy +type: proxy +domain: hubacek.cloud +headers: true +auth: false +backend: 192.168.50.200:80 \ No newline at end of file