From 4a80bb3bf7da1837d2dedc50a381191ac455a6e0 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Mon, 17 Apr 2023 09:16:03 +0200 Subject: [PATCH] general edits --- data/gpg.md | 2 +- networking/servers/agate.md | 6 ++++++ networking/website/nginx.md | 2 +- vision/qrencode.md | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/data/gpg.md b/data/gpg.md index 9d2af5d..f08635e 100644 --- a/data/gpg.md +++ b/data/gpg.md @@ -89,5 +89,5 @@ Your public key: or -> gpg --export -a *email* > person.pub +> gpg --export -a *person@email.tld* > *my_key*.pub diff --git a/networking/servers/agate.md b/networking/servers/agate.md index 215b910..35d78ea 100644 --- a/networking/servers/agate.md +++ b/networking/servers/agate.md @@ -50,3 +50,9 @@ WantedBy=default.target > sudo systemctl enable --now agate + +# Redirection + +Indicate a permanent move by placing this file in the root of the capsule: + +> index.gmi: 31 gemini://splint.rs diff --git a/networking/website/nginx.md b/networking/website/nginx.md index cd55e4a..a529713 100644 --- a/networking/website/nginx.md +++ b/networking/website/nginx.md @@ -71,7 +71,7 @@ You may need to install an nginx python module: > apt install python3-certbot-nginx -> certbot --nginx -d mysite.tk +> certbot --nginx -d *mysite.tk* --non-interactive --agree-tos -m *webmaster@email.tld* When you are asked about redirecting from HTTP to HTTPS, say yes (option "2"). diff --git a/vision/qrencode.md b/vision/qrencode.md index 2ddda4e..0cdb4ce 100644 --- a/vision/qrencode.md +++ b/vision/qrencode.md @@ -1,5 +1,5 @@ --- -title: [ "qrencode" ] +title: "qrencode" tags: [ "Documentation", "vision" ] ---