update: nfu and reconfigure cache for noisebell

This commit is contained in:
Jet 2026-03-18 17:59:52 -07:00
parent 244ce21abd
commit 850f62c3db
No known key found for this signature in database
2 changed files with 32 additions and 123 deletions

View file

@ -28,7 +28,7 @@
services.noisebell-cache = {
enable = true;
port = 3003;
port = 3005;
domain = "noisebell.extremist.software";
piAddress = "http://noisebell:80";
piApiKeyFile = config.age.secrets.noisebell-cache-to-pi-key.path;
@ -45,11 +45,13 @@
discordTokenFile = config.age.secrets.noisebell-discord-token.path;
channelId = "1034916379486322718";
webhookSecretFile = config.age.secrets.noisebell-discord-webhook-secret.path;
cacheUrl = "http://localhost:3005";
imageBaseUrl = "https://${config.services.noisebell-cache.domain}/image";
};
services.noisebell-rss = {
enable = true;
domain = "rss.noisebell.extremist.software";
cacheUrl = "http://localhost:3003";
cacheUrl = "http://localhost:3005";
};
}