Migrate from Wallabag to Readeck

This commit is contained in:
2025-06-02 17:14:44 +02:00
parent 9a35cefd62
commit 6a3fbf2d80
6 changed files with 28 additions and 38 deletions

View File

@@ -134,18 +134,6 @@
};
};
};
"wallabag.psydnd.org" = {
useACMEHost = "psydnd.org";
forceSSL = true;
locations."/" = {
proxyPass = "http://localhost:8090/";
extraConfig = ''
proxy_set_header X-Forwarded-Host $server_name;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Forwarded-For $remote_addr;
'';
};
};
"books.psydnd.org" = {
useACMEHost = "psydnd.org";
forceSSL = true;
@@ -176,6 +164,11 @@
forceSSL = true;
locations."/".proxyPass = "http://localhost:9091/";
};
"read.psydnd.org" = {
useACMEHost = "psydnd.org";
forceSSL = true;
locations."/".proxyPass = "http://localhost:9092/";
};
};
};