update: nfu and reconfigure cache for noisebell
This commit is contained in:
parent
244ce21abd
commit
850f62c3db
2 changed files with 32 additions and 123 deletions
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue