Blob


1 This directory is for additional contributed files which may be
2 useful.
4 Dockerfile
6 Sample Dockerfile to build alpine-based gmid images.
8 gencert
10 Simple shell script to generate self-signed certificates.
12 gmid
14 Sample rc(8) script for OpenBSD, to be placed in /etc/rc.d.
16 gmid.service
18 Simple systemd service file.
20 renew-certs
22 Flexible script meant to be run in a cronjob to watch for cert
23 expiration. It can optionally regen the (self-signed)
24 certificate in place and restart the server too.
26 vim
28 Syntax highlighting of gmid configuration for vim, to be
29 placed into ~/.vim/ or /usr/share/vim/vimfiles/.
31 To enable Syntastic checker, put this line in your vimrc:
33 let g:syntastic_gmid_checkers = ['gmid']