-
Notifications
You must be signed in to change notification settings - Fork 4
Environment variables
Émilien (perso) edited this page Dec 24, 2024
·
8 revisions
- HOST:
- Explanation: allow you to bind on a different interface
- default: 127.0.0.1
- PORT:
- Explanation: allow you to bind on a different port
- default: 8282
- SERVER_SECRET_KEY:
- Explanation:
The secret key for Invidious companion, needs to be the same asinvidious_companion_key
from Invidious config.
For security reasons, we do not recommend using the same as the HMAC_KEY. - example: a key for of a size of 16 characters
- Explanation:
- SERVER_BASE_URL:
- Explanation:
The base URL where Invidious companion is hosted.
It is the same as the domain that you are using for Invidious (unless you have installed Invidious companion on a separate subdomain). And it is the same as thepublic_url
parameter that you did set in Invidious config.yaml file. - default: http://localhost:8282
- examples: https://myinvidiousdomain.com or http://192.168.1.100:8282
- Explanation: