diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json index fbc36ed0..674e42a5 100644 --- a/.obsidian/core-plugins.json +++ b/.obsidian/core-plugins.json @@ -4,6 +4,7 @@ "switcher", "graph", "backlink", + "tag-pane", "page-preview", "note-composer", "command-palette", diff --git a/.obsidian/workspace b/.obsidian/workspace index 27f7d8c8..83694653 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -4,12 +4,12 @@ "type": "split", "children": [ { - "id": "843703181669292f", + "id": "c1cbd199334b4022", "type": "leaf", "state": { "type": "markdown", "state": { - "file": "Networks/Postfix config.md", + "file": "Reading list/@Reading master.md", "mode": "preview" } } @@ -43,6 +43,17 @@ "sortOrder": "alphabetical" } } + }, + { + "id": "b390c4c0a9a72f16", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + } + } } ], "currentTab": 0 @@ -57,7 +68,7 @@ "state": { "type": "backlink", "state": { - "file": "Networks/Postfix config.md", + "file": "Reading list/@Reading master.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -67,21 +78,37 @@ "unlinkedCollapsed": false } } + }, + { + "id": "51b6dd4b8c0c1449", + "type": "leaf", + "state": { + "type": "side-panel-control-view", + "state": {} + } + }, + { + "id": "86a095cebfd3c99f", + "type": "leaf", + "state": { + "type": "advanced-tables-toolbar", + "state": {} + } } ], - "currentTab": 0 + "currentTab": 2 }, - "active": "843703181669292f", + "active": "c1cbd199334b4022", "lastOpenFiles": [ + "Reading list/@Reading master.md", + "Internet snippets/Sad Little Men.md", + "Internet snippets/Mating.md", "Networks/Postfix config.md", "Networks/Tools Server.md", - "Networks/Caddy config.md", - "Internet snippets/Sad Little Men.md", - "Reading list/@Reading master.md", + "Life Orga/@Life Organisation.md", + "Life Orga/Lifestyle.md", "Networks/VPS Console Dialogue.md", - "Networks/Docker config.md", - "Internet snippets/Torto Arado.md", - "Internet snippets/Mating.md", - "Life Orga/Lifestyle.md" + "Networks/Domains.md", + "Networks/Caddy config.md" ] } \ No newline at end of file diff --git a/Networks/Postfix config.md b/Networks/Postfix config.md index 37805762..258e7072 100644 --- a/Networks/Postfix config.md +++ b/Networks/Postfix config.md @@ -237,9 +237,13 @@ 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]]). +Definition of permitted networks to restrict access (in [[Postfix config#Main cf|main.cf]]). + +  3. **Submission/SMTPD** @@ -250,12 +254,20 @@ title: File path 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]]).   +5. **SASL** + +[Tutorial](https://github.com/webmin/webmin/issues/58) + +  + #### Outgoing   diff --git a/Networks/Tools Server.md b/Networks/Tools Server.md index df3a5a58..7b45a50c 100644 --- a/Networks/Tools Server.md +++ b/Networks/Tools Server.md @@ -312,6 +312,15 @@ User management has not been parametered to exclude new users but an admin panel   +##### Utilities + +```ad-bug +title: Config file +~/gitea/gitea/gitea/conf/app.ini +``` + +  + ---   @@ -329,6 +338,8 @@ List of monitored services: - docker - Bitwarden - Mininote + - Git + - Git db   diff --git a/Networks/VPS Console Dialogue.md b/Networks/VPS Console Dialogue.md index 8fe1d9b1..c2142de6 100644 --- a/Networks/VPS Console Dialogue.md +++ b/Networks/VPS Console Dialogue.md @@ -1,6 +1,6 @@ --- -Alias: ["Virtual Private Server"] +Alias: ["VPS command-line", "command-line"] Tag: ["Computer", "Server", "Web", "Cloud"] Date: 2021-08-28 DocType: "Personal" diff --git a/Reading list/@Reading master.md b/Reading list/@Reading master.md index 07b0356b..6717cf31 100644 --- a/Reading list/@Reading master.md +++ b/Reading list/@Reading master.md @@ -96,6 +96,112 @@ style: number   +### Navigation by language + +  +  + +#### French literature + +```dataview + Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes", TimeStamp as "Date read" + Where Language = "FR" + where SourceType = "Book" + Where file.name != "Template Pocket Source" + Sort file.link ascending +``` + +  + +--- + +  + +#### English literature + +```dataview + Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes", TimeStamp as "Date read" + Where Language = "EN" + where SourceType = "Book" + Where file.name != "Template Pocket Source" + Sort file.link ascending +``` + +  + +--- + +  + +#### International literature + +```dataview + Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes", TimeStamp as "Date read" + Where Language != "FR" AND Language != "EN" + where SourceType = "Book" + Where file.name != "Template Pocket Source" + Sort file.link ascending +``` + +  + +--- + +  + +### Navigation by type + +  +  + +#### Novel + +```dataview + Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes", TimeStamp as "Date read" + Where contains(Tag,"Novel") + where SourceType = "Book" + Where file.name != "Template Pocket Source" + Sort file.link ascending +``` + +  + +--- + +  + +#### Essay + +```dataview + Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes", TimeStamp as "Date read" + Where contains(Tag,"Essay") + where SourceType = "Book" + Where file.name != "Template Pocket Source" + Sort file.link ascending +``` + +  + +--- + +  + +#### Biography + +```dataview + Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes", TimeStamp as "Date read" + Where contains(Tag,"Biography") + where SourceType = "Book" + Where file.name != "Template Pocket Source" + Sort file.link ascending +``` + +  + +--- + +  + ### Tag Navigation