commit d1afd9f406a9e2428d868822492f6d3cf76cd7fa
parent f663f90d35cc64c1efea911ff16c5551926d85f6
Author: decentral1se <decentral1se@web>
Date: Wed, 11 Sep 2024 11:24:48 +0200
cerca docs
Diffstat:
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/eik.mdwn b/eik.mdwn
@@ -34,3 +34,21 @@ Our `acme.sh` makes use of letsencrypt CA servers, as the default one from ZeroS
acme.sh --set-default-ca --server letsencrypt
+cerca
+-----
+
+Available at [bbs.permacomputing.net](https://bbs.permacomputing.net).
+
+Our system configuration documentation has been upstreamed to [`docs/hosting.md`](https://github.com/cblgh/cerca/blob/main/docs/hosting.md) 🎉
+
+We've put the following binaries on `eik`:
+
+* /usr/local/bin/cerca 👉 run cerca itself
+* /usr/local/bin/cerca-add-user 👉 add a new user
+* /usr/local/bin/cerca-add-admin 👉 make an existing user admin
+
+Both `cerca-add-user` and `cerca-add-admin` are only really necessary to use on the first install. New users and promoting them to administrator can be down in the Cerca web UI.
+
+You can edit the CSS, about pages, registration instructions etc. all in `/var/www/bbs.permacomputing.net/content/`. There are some other configurations lying around there which might be useful also. When making changes, you need to restart Cerca: `systemctl restart cerca`.
+
+If you run into issues, have ideas for improvements or otherwise wanna get in touch with the main developer, cblgh, they're very open to discussions on the issue tracker [here](https://github.com/cblgh/cerca/issues).