Update homelab service URLs
This commit is contained in:
parent
22473ca2ab
commit
b04abfd33b
|
@ -12,14 +12,14 @@ in
|
||||||
services.audiobookshelf = {
|
services.audiobookshelf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
host = "audiobookshelf.davies.home";
|
host = "audiobookshelf.oliverdavies.uk";
|
||||||
port = 4001;
|
port = 4001;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
virtualHosts."audiobookshelf.davies.home" = {
|
virtualHosts."audiobookshelf.oliverdavies.uk" = {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:${toString config.services.audiobookshelf.port}/";
|
proxyPass = "http://localhost:${toString config.services.audiobookshelf.port}/";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
|
|
|
@ -29,7 +29,8 @@ in
|
||||||
nginx = {
|
nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
virtualHosts."forgejo.davies.home".locations."/".proxyPass = "http://localhost:${toString port}/";
|
virtualHosts."forgejo.oliverdavies.uk".locations."/".proxyPass =
|
||||||
|
"http://localhost:${toString port}/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -9,11 +9,7 @@ in
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
virtualHosts."freshrss.davies.home".locations."/".proxyPass = "http://localhost:${toString port}/";
|
virtualHosts."freshrss.oliverdavies.uk".locations."/".proxyPass =
|
||||||
};
|
"http://localhost:${toString port}/";
|
||||||
|
|
||||||
# TODO: move to pihole.
|
|
||||||
networking.hosts = {
|
|
||||||
"127.0.0.1" = [ "freshrss.davies.home" ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,7 +29,7 @@ in
|
||||||
nginx = {
|
nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
virtualHosts."gitea.davies.home".locations."/".proxyPass = "http://localhost:${toString port}/";
|
virtualHosts."gitea.oliverdavies.uk".locations."/".proxyPass = "http://localhost:${toString port}/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -22,7 +22,8 @@ with lib;
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
virtualHosts."immich.davies.home".locations."/".proxyPass = "http://localhost:${toString config.services.immich.port}/";
|
virtualHosts."immich.oliverdavies.uk".locations."/".proxyPass =
|
||||||
|
"http://localhost:${toString config.services.immich.port}/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@ with lib;
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
virtualHosts."jellyfin.davies.home".locations."/".proxyPass = "http://localhost:8096/";
|
virtualHosts."jellyfin.oliverdavies.uk".locations."/".proxyPass = "http://localhost:8096/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -289,7 +289,8 @@ in
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
virtualHosts."tubearchivist.davies.home".locations."/".proxyPass = "http://localhost:${toString port}/";
|
virtualHosts."tubearchivist.oliverdavies.uk".locations."/".proxyPass =
|
||||||
|
"http://localhost:${toString port}/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue