feat(hetzner): add my api and update website
CI / Flake check (aarch64-linux) (push) Failing after 3h12m24s
CI / Flake check (x86_64-linux) (push) Failing after 3h12m23s

This commit is contained in:
2026-08-14 21:34:50 +02:00
parent ea79663c96
commit cb8835bbfb
3 changed files with 138 additions and 20 deletions
+12 -1
View File
@@ -249,13 +249,24 @@ in {
'';
};
"api.severijnse.eu" = {
extraConfig = ''
import security_headers
# Machine-facing license API for the Android app: no antiScrape
# bot-blocking (it would drop legitimate non-browser clients) and no
# admin_gate (endpoints are protected by the bearer token).
reverse_proxy 127.0.0.1:3004
encode zstd gzip
'';
};
"releases.severijnse.eu" = {
extraConfig = ''
import security_headers
root * /srv/releases
file_server browse
encode zstd gzip
handle /private* {
import release_gate
}