mirror of
https://github.com/iv-org/invidious.git
synced 2025-01-10 11:30:34 +05:30
Better document private_url and public_url
This commit is contained in:
parent
1de2054618
commit
0dba7675a2
@ -71,8 +71,14 @@ db:
|
|||||||
## communication between the companion and Invidious.
|
## communication between the companion and Invidious.
|
||||||
## And public_url is the public URL from which companion is listening
|
## And public_url is the public URL from which companion is listening
|
||||||
## to the requests from the user(s).
|
## to the requests from the user(s).
|
||||||
|
##
|
||||||
|
## If you are using a reverse proxy then you will probably need to
|
||||||
|
## configure the public_url to be the same as the domain used for Invidious.
|
||||||
|
## Also apply when used from an external IP address (without a domain).
|
||||||
|
## Examples: https://MYINVIDIOUSDOMAIN or http://192.168.1.100:8282
|
||||||
|
##
|
||||||
## Both parameter can have identical URL when Invidious is hosted in
|
## Both parameter can have identical URL when Invidious is hosted in
|
||||||
## an internal network or at home.
|
## an internal network or at home or locally (localhost).
|
||||||
##
|
##
|
||||||
## Accepted values: "http(s)://<IP-HOSTNAME>:<Port>"
|
## Accepted values: "http(s)://<IP-HOSTNAME>:<Port>"
|
||||||
## Default: <none>
|
## Default: <none>
|
||||||
|
Loading…
Reference in New Issue
Block a user