From 6c6d7a602ae92cffca54966d3b430d6412f2ac80 Mon Sep 17 00:00:00 2001 From: Kirk1984 Date: Thu, 22 May 2025 19:34:48 +0200 Subject: [PATCH] Update companion-installation.md This little missing "-" took me waaaay tot loon to figure out ;) --- docs/companion-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/companion-installation.md b/docs/companion-installation.md index 7840f71..38ce173 100644 --- a/docs/companion-installation.md +++ b/docs/companion-installation.md @@ -79,7 +79,7 @@ Make sure to run the newer Docker Compose V2: https://docs.docker.com/compose/in # IF you are using a reverse proxy OR accessing invidious from an external IP then you NEED to change this value # Please consult for more doc: https://github.com/unixfox/invidious/blob/invidious-companion/config/config.example.yml#L57-L88 # And make sure to add the routes from the post install when using a reverse proxy! - public_url: "http://localhost:8282" + - public_url: "http://localhost:8282" # IT is NOT recommended to use the same key as HMAC KEY. Generate a new key! # Use the key generated in the 2nd step invidious_companion_key: "CHANGE_ME!!"