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 gmid.sysusers
22 Sample systemd-sysusers' config file.
24 renew-certs
26 Flexible script meant to be run in a cronjob to watch for cert
27 expiration. It can optionally regen the (self-signed)
28 certificate in place and restart the server too.
30 vim
32 Syntax highlighting of gmid configuration for vim, to be
33 placed into ~/.vim/ or /usr/share/vim/vimfiles/.
35 To enable Syntastic checker, put this line in your vimrc:
37 let g:syntastic_gmid_checkers = ['gmid']