mirror of
https://github.com/iv-org/documentation.git
synced 2025-11-23 01:01:57 -05:00
chore: make companion officially supported in the installation guide (#663)
* chore: make companion officially supported in the installation guide * doc: improve again * docs: explain how to download binary for non docker user * docs: inv-sig-helper => invidious companion
This commit is contained in:
parent
db98664a22
commit
74e7a16c3b
11 changed files with 127 additions and 528 deletions
15
docs/traefik.md
Normal file
15
docs/traefik.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Traefik reverse proxy setup
|
||||
|
||||
This is a very basic config, assuming that you're using Traefik to manage SSL certificates for you, and Traefik is on the same server as the Invidious and companion container.
|
||||
Do not forget to replace `<server_name>` with your domain.
|
||||
|
||||
**Invidious Setup**
|
||||
```
|
||||
...
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.invidious.rule=Host(`<server_name>`)"
|
||||
- "traefik.http.routers.invidious.entrypoints=web-sec"
|
||||
- "traefik.http.routers.invidious.tls.certresolver=le"
|
||||
- "traefik.http.services.invidious.loadbalancer.server.port=3000"
|
||||
...
|
||||
Loading…
Add table
Add a link
Reference in a new issue