SlackBuilds Repository

15.0 > Network > gmid (2.1.1)

It can serve static files, has optional FastCGI and proxying support,
and a rich configuration syntax.

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
fi

and to /etc/rc.d/rc.local_shutdown (creating it if needed):

if [ -x /etc/rc.d/rc.gmid ]; then
/etc/rc.d/rc.gmid stop
fi

The service is configured to run as the 'gmid' user. To add this user:

groupadd --gid 387 gmid
useradd gmid \
--comment 'gmid gemini server' \
--gid 387 \
--home-dir /srv/gmid \
--system \
--uid 387

Maintained by: Slack Coder
Keywords: gemini,server
ChangeLog: gmid

Homepage:
https://gmid.omarpolo.com

Source Downloads:
gmid-2.1.1.tar.gz (fda53ff9cd666ca1de9c5f56511a3465)

Download SlackBuild:
gmid.tar.gz
gmid.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
files
gmid.SlackBuild
gmid.info
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2025 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds