-
Notifications
You must be signed in to change notification settings - Fork 24
Environment variables
Émilien (perso) edited this page Dec 24, 2024
·
9 revisions
- HOST: allow you to bind on a different interface
- default: 127.0.0.1
- PORT: allow you to bind on a different port
- default: 8282
- SERVER_SECRET_KEY: the secret key for Invidious companion, needs to be the same as
invidious_companion_key
from Invidious config- example: a key for of a size of 16 characters
- SERVER_BASE_URL: the base URL where Invidious companion is hosted. Can be the same as Invidious if under the same domain.
- default: http://localhost:8282
- example: https://myinvidiousdomain.com