Nextcloud: enable deployment
This commit is contained in:
parent
db063ba40a
commit
4fbdfd9761
3 changed files with 16 additions and 12 deletions
|
|
@ -83,7 +83,8 @@
|
|||
enableACME = true;
|
||||
forceSSL = true;
|
||||
};
|
||||
loki = "172.23.254.55";
|
||||
loki_ipv4 = "172.23.254.55";
|
||||
freya_ipv4 = "172.23.18.147";
|
||||
in
|
||||
{
|
||||
"unimi.bertof.net" = ssl // {
|
||||
|
|
@ -92,7 +93,7 @@
|
|||
};
|
||||
"home-assistant.bertof.net" = ssl // {
|
||||
locations."/" = {
|
||||
proxyPass = "http://${loki}:8123/";
|
||||
proxyPass = "http://${loki_ipv4}:8123/";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
extraConfig = ''
|
||||
|
|
@ -102,25 +103,25 @@
|
|||
};
|
||||
"radarr.bertof.net" = ssl // {
|
||||
locations."/" = {
|
||||
proxyPass = "http://${loki}:7878/";
|
||||
proxyPass = "http://${loki_ipv4}:7878/";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
"sonarr.bertof.net" = ssl // {
|
||||
locations."/" = {
|
||||
proxyPass = "http://${loki}:8989/";
|
||||
proxyPass = "http://${loki_ipv4}:8989/";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
"jellyfin.bertof.net" = ssl // {
|
||||
locations."/" = {
|
||||
proxyPass = "http://${loki}:8096/";
|
||||
proxyPass = "http://${loki_ipv4}:8096/";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
"my-nextcloud.bertof.net" = ssl // {
|
||||
locations."/" = {
|
||||
proxyPass = "http://freya.local:80/";
|
||||
proxyPass = "http://${freya_ipv4}:80/";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue