fix: port
This commit is contained in:
parent
aedada7df8
commit
5b7a38e764
2 changed files with 7 additions and 4 deletions
|
|
@ -77,7 +77,7 @@ in {
|
|||
PermitRootLogin = "yes";
|
||||
};
|
||||
};
|
||||
services.logind.lidSwitchExternalPower = "ignore";
|
||||
services.logind.settings.Login.HandleLidSwitchExternalPower = "ignore";
|
||||
systemd.sleep.extraConfig = ''
|
||||
AllowSuspend=no
|
||||
AllowHibernation=no
|
||||
|
|
@ -279,10 +279,13 @@ in {
|
|||
}
|
||||
tls internal
|
||||
'';
|
||||
virtualHosts."jellyseer.saberofxebec".extraConfig = ''
|
||||
virtualHosts."jellyseer.saberofxebec" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy :5055
|
||||
tls internal
|
||||
'';
|
||||
'';
|
||||
serverAliases = [ "jellyseerr.saberofxebec" ];
|
||||
};
|
||||
virtualHosts."homarr.saberofxebec".extraConfig = ''
|
||||
reverse_proxy :7575
|
||||
tls internal
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
services.caddy = {
|
||||
enable = true;
|
||||
virtualHosts."homebridge.saberofxebec".extraConfig = ''
|
||||
reverse_proxy :5353
|
||||
reverse_proxy :8581
|
||||
tls internal
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue