mirror of
https://github.com/iv-org/documentation.git
synced 2025-08-07 14:02:14 -04:00
add invidious companion temporary doc
This commit is contained in:
parent
5112e4574c
commit
3a4fd74066
7 changed files with 549 additions and 0 deletions
22
docs/companion-caddy.md
Normal file
22
docs/companion-caddy.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Caddy reverse proxy setup with Invidious companion
|
||||
|
||||
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.
|
||||
|
||||
```
|
||||
https://<server_name> {
|
||||
|
||||
@companion {
|
||||
path /latest_version
|
||||
path /api/manifest/dash/id/*
|
||||
path /videoplayback*
|
||||
}
|
||||
|
||||
reverse_proxy @companion localhost:8282
|
||||
reverse_proxy localhost:3000
|
||||
|
||||
log {
|
||||
output discard
|
||||
}
|
||||
}
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue