fix(wintermute): update caddy backends for alt's new IP and add packages

Update reverse proxy backends from 192.168.80.4 to 192.168.80.9 for
services still hosted on alt (files, shiori, books, recipes, jelly).
Add avahi and bat to wintermute's packages.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Alexander Wainwright 2026-04-11 13:11:52 +10:00
parent 2165edef40
commit 8c06225004
2 changed files with 10 additions and 5 deletions

View file

@ -4,12 +4,12 @@ let
sites = {
"analytics.figtree.dev" = "http://192.168.80.1:3300";
"figtree.dev" = "http://192.168.1.63:8080";
"files.figtree.dev" = "http://192.168.80.4:8080";
"files.figtree.dev" = "http://192.168.80.9:8080";
"git.figtree.dev" = "http://192.168.80.8:3000";
"nc.figtree.dev" = "http://192.168.1.62:11000";
"paperless.figtree.dev" = "http://192.168.1.63:8010";
"photos.figtree.dev" = "http://192.168.80.1:2283";
"shiori.figtree.dev" = "http://192.168.80.4:8234";
"shiori.figtree.dev" = "http://192.168.80.9:8234";
"tasks.figtree.dev" = "http://192.168.80.7:3456";
"www.figtree.dev" = "http://192.168.1.63:8080";
"ha.figtree.dev" = "http://192.168.1.50:8123";
@ -19,9 +19,9 @@ let
"home.lan" = "http://192.168.1.63:3000";
"budget.lan" = "http://192.168.80.1:5006";
"torrent.lan" = "http://192.168.1.65:8080";
"books.lan" = "http://192.168.80.4:8010";
"recipes.lan" = "http://192.168.80.4:8222";
"jelly.lan" = "http://192.168.80.4:8096";
"books.lan" = "http://192.168.80.9:8010";
"recipes.lan" = "http://192.168.80.9:8222";
"jelly.lan" = "http://192.168.80.9:8096";
"plex.lan" = "http://192.168.1.63:32400";
};

View file

@ -30,5 +30,10 @@
openFirewall = true;
};
environment.systemPackages = with pkgs; [
avahi
bat
];
system.stateVersion = "25.11";
}