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
|
|
@ -1,4 +1,4 @@
|
|||
# NGINX reverse proxy setup with Invidious companion
|
||||
# NGINX reverse proxy setup with Invidious companion direct traffic
|
||||
|
||||
This is a very basic config, secured with Let's Encrypt. Any log is disabled by default. Do not forget to replace `server_name` with your domain.
|
||||
|
||||
|
|
@ -32,8 +32,8 @@ server {
|
|||
proxy_pass http://127.0.0.1:3000;
|
||||
}
|
||||
|
||||
# Invidious companion service (multiple paths, same backend)
|
||||
location ~ ^/(latest_version|videoplayback|api/v1/captions|api/manifest/dash/id)/ {
|
||||
# Invidious companion service
|
||||
location /companion {
|
||||
proxy_pass http://127.0.0.1:8282;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue