From 1e71533c6b05be180a52b1d363c83fd65a77a4a7 Mon Sep 17 00:00:00 2001 From: Alexandre LUCAZEAU Date: Thu, 30 Mar 2023 15:10:38 +0000 Subject: [PATCH] ADD Shiori service as bookmarks.atlanticaweb.fr --- hosts/next/nextcloud.nix | 1 + hosts/web/webserver.nix | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/hosts/next/nextcloud.nix b/hosts/next/nextcloud.nix index 440b42a..b98647e 100644 --- a/hosts/next/nextcloud.nix +++ b/hosts/next/nextcloud.nix @@ -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; diff --git a/hosts/web/webserver.nix b/hosts/web/webserver.nix index 28f0fec..a1db773 100644 --- a/hosts/web/webserver.nix +++ b/hosts/web/webserver.nix @@ -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 }