aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2022-10-31rework `make dist'Omar Polo
2022-07-04remove the OpenBSD' rc fileOmar Polo
now that gmid is packaged on OpenBSD the rc file is maintained in the ports tree.
2022-04-08bundle a copy of /usr/share/misc/mime.typesOmar Polo
2022-03-09add missing newlineOmar Polo
2022-03-09add systemd-sysusers' config fileNakaya
2022-02-03sync vim syntaxAnna “CyberTailor”
2021-10-15Implement OCSP stapling supportStephen Gregoratto
Currently dogfooding this patch at gemini.sgregoratto.me. To test, run the following command and look for the "OCSP response" header: openssl s_client -connect "gemini.sgregoratto.me:1965" -status
2021-10-11add script to automatically renew self-signed certificatesOmar Polo
2021-10-09add gencert, a simple script to generate self-signed certsOmar Polo
2021-09-21Improve gmid.serviceMartin
Changed gmid.service to not to fork the server and forced to run under user "gmid". gmid now waits for the network stack beeing available before starting. Also "gmid" is now the syslog id.
2021-07-13contrib/vim: add Syntastic integrationAnna “CyberTailor”
Error and warning messages are prefixed with "error: " and "warning: " correspondingly to ease integration with automated tooling. `yywarn' function added. Off-by-one line numbers in warnings are fixed. Two error messages are reworded to avoid repeating like "error: error in server directive" or "error: syntax error".
2021-07-13sort and tweak rc descriptionOmar Polo
2021-07-13add an example rc(8) script for openbsdla-ninpre
copy it to `/etc/rc.d`, write your config in `/etc/gmid.conf` and launch using `rcctl enable gmid && rcctl start gmid`.
2021-07-11fix the dockerfileOmar Polo
2021-07-11move the Dockerfile to contrib/Omar Polo
2021-07-11add an example systemd unit fileOmar Polo
2021-07-11add missing `env' keywordOmar Polo
2021-07-11add simple vim syntax fileAnna “CyberTailor”