gmid/contrib
Omar Polo 359c56ce35 contrib/gmid.service: remove User and Group
May cause weird errors (status=216/GROUP) on some distros, and
running as root is already the default, so remove the two lines.
Reported by and debugged together with leandro del Flug, thanks!
2024-04-27 17:12:09 +00:00
..
vim contrib/vim: fix indent 2024-01-30 09:35:37 +00:00
Docker.gmid.conf contrib/Dockerfile: fix the build and improve the usage 2024-01-11 15:42:02 +00:00
Dockerfile contrib/Dockerfile: fix the build and improve the usage 2024-01-11 15:42:02 +00:00
gencert
gmid.service contrib/gmid.service: remove User and Group 2024-04-27 17:12:09 +00:00
gmid.sysusers
Makefile contrib/Dockerfile: fix the build and improve the usage 2024-01-11 15:42:02 +00:00
mime.types
README
renew-certs

This directory is for additional contributed files which may be
useful.

Dockerfile

	Sample Dockerfile to build alpine-based gmid images.

gencert

	Simple shell script to generate self-signed certificates.

gmid.service

	Simple systemd service file.

gmid.sysusers

	Sample systemd-sysusers' config file.

mime.types

	A copy of OpenBSD' /usr/share/misc/mime.types to be included
	within a `types' block.

renew-certs

	Flexible script meant to be run in a cronjob to watch for cert
	expiration.  It can optionally regen the (self-signed)
	certificate in place and restart the server too.

vim

	Syntax highlighting of gmid configuration for vim, to be
	placed into ~/.vim/ or /usr/share/vim/vimfiles/.

	To enable Syntastic checker, put this line in your vimrc:

	let g:syntastic_gmid_checkers = ['gmid']