vno1-oh2: add freshrss

This commit is contained in:
Motiejus Jakštys 2024-02-05 10:24:00 +02:00 committed by Motiejus Jakštys
parent 0d0aa0179b
commit accf28c635
1 changed files with 11 additions and 0 deletions

View File

@ -250,6 +250,17 @@
};
services = {
freshrss = {
enable = true;
authType = "none";
virtualHost = "localhost:9010";
baseUrl = "http://localhost:9010";
};
nginx = {
enable = true;
defaultHTTPListenPort = 9010;
};
caddy = {
enable = true;
email = "motiejus+acme@jakstys.lt";