mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Add the new post install parameters (#474)
* Add the new post install parameters * Link to the config file from master instead of a specific commit --------- Co-authored-by: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com>
This commit is contained in:
parent
e237f094a3
commit
e5b7808540
1 changed files with 4 additions and 0 deletions
|
@ -233,6 +233,10 @@ If you use a reverse proxy, you **must** configure invidious to properly serve r
|
|||
|
||||
`external_port: 443`: if you are serving your instance via https, set it to 443
|
||||
|
||||
`use_pubsub_feeds: true`: if you are serving your instance on the internet, allow for faster notification of new videos ([detailed explanation](https://github.com/iv-org/invidious/blob/master/config/config.example.yml#L430).
|
||||
|
||||
`use_innertube_for_captions: true`: if you are serving a public instance or you are hosting invidious in a datacenter, allow to unblock captions ([detailed explanation](https://github.com/iv-org/invidious/issues/2567#issuecomment-1727928996)).
|
||||
|
||||
## Update Invidious
|
||||
|
||||
#### Updating a Docker install
|
||||
|
|
Loading…
Reference in a new issue