mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-24 16:43:09 +08:00
24 lines
546 B
Plaintext
24 lines
546 B
Plaintext
|
# Docker & Gemini
|
||
|
|
||
|
## Server Program
|
||
|
=> https://github.com/mbrubeck/agate agate
|
||
|
|
||
|
alternatives:
|
||
|
=> https://gmid.omarpolo.com gmid
|
||
|
=> https://tildegit.org/solene/vger vger
|
||
|
|
||
|
|
||
|
## TODO
|
||
|
CGI script:
|
||
|
* inform the server to update git
|
||
|
* check the log
|
||
|
|
||
|
both need authentication, idea:
|
||
|
* 6x (CLIENT CERTIFICATE REQUIRED)
|
||
|
=> gemini://gemini.circumlunar.space/docs/tls-tutorial.gmi doc: TLS
|
||
|
=> https://adnano.co/2021/03/06/gemini-tls/ TLS recommendations for Gemini
|
||
|
|
||
|
* GPG in 1x (INPUT)
|
||
|
client: date -u +%Y%m%dT%H | gpg -as
|
||
|
server: verify time then signature
|