ADD Shiori service as bookmarks.atlanticaweb.fr

main
Alexandre LUCAZEAU 2023-03-30 15:10:38 +00:00
parent 9f96f8d62c
commit 1e71533c6b
2 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,7 @@ services.nginx = {
proxyPass = "http://127.0.0.1:${toString config.services.navidrome.settings.Port}/";
proxyWebsockets = true;
};
};
"bookmark.atlanticaweb.fr" = {
forceSSL = true;
enableACME = true;

View File

@ -16,6 +16,10 @@ in
encode gzip
reverse_proxy http://localhost:3001
}
https://pocket.atlanticaweb.fr {
encode gzip
reverse_proxy http://localhost:3001
}
https://search.atlanticaweb.fr {
reverse_proxy http://localhost:5000
}