From 2954898f6551cbd2e5b0ed4dae8925d729f741a9 Mon Sep 17 00:00:00 2001 From: Slack Coder Date: Tue, 8 Oct 2024 19:31:41 -0500 Subject: gmid: bump v2.1.1 and update config --- gmid/README | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'gmid/README') 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 -- cgit v1.2.3