services: photoprism: remove wireguard
This commit is contained in:
parent
a4db741ed4
commit
ab3573ce2a
|
@ -52,20 +52,6 @@ in {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = fqdn;
|
useACMEHost = fqdn;
|
||||||
|
|
||||||
listen = [
|
|
||||||
# FIXME: hardcoded tailscale IP
|
|
||||||
{
|
|
||||||
addr = "100.115.172.44";
|
|
||||||
port = 443;
|
|
||||||
ssl = true;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
addr = "100.115.172.44";
|
|
||||||
port = 80;
|
|
||||||
ssl = false;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://127.0.0.1:${toString cfg.port}";
|
proxyPass = "http://127.0.0.1:${toString cfg.port}";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
|
|
Loading…
Reference in a new issue