aboutsummaryrefslogtreecommitdiff
path: root/gmid/README
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2024-10-08 19:31:41 -0500
committerSlack Coder <slackcoder@server.ky>2024-10-08 19:36:57 -0500
commit2954898f6551cbd2e5b0ed4dae8925d729f741a9 (patch)
tree9b66596fa7c1b1f4f376c9f974ebb349ed4286d1 /gmid/README
parentff09d99234d42e8dba3f1f9b7de8181b6bacbdbd (diff)
downloadslackbuilds-2954898f6551cbd2e5b0ed4dae8925d729f741a9.tar.xz
gmid: bump v2.1.1 and update config
Diffstat (limited to 'gmid/README')
-rw-r--r--gmid/README12
1 files changed, 4 insertions, 8 deletions
diff --git a/gmid/README b/gmid/README
index cbd4fdc..87646b7 100644
--- a/gmid/README
+++ b/gmid/README
@@ -1,12 +1,8 @@
-gmid is a server for the Gemini protocol. It has various features, among which
-Capsicum support and a "config-less" mode akin to "python -m http.server" to
-quickly serve local directories from the shell.
+It can serve static files, has optional FastCGI and proxying support,
+and a rich configuration syntax.
-This setup differs from the project's standard by avoiding to run the service
-as root. It comes at the cost of not supporting 'chroot'.
-
-To have the gmid daemon start and stop with your host,
-add to /etc/rc.d/rc.local:
+To have the gmid daemon start and stop with your host, add to
+/etc/rc.d/rc.local:
if [ -x /etc/rc.d/rc.gmid ]; then
/etc/rc.d/rc.gmid start