mirror.dongdigua.github.io/gmi/docker
2023-07-02 15:13:44 +08:00
..
cgi bad idea: cgi authentication with gpg and cert 2023-07-02 15:13:44 +08:00
Dockerfile docker: test_auth.cgi 2023-06-27 15:27:08 +08:00
genkey.sh docker: fix cgi & sh location, README 2023-06-27 14:18:32 +08:00
gmid.conf docker: working gmid 2023-06-27 13:47:08 +08:00
README.gmi bad idea: cgi authentication with gpg and cert 2023-07-02 15:13:44 +08:00
run-wrapper.sh docker: fix cgi & sh location, README 2023-06-27 14:18:32 +08:00
update-git.sh docker: fix cgi & sh location, README 2023-06-27 14:18:32 +08:00

# Docker & Gemini

## System
alpine linux
=> https://weinan.io/2019/04/06/cron.html cron

## Server Program
=> https://gmid.omarpolo.com gmid

## Hot Update
* git pull
* gmid.conf reload

## TODO
I want to write CGI script to:
* check the log
* upload dynamic file

First I need to get my client cert hash uploaded, so I came up an idea:
upload a pgp-signed message contains: HOSTNAME:CERTHASH, then use that client cert hash

But later I thought it makes my server too complicated.
I just need a static site server, these are bloated.