From 77b35dbcc966bb02df206b675e275744a789e8f1 Mon Sep 17 00:00:00 2001 From: Linden Crandall Date: Wed, 12 Feb 2025 20:10:57 +0000 Subject: [PATCH] Update Production HTTPS Setup --- Production-HTTPS-Setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Production-HTTPS-Setup.md b/Production-HTTPS-Setup.md index 538789d..b77dae3 100644 --- a/Production-HTTPS-Setup.md +++ b/Production-HTTPS-Setup.md @@ -160,7 +160,9 @@ server { } ``` - Then rebuild the containers: `docker compose up -d`. After it is rebuilt we should be able to pull up Automatisch at the DNS with a valid SSL cert bound to it +- You can use `user@automatisch.io` and `sample` to login. Please do not forget to change your email and password from the settings page. ## Cronjob for auto SSL Cert renewals + - Locate Docker binary: `whereis docker` or `sudo whereis docker` - It should be in `/usr/bin/docker`, but wherever it is on the system, run `crontab -e` and enter this task to renew the ssl cert, replace `/path/to/docker-compose.yml` with the actual path where the docker-compose.yml file is: `0 5 1 */2 * /usr/bin/docker compose -f /path/to/docker-compose.yml up certbot`