commit 4c063ed7a98240e38151bc28cf6d51d33c4094cd
parent f994bacd0228147c4a27ddb7d5fe1fd24dd62e01
Author: decentral1se <decentral1se@web>
Date: Sat, 12 Oct 2024 08:11:36 +0200
docs: update cerca
Diffstat:
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/eik.mdwn b/eik.mdwn
@@ -42,6 +42,8 @@ cerca
Available at [bbs.permacomputing.net](https://bbs.permacomputing.net).
+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).
+
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`:
@@ -56,6 +58,15 @@ You can edit the CSS, about pages, registration instructions etc. all in `/var/w
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).
+### Update cerca
+
+Due to resource constraints on `eik`, we are building `cerca` on our own machines and then uploading & replacing the binary to update a new version.
+
+You can build a static binary on your own machine with:
+
+ go build -v \
+ -ldflags="-s -w -linkmode 'external' -extldflags '-static'" .
+
motd message
------------