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

10 lines
555 B
Markdown

# Outdated. New setup made for multiple reverse proxies coming soon
### Checklist
1. Replace IP addressses in `docker-compose.yml`
3. 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`
4. `docker compose up -d` and [issue a certificate](https://git.m724.eu/Minecon724/dream-setup/src/branch/master/CERTIFICATE.md)