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 mime.types
26 A copy of OpenBSD' /usr/share/misc/mime.types to be included
27 within a `types' block.
29 renew-certs
31 Flexible script meant to be run in a cronjob to watch for cert
32 expiration. It can optionally regen the (self-signed)
33 certificate in place and restart the server too.
35 vim
37 Syntax highlighting of gmid configuration for vim, to be
38 placed into ~/.vim/ or /usr/share/vim/vimfiles/.
40 To enable Syntastic checker, put this line in your vimrc:
42 let g:syntastic_gmid_checkers = ['gmid']