commit 0b824aa3aa0c049a5c765afa7cd0733192d4e9d6
parent 0d71a4029c5bfc945d0c4320b9c31b9b177a02da
Author: decentral1se <decentral1se@web>
Date: Tue, 17 Dec 2024 16:05:56 +0100
docs: update cerca docs for latest changes
Diffstat:
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/eik.mdwn b/eik.mdwn
@@ -46,18 +46,10 @@ Removing a cert is a slightly trickier. We think [this](https://community.letsen
cerca
-----
-We maintain a private temporary fork with a few patches (see "git hosting" below) for a few things we need. We're working to upstream these ideas in discussion with `cblgh` on the issue tracker (more below).
+We maintain a single patch on `bbs-patches` to disable registration (See below for how we manage this with our own Git hosting).
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/bitrot.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).
@@ -73,7 +65,8 @@ Due to resource constraints on `eik`, we are building `cerca` on our own machine
You can build a static binary on your own machine with:
go build -v \
- -ldflags="-s -w -linkmode 'external' -extldflags '-static'" .
+ -ldflags="-s -w -linkmode 'external' -extldflags '-static'" \
+ ./cmd/cerca
### warawara 🤖