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