Cleanup
main
Mel 3 years ago
parent e6396eb779
commit 31097232b1

@ -9,7 +9,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Reading list/@Reading master.md", "file": "Networks/Postfix config.md",
"mode": "preview" "mode": "preview"
} }
} }
@ -35,7 +35,7 @@
"state": { "state": {
"type": "search", "type": "search",
"state": { "state": {
"query": "", "query": "tag:#Essay",
"matchingCase": false, "matchingCase": false,
"explainSearch": false, "explainSearch": false,
"collapseAll": false, "collapseAll": false,
@ -57,7 +57,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Reading list/@Reading master.md", "file": "Networks/Postfix config.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -73,15 +73,15 @@
}, },
"active": "843703181669292f", "active": "843703181669292f",
"lastOpenFiles": [ "lastOpenFiles": [
"Networks/Postfix config.md",
"Networks/Tools Server.md",
"Networks/Caddy config.md",
"Internet snippets/Sad Little Men.md",
"Reading list/@Reading master.md", "Reading list/@Reading master.md",
"Networks/VPS Console Dialogue.md",
"Networks/Docker config.md",
"Internet snippets/Torto Arado.md", "Internet snippets/Torto Arado.md",
"Admin/Templates/Template Pocket Source.md",
"Internet snippets/The Good Men.md",
"Internet snippets/Comprendre l'islam.md",
"Internet snippets/Lionel Asbo.md",
"Internet snippets/Mating.md", "Internet snippets/Mating.md",
"Internet snippets/Sad Little Men.md", "Life Orga/Lifestyle.md"
"Internet snippets/The Fran Lebowitz Reader.md",
"Internet snippets/The Girls.md"
] ]
} }

@ -1,6 +1,6 @@
--- ---
Tag: ["Novel", "Classics", "Reflective", "Relationship", "Africa"] Tag: ["Novel", "Classics", "Reflective", "Relationships", "Africa"]
Date: 2021-09-25 Date: 2021-09-25
DocType: "Source" DocType: "Source"
Hierarchy: "NonRoot" Hierarchy: "NonRoot"

@ -44,7 +44,7 @@ id Save
```ad-abstract ```ad-abstract
title: Summary title: Summary
collapse: open collapse: open
'Insanely readable and enjoyable' - TOM HOLLAND, author of Dominion In 1975, as a child, Richard Beard was sent away from his home to sleep in a dormitory. So were David Cameron and Boris Johnson. 'Insanely readable and enjoyable' (TOM HOLLAND, author of Dominion). In 1975, as a child, Richard Beard was sent away from his home to sleep in a dormitory. So were David Cameron and Boris Johnson.
``` ```
   

@ -1,7 +1,7 @@
--- ---
Alias: [""] Alias: [""]
Tag: ["Novel", "Brazilian", "Social"] Tag: ["Novel", "Brazil", "Social"]
Date: 2021-09-25 Date: 2021-09-25
DocType: "Source" DocType: "Source"
Hierarchy: "NonRoot" Hierarchy: "NonRoot"

@ -76,6 +76,20 @@ hide backlink
hide task count hide task count
``` ```
 
[[@Reading master|Reading]]
```tasks
not done
path includes Reading
sort by due
is recurring
hide backlink
hide task count
```
   
--- ---

@ -236,6 +236,22 @@ Simply add the following at the top of all declarations for sub-domain definitio
   
### Utilities
 
#### SSL Certification location
Look for a folder with the following sequence:
`/.local/share/caddy`
 
---
 
### Basic commands ### Basic commands
A full repository of commands can be found [here](https://caddyserver.com/docs/) A full repository of commands can be found [here](https://caddyserver.com/docs/)

@ -231,6 +231,29 @@ title: Documentation
#### Incoming #### Incoming
1. **Ports**
Ports (25, 465, 587) need to be opened by the firewall:
`sudo ufw allow (port)/tcp`
2. **Networks**
Defijition of permitted networks to restrict access (in [[Postfix config#Main cf|main.cf]]).
3. **Submission/SMTPD**
```ad-info
title: File path
/etc/postfix/master.cf
```
Options are coded in the file by default. Uncheck necessary directives.
4. **SSL cert**
Postfix SSL certs need to match that of the server (in [[Postfix config#Main cf|main.cf]]).
   
#### Outgoing #### Outgoing

@ -336,6 +336,20 @@ List of monitored services:
   
### Utilities
 
#### Cert storage
`/var/lib/caddy/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/`
 
---
 
### Pricing ### Pricing
   

Loading…
Cancel
Save