Nginx Proxy Manager example

This commit is contained in:
R0GGER
2024-05-13 12:01:35 +02:00
committed by GitHub
parent 4dbe9a4ec3
commit c745f29dc1
+3 -1
View File
@@ -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
```
```