modules/nixos/services/homeserver: use more substitutions in port numbers in caddy configs
This commit is contained in:
parent
2af18a5838
commit
3996575296
3 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
bind tailscale/ntfy
|
||||
|
||||
reverse_proxy localhost:8006
|
||||
reverse_proxy localhost${config.services.ntfy-sh.settings.listen-http}
|
||||
'';
|
||||
|
||||
users = {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
import default-settings
|
||||
import cloudflare-tls
|
||||
|
||||
reverse_proxy localhost:8005
|
||||
reverse_proxy localhost:${config.services.uptime-kuma.settings.PORT}
|
||||
'';
|
||||
|
||||
services.uptime-kuma = {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
import default-settings
|
||||
import cloudflare-tls
|
||||
|
||||
reverse_proxy localhost:8001
|
||||
reverse_proxy localhost:${toString config.services.zipline.settings.CORE_PORT}
|
||||
'';
|
||||
|
||||
users.users.zipline = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue