Add requirement about hmac_key
This commit is contained in:
parent
e63db48c85
commit
aee6d06eb8
|
@ -239,6 +239,8 @@ Crystal, the programming language used by Invidious, [doesn't support Windows ye
|
||||||
|
|
||||||
Detailed configuration available in the [configuration guide](./configuration.md).
|
Detailed configuration available in the [configuration guide](./configuration.md).
|
||||||
|
|
||||||
|
You must set a random generated value for the parameter `hmac_key:`! On Linux you can generate it using the command `pwgen 20 1`.
|
||||||
|
|
||||||
Because of various issues Invidious **must** be restarted often, at least once a day, ideally every hour.
|
Because of various issues Invidious **must** be restarted often, at least once a day, ideally every hour.
|
||||||
|
|
||||||
If you use a reverse proxy, you **must** configure invidious to properly serve request through it:
|
If you use a reverse proxy, you **must** configure invidious to properly serve request through it:
|
||||||
|
|
Loading…
Reference in New Issue