moves site to ily.rs, guestbook to ily.rs/guestbook/, and shlink to ily.rs/fallback

This commit is contained in:
Lewis Wynne 2026-04-29 01:48:59 +01:00
parent 15ff8fc5fe
commit ae62b54e46
6 changed files with 97 additions and 58 deletions

View file

@ -14,16 +14,7 @@
group = "guestbook";
siteTitle = "ily [dot] rs";
caddy = {
enable = true;
domain = "g.ily.rs";
forwardAuth = {
enable = true;
address = "localhost:3002";
uri = "/api/auth/caddy";
copyHeaders = [ "Remote-User" "Remote-Name" "Remote-Email" "Remote-Groups" ];
};
};
basePath = "/guestbook";
submissions.enable = true;
websites.enable = true;