No description
nginx | ||
smart-ipv6-rotator@6c7286107b | ||
.gitmodules | ||
config.toml | ||
docker-compose.yml | ||
README.md | ||
reset.sh |
Checklist
- Replace IP addressses in
docker-compose.yml
andreset.sh
- Make sure
reset.sh
works - 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/companion.conf
docker compose up -d
and issue a certificate- Schedule
reset.sh
TODO automate all that