No description
Find a file
2025-03-30 13:01:14 +02:00
nginx Initial commit 2025-03-30 13:01:14 +02:00
botPolicy.json Initial commit 2025-03-30 13:01:14 +02:00
docker-compose.yml Initial commit 2025-03-30 13:01:14 +02:00
README.md Initial commit 2025-03-30 13:01:14 +02:00

Checklist

  1. Replace IP addressses in docker-compose.yml
  2. In nginx:
    • openssl dhparam -out dhparam.pem 3072 (takes up to a few minutes, you can do the two below steps in the meantime)
    • openssl req -new -x509 -days 365 -noenc -out snakeoil.pem -keyout snakeoil.key (keep pressing Enter)
    • Replace hostname in conf.d/invidious.conf
  3. docker compose up -d and issue a certificate