[TBD: This setup has not been complete yet.]
Installation
-
Create inv.env file and populate the following values: [TBD does this work since the var is being piped in the compose file?]
user: kemal password: kemal domain="" hmac_key=""
-
Create pg.env and populate the following values:
POSTGRES_USER: POSTGRES_PASSWORD:
-
Make any changes to the
docker-compose.yml
file and start it up.# docker compose up -d
The official instructions also suggest cloning the project first, but not sure why. [TBD: It does not seem likethe cloning is necessary, the project starts fine.]
Official Installation Documentation
https://docs.invidious.io/installation/