mirror of
https://github.com/nmasur/dotfiles
synced 2026-07-26 09:08:36 +00:00
set base url for mealie
This commit is contained in:
@@ -20,6 +20,9 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
# Fix BASE_URL for downloading backups
|
||||
systemd.services.mealie.environment.BASE_URL = lib.mkForce "https://${hostnames.recipes}";
|
||||
|
||||
nmasur.presets.services.caddy.routes = [
|
||||
{
|
||||
match = [ { host = [ hostnames.recipes ]; } ];
|
||||
|
||||
Reference in New Issue
Block a user