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

@@ -24,4 +24,21 @@
};
};
# Readeck configuration
services.readeck = {
enable = true;
settings = {
server = {
host = "127.0.0.1";
port = 9092;
allowed_hosts = [ "read.psydnd.org" ];
trusted_proxies = [ "127.0.0.1" ];
environmentFile = config.age.secrets.readeck.path;
};
};
};
# NOTE Load credentials using environment variables
systemd.services.readeck.serviceConfig.EnvironmentFile = config.age.secrets.readeck.path;
}