From 0dba7675a2c1d51988b3f2911a9fb3a1f91bae52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20=28perso=29?= <4016501+unixfox@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:18:58 +0000 Subject: [PATCH] Better document private_url and public_url --- config/config.example.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/config.example.yml b/config/config.example.yml index 44b7c806..b8cc3ed2 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -71,8 +71,14 @@ db: ## communication between the companion and Invidious. ## And public_url is the public URL from which companion is listening ## 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 -## an internal network or at home. +## an internal network or at home or locally (localhost). ## ## Accepted values: "http(s)://:" ## Default: