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