2023-06-18 14:22:16 +08:00
|
|
|
# Docker & Gemini
|
|
|
|
|
2023-06-27 11:39:39 +08:00
|
|
|
## System
|
|
|
|
alpine linux
|
|
|
|
=> https://weinan.io/2019/04/06/cron.html cron
|
|
|
|
|
2023-06-18 14:22:16 +08:00
|
|
|
## Server Program
|
|
|
|
=> https://gmid.omarpolo.com gmid
|
|
|
|
|
2023-06-27 14:18:32 +08:00
|
|
|
## Hot Update
|
|
|
|
* git pull
|
|
|
|
* gmid.conf reload
|
2023-06-18 14:22:16 +08:00
|
|
|
|
|
|
|
## TODO
|
2023-07-02 15:13:44 +08:00
|
|
|
I want to write CGI script to:
|
2023-06-18 14:22:16 +08:00
|
|
|
* check the log
|
2023-07-02 15:13:44 +08:00
|
|
|
* upload dynamic file
|
2023-06-18 14:22:16 +08:00
|
|
|
|
2023-07-02 15:13:44 +08:00
|
|
|
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
|
2023-06-18 14:22:16 +08:00
|
|
|
|
2023-07-02 15:13:44 +08:00
|
|
|
But later I thought it makes my server too complicated.
|
|
|
|
I just need a static site server, these are bloated.
|