Setup Instructions
Editted a command (sudo systemctl start ibis.service -> sudo journalctl start ibis.service) (2024-03-14 00:43:29)
by Salamander@ibis.mander.xyz
--- original
+++ modified
@@ -59,7 +59,7 @@
WantedBy=multi-user.target
```
-Start the service with `sudo journalctl start ibis.service` and ensure it was successful by running `sudo systemctl status ibis.service`. You can also view the logs with `sudo journalctl -u ibis.service`.
+Start the service with `sudo systemctl start ibis.service` and ensure it was successful by running `sudo systemctl status ibis.service`. You can also view the logs with `sudo journalctl -u ibis.service`.
Next we need to request the TLS certificate via [Let's Encrypt](https://letsencrypt.org/). Replace with your actual domain and email in the command below.
```