forked from reudnetz/website
Aktuell werden Änderungen noch nicht übernommen
- CSS 72.2%
- HTML 27.8%
this way users can import our gpg key via gnupg (`gpg --locate-keys
mail@reudnetz.org`) and maybe in some modern mua's? well, we have to see if
mua's appodt this. but it's a draft for a while now and afaict this is
werner's solution to the keyserver flooding attacks [2,3] and it's all there
from gnupg's standpoint. also this is kinda a missing piece to the tofu scheme
of the opportunistic autocrypt [4] solution, namely a missing pki infra.
any way. it's just some static files PLUS we need to put st like this in out
nginx config:
```nginx.conf
location ^~ /.well-known/openpgpkey {
default_type application/octet-stream;
add_header Access-Control-Allow-Origin * always;
}
```
and to test it type:
`gpg --auto-key-locate clear,nodefault,wkd --locate-keys mail@reudnetz.org`
[1] <https://www.ietf.org/archive/id/draft-koch-openpgp-webkey-service-21.txt> :draft
[2] <https://dkg.fifthhorseman.net/blog/openpgp-certificate-flooding.html> :keyserver :flooding
[3] <https://gist.github.com/rjhansen/67ab921ffb4084c865b3618d6955275f> :sks-server-under-attack
[4] <https://docs.autocrypt.org/index.html>
|
||
|---|---|---|
| content | ||
| static | ||
| templates | ||
| .gitignore | ||
| config.toml | ||
| README.md | ||
Reudnetz Website
Um das Schreiben neuer Artikel möglichst einfach zu gestalten, wird alles in Markdown geschrieben und später durch das Programm Zola zu einer statischen Website konvertiert.
Wissen
Dieser Bereich ist für Anleitungen aka How-Tos gedacht und lässt sich somit dynamisch ergänzen. Alle Markdown-Dateien in dem Ordner how-to werden automatisch im Bereich Wissen auf der Website angezeigt.
Cronjob
Alle Stunde pulled ein Cronjob auf unserer Proxy-VM das Git und rendert die Website neu.