From a44b132363c483e73e89c3fac71b22af229e7148 Mon Sep 17 00:00:00 2001 From: MooCat <43627985+mooleshacat@users.noreply.github.com> Date: Sat, 19 Oct 2024 18:07:02 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4ce42585..fe1b1756 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,9 @@ - You will need a default redis install ```apt install -y redis-server``` - You still need postgresql +- You still need sighelper +- You still need to figure out how to update the tokens in config file (with bash script or otherwise) +- Invidious will automatically reload the tokens from the config file - [Follow the installation instructions](https://docs.invidious.io/installation/) From 40e477db6224f9ef5cd8283f67469f40d7adf259 Mon Sep 17 00:00:00 2001 From: MooCat <43627985+mooleshacat@users.noreply.github.com> Date: Sat, 19 Oct 2024 18:07:40 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe1b1756..1a1bb268 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ - You still need postgresql - You still need sighelper - You still need to figure out how to update the tokens in config file (with bash script or otherwise) -- Invidious will automatically reload the tokens from the config file +- Invidious will automatically reload the tokens from the config file every 1 minute - [Follow the installation instructions](https://docs.invidious.io/installation/)