reverse-proxy-setup/README.md
2025-04-05 21:01:52 +02:00

555 B

Outdated. New setup made for multiple reverse proxies coming soon

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