ADD Shiori service as bookmarks.atlanticaweb.fr
This commit is contained in:
parent
9f96f8d62c
commit
1e71533c6b
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue