h: disable wallabag, bookmarks to shiori

This commit is contained in:
Aaron Bieber 2024-01-02 10:01:30 -07:00
parent 2bc8a59d4c
commit 55f0957ac7
No known key found for this signature in database

View File

@ -154,11 +154,11 @@ in
owner = "root";
sopsFile = config.xin-secrets.h.services;
};
wallabag_secret = {
mode = "400";
owner = "wallabag";
sopsFile = config.xin-secrets.h.services;
};
#wallabag_secret = {
# mode = "400";
# owner = "wallabag";
# sopsFile = config.xin-secrets.h.services;
#};
};
networking = {
@ -305,7 +305,7 @@ in
services = {
wallabag = {
enable = true;
enable = false;
secretPath = config.sops.secrets.wallabag_secret.path;
domain = "bookmarks.tapenet.org";
};
@ -320,7 +320,7 @@ in
shiori = {
enable = true;
port = 8967;
address = "100.83.77.133";
address = "127.0.0.1";
package = inputs.unstable.legacyPackages.${pkgs.system}.shiori;
};
veilid-server = {
@ -581,6 +581,19 @@ in
};
};
"bookmarks.tapenet.org" = {
forceSSL = true;
enableACME = true;
locations = {
"/" = {
proxyPass = "http://${config.services.shiori.address}:${toString config.services.shiori.port}";
proxyWebsockets = true;
priority = 1000;
};
};
};
"git.tapenet.org" = {
forceSSL = true;
enableACME = true;