general edits
This commit is contained in:
parent
317dbb6a5a
commit
4a80bb3bf7
@ -89,5 +89,5 @@ Your public key:
|
||||
|
||||
or
|
||||
|
||||
> gpg --export -a *email* > person.pub
|
||||
> gpg --export -a *person@email.tld* > *my_key*.pub
|
||||
|
||||
|
@ -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
|
||||
|
@ -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").
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: [ "qrencode" ]
|
||||
title: "qrencode"
|
||||
tags: [ "Documentation", "vision" ]
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user