Move emgauwa.app to separate service

This commit is contained in:
Tobias Reisinger 2026-07-19 00:40:49 +02:00
commit 7388a6e688
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 55 additions and 3 deletions

View file

@ -0,0 +1,16 @@
---
emgauwa_website_svc:
domain: "{{ all_services | service_get_domain(service_name) }}"
caddy_default: false
caddy_extra: |
handle_path /pkl/* {
reverse_proxy https://emgauwa-website.serguzim.me.s3-website.nl-ams.scw.cloud {
transport http {
tls_insecure_skip_verify
}
}
}
handle / {
redir https://git.serguzim.me/emgauwa/?utm_source=emgauwa.app
}