mirror of
https://github.com/iv-org/documentation.git
synced 2025-11-24 01:24:11 -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 @@
|
|||
# Caddy reverse proxy setup with Invidious companion
|
||||
# Caddy reverse proxy setup with Invidious companion direct traffic
|
||||
|
||||
This is a very basic config, assuming that you're using Caddy to manage SSL certificates for you.
|
||||
Any log is disabled by default. Do not forget to replace `server_name` with your domain.
|
||||
|
|
@ -6,14 +6,7 @@ Any log is disabled by default. Do not forget to replace `server_name` with your
|
|||
```
|
||||
https://<server_name> {
|
||||
|
||||
@companion {
|
||||
path /latest_version
|
||||
path /api/manifest/dash/id/*
|
||||
path /videoplayback*
|
||||
/api/v1/captions/*
|
||||
}
|
||||
|
||||
reverse_proxy @companion localhost:8282
|
||||
reverse_proxy /companion localhost:8282
|
||||
reverse_proxy localhost:3000
|
||||
|
||||
log {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue