mirror of
https://github.com/nmasur/dotfiles
synced 2026-07-26 05:38:35 +00:00
Compare commits
2
Commits
573c0acd33
...
e7fd5eb770
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e7fd5eb770 | ||
|
|
f0b400d134 |
@@ -18,5 +18,5 @@
|
|||||||
}).withPlugins
|
}).withPlugins
|
||||||
{
|
{
|
||||||
plugins = [ "github.com/caddy-dns/cloudflare@v0.2.1" ];
|
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 = [
|
nmasur.presets.services.caddy.routes = [
|
||||||
{
|
{
|
||||||
match = [ { host = [ hostnames.recipes ]; } ];
|
match = [ { host = [ hostnames.recipes ]; } ];
|
||||||
|
|||||||
Reference in New Issue
Block a user