From c745f29dc1b35356df6310b185b15e9d1a63fb42 Mon Sep 17 00:00:00 2001 From: R0GGER <8298741+R0GGER@users.noreply.github.com> Date: Mon, 13 May 2024 12:01:35 +0200 Subject: [PATCH] Nginx Proxy Manager example --- docs/DOCKER.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/DOCKER.md b/docs/DOCKER.md index 95f06524..05b78a60 100644 --- a/docs/DOCKER.md +++ b/docs/DOCKER.md @@ -57,6 +57,8 @@ server { } } ``` +### Nginx Proxy Manager example +https://gist.github.com/R0GGER/2d99282389a24da0b350c349314a39ef ### Traefik example Add this middleware to your Invidious instance: @@ -303,4 +305,4 @@ Add these additional environment variables to Materialious. VITE_DEFAULT_PEERJS_HOST: "peerjs.example.com" VITE_DEFAULT_PEERJS_PATH: "/" VITE_DEFAULT_PEERJS_PORT: 443 -``` \ No newline at end of file +```