Blame


1 e8b80030 2021-07-11 op This directory is for additional contributed files which may be
2 e8b80030 2021-07-11 op useful.
3 1a115616 2021-07-11 op
4 02ccd9d9 2021-07-11 op Dockerfile
5 02ccd9d9 2021-07-11 op
6 02ccd9d9 2021-07-11 op Sample Dockerfile to build alpine-based gmid images.
7 02ccd9d9 2021-07-11 op
8 d7e2e22c 2021-10-09 op gencert
9 d7e2e22c 2021-10-09 op
10 d7e2e22c 2021-10-09 op Simple shell script to generate self-signed certificates.
11 d7e2e22c 2021-10-09 op
12 a556718a 2021-07-13 op gmid
13 a556718a 2021-07-13 op
14 a556718a 2021-07-13 op Sample rc(8) script for OpenBSD, to be placed in /etc/rc.d.
15 a556718a 2021-07-13 op
16 e8b80030 2021-07-11 op gmid.service
17 e8b80030 2021-07-11 op
18 e8b80030 2021-07-11 op Simple systemd service file.
19 e8b80030 2021-07-11 op
20 bff125b8 2022-03-09 op gmid.sysusers
21 bff125b8 2022-03-09 op
22 bff125b8 2022-03-09 op Sample systemd-sysusers' config file.
23 bff125b8 2022-03-09 op
24 536026c5 2021-10-11 op renew-certs
25 536026c5 2021-10-11 op
26 536026c5 2021-10-11 op Flexible script meant to be run in a cronjob to watch for cert
27 536026c5 2021-10-11 op expiration. It can optionally regen the (self-signed)
28 536026c5 2021-10-11 op certificate in place and restart the server too.
29 536026c5 2021-10-11 op
30 1a115616 2021-07-11 op vim
31 1a115616 2021-07-11 op
32 1a115616 2021-07-11 op Syntax highlighting of gmid configuration for vim, to be
33 f3966209 2021-07-13 op placed into ~/.vim/ or /usr/share/vim/vimfiles/.
34 f3966209 2021-07-13 op
35 f3966209 2021-07-13 op To enable Syntastic checker, put this line in your vimrc:
36 f3966209 2021-07-13 op
37 f3966209 2021-07-13 op let g:syntastic_gmid_checkers = ['gmid']