aboutsummaryrefslogtreecommitdiff
path: root/contrib/README
blob: d24e5411d7bdbf8de3b9dc783671632967cf49ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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

	Sample rc(8) script for OpenBSD, to be placed in /etc/rc.d.

gmid.service

	Simple systemd service file.

gmid.sysusers

	Sample systemd-sysusers' config file.

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']