mirror of
https://github.com/nmasur/dotfiles
synced 2026-07-26 07:58:35 +00:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e7fd5eb770 | ||
|
|
f0b400d134 |
@@ -18,5 +18,5 @@
|
||||
}).withPlugins
|
||||
{
|
||||
plugins = [ "github.com/caddy-dns/cloudflare@v0.2.1" ];
|
||||
hash = "sha256-xz43pXTsnYmXZDAAUT+vTapoq3O/8br7igGwqZbjFdk=";
|
||||
hash = "sha256-pNIRthmPf+J6BPfJ51afBCWt66evnRs1+f9wv09EvK0=";
|
||||
}
|
||||
|
||||
@@ -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