Merge tmp into main

main
meldev 3 years ago
commit 3716930994

@ -18,5 +18,6 @@
"obsidian-dynamic-toc",
"obsidian-tasks-plugin",
"obsidian-dice-roller",
"music-code-blocks"
"music-code-blocks",
"obsidian-pocket"
]

@ -4,6 +4,7 @@
"switcher",
"graph",
"backlink",
"tag-pane",
"page-preview",
"note-composer",
"command-palette",

@ -67,6 +67,6 @@
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 0.5566498064618942,
"scale": 0.5150901584012967,
"close": true
}

File diff suppressed because one or more lines are too long

@ -1,7 +1,7 @@
{
"id": "find-unlinked-files",
"name": "Find unlinked files and unresolved links",
"version": "1.2.1",
"version": "1.3.0",
"description": "Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.",
"author": "Vinzent",
"authorUrl": "https://github.com/Vinzent03",

File diff suppressed because it is too large Load Diff

@ -1,7 +1,7 @@
{
"id": "metaedit",
"name": "MetaEdit",
"version": "1.6.16",
"version": "1.7.1",
"minAppVersion": "0.12.0",
"description": "MetaEdit helps you manage your metadata.",
"author": "Christian B. B. Houmann",

File diff suppressed because one or more lines are too long

@ -1,7 +1,7 @@
{
"id": "obsidian-dice-roller",
"name": "Dice Roller",
"version": "6.4.0",
"version": "6.5.0",
"minAppVersion": "0.12.0",
"description": "Inline dice rolling for Obsidian.md",
"author": "Jeremy Valentine",

@ -141,3 +141,130 @@
.setting-item {
border: 0;
}
/** Dice Roller View CSS */
.workspace-split.mod-right-split .view-content.dice-roller-view {
padding: 0.5rem;
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
gap: 12px;
}
.dice-roller-view .dice-roller-grid {
display: grid;
grid-template-rows: auto auto;
justify-content: center;
gap: 6px;
}
.dice-roller-view .dice-roller-grid .dice-buttons {
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: center;
width: fit-content;
}
.dice-roller-view .setting-editor-extra-setting-button {
width: fit-content;
}
.dice-roller-view .dice-button .clickable-icon > svg {
width: 36px;
height: 36px;
}
.dice-roller-view .dice-context {
display: grid;
grid-template-columns: 1fr auto;
}
.dice-roller-view .dice-context .add-subtract {
display: flex;
align-items: center;
}
.dice-roller-view/* .dice-context */ input, .dice-roller-view textarea {
width: 100%;
}
.dice-roller-view .dice-roller-grid .advantage-disadvantage {
display: flex;
justify-content: center;
align-items: center;
gap: 0.5rem;
}
.dice-roller-view .dice-roller-grid .advantage-disadvantage button {
margin: 0;
min-width: 66px;
}
.dice-roller-view .dice-roller-formula {
display: flex;
flex-flow: column nowrap;
justify-content: space-between;
align-items: flex-end;
gap: 12px;
}
.dice-roller-view .dice-roller-formula button {
margin-right: 0;
margin-left: 12px;
}
.dice-roller-view hr {
margin-bottom: 0;
}
.dice-roller-view .dice-roller-results-container h4 {
margin-top: 6px;
width: 100%;
border-bottom: 1px solid var(--background-modifier-border);
}
.dice-roller-view .dice-roller-results {
display: flex;
flex-flow: column nowrap;
gap: 6px;
}
.dice-roller-view .dice-roller-results .view-result {
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
border: 1px solid var(--background-modifier-border);
border-radius: 0.25rem;
position: relative;
}
.dice-roller-view .dice-roller-results .view-result .dice-content-copy {
position: absolute;
top: 0;
right: 0;
padding: 0.25rem;
}
.dice-roller-view .dice-roller-results .view-result strong {
font-size: x-large;
}
.dice-roller-view .dice-roller-results .view-result .result-context {
align-self: flex-end;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.25rem;
font-size: x-small;
}
.dice-roller-view
.dice-roller-results
.view-result
.result-context
.clickable-icon {
margin-right: 0;
}
.dice-roller-view .dice-roller-results > span {
color: var(--text-muted);
margin: 0 auto;
}

File diff suppressed because one or more lines are too long

@ -4,6 +4,6 @@
"author": "aidurber",
"description": "An Obsidian plugin to generate Tables of Contents that stay up to date with your document outline.",
"minAppVersion": "0.11.0",
"version": "0.0.11",
"version": "0.0.14",
"repo": "aidurber/obsidian-plugin-dynamic-toc"
}

@ -0,0 +1,5 @@
{
"item-note-template": "Admin/Templates/Template Pocket Source",
"item-notes-folder": "Internet snippets",
"multi-word-tag-converter": "camel-case"
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,10 @@
{
"id": "obsidian-pocket",
"name": "Pocket integration",
"version": "0.5.3",
"minAppVersion": "0.12.11",
"description": "Access your Pocket reading list entries and create notes for them easily",
"author": "Nimalan Mahendran",
"authorUrl": "https://twitter.com/nimalan",
"isDesktopOnly": false
}

@ -0,0 +1,47 @@
.PocketItemTagList-styles-module_itemTagList__nVMsD {
list-style: none;
padding-inline-start: 0px;
margin-top: 4px;
}
.PocketItemTagList-styles-module_itemTagList__nVMsD > li {
display: inline;
color: var(--text-muted);
background-color: var(--background-secondary);
margin: 4px;
padding: 2px;
border-radius: 4px;
}
.PocketItem-styles-module_item__3n5s8 {
color: black;
border: 1px solid black;
display: block;
padding: 4px 8px;
}
.PocketItem-styles-module_item__3n5s8 > span {
display: block;
}
.PocketItem-styles-module_itemTitle__2bkMG {
font-weight: 600;
flex-grow: 1;
width: 100%;
}
.PocketItem-styles-module_itemExcerpt__3umt6 {
font-weight: 300;
line-height: 1.5;
flex-grow: 1;
width: 100%;
color: var(--text-normal);
}
.PocketItemList-styles-module_list__2zKhb {
list-style-type: none;
}
.PocketItemList-styles-module_item__3rjWY {
margin: 8px;
}
.settings-styles-module_error__3S0_A {
border-color: var(--background-modifier-error-hover) !important;
}

@ -4,12 +4,12 @@
"type": "split",
"children": [
{
"id": "843703181669292f",
"id": "c1cbd199334b4022",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Networks/Tools Server.md",
"file": "Internet snippets/Comprendre l'islam.md",
"mode": "preview"
}
}
@ -18,70 +18,96 @@
"direction": "vertical"
},
"left": {
"id": "b0310d40c7c28315",
"type": "mobile-drawer",
"id": "87f9f29baec8274b",
"type": "split",
"children": [
{
"id": "1dfc3b2b8716c325",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {}
}
},
{
"id": "bdb74d04c8aded01",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
"id": "10cff87f23195085",
"type": "tabs",
"children": [
{
"id": "4eda007975bc315b",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {}
}
},
{
"id": "2673496bd741d7ff",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
}
}
]
}
],
"currentTab": 0
"direction": "horizontal",
"width": 300
},
"right": {
"id": "901f0677c871de02",
"type": "mobile-drawer",
"id": "5ae1ccb13b5db5c5",
"type": "split",
"children": [
{
"id": "99d0af3c81398a1c",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "Networks/Tools Server.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": true,
"unlinkedCollapsed": false
"id": "b4391c49e2521505",
"type": "tabs",
"children": [
{
"id": "0b7f5ec28c469395",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "Internet snippets/Comprendre l'islam.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "ec927f9f82ddaf56",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
}
}
]
}
],
"currentTab": 0
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"active": "843703181669292f",
"active": "c1cbd199334b4022",
"lastOpenFiles": [
"Networks/Tools Server.md",
"Networks/VPS Console Dialogue.md",
"Networks/Alias Server.md",
"Life Orga/Finances.md",
"Networks/@Networks.md",
"Networks/Cloud Server.md",
"Nextcloud.md",
"Networks/Selfhosting.md",
"Internet snippets/Comprendre l'islam.md",
"Reading list/@Reading master.md",
"Networks/Domains.md",
"Networks/mfxm Website Scope.md",
"Investments/Holochain.md"
"Travels/Jazz Route (US).md",
"Travels/@Travels.md",
"Travels/Ethiopia.md",
"Internet snippets/Torto Arado.md",
"Internet snippets/The Good Men.md",
"Internet snippets/The Girls.md"
]
}

@ -0,0 +1,80 @@
---
Tag: [""]
Date:
DocType: "Source"
Hierarchy: "NonRoot"
TimeStamp:
SourceType: "Book"
Language:
Author:
PublishedDate:
SourceLink: {{url}}
---
Parent:: [[@Reading master|Reading list]]
---
 
```button
name Edit Source parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-SourceEdit
```button
name Save
type command
action Save current file
id Save
```
^button-TNSave
 
# {{title}}
 
```ad-abstract
title: Summary
collapse: open
{{excerpt}}
```
 
```toc
style: number
```
 
---
 
### Cover
 
 
---
 
### Notes
 
Loret ipsum
 
 

@ -0,0 +1,82 @@
---
Tag: ["Essay", "Religion", "Islam"]
Date: 2021-09-25
DocType: "Source"
Hierarchy: "NonRoot"
TimeStamp: 2020-09
location: [51.514678599999996, -0.18378583926867909]
SourceType: "Book"
Language: FR
Author: Adrien Candiard
PublishedDate: 2016
SourceLink: https://www.laprocure.com/comprendre-islam-plutot-pourquoi-comprend-rien-adrien-candiard/9782081386587.html
---
Parent:: [[@Reading master|Reading list]]
---
 
```button
name Edit Source parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-SourceEdit
```button
name Save
type command
action Save current file
id Save
```
^button-TNSave
 
# Comprendre l'islam ou plutôt : pourquoi on n'y comprend rien
 
```ad-abstract
title: Summary
collapse: open
Les avis de cette rubrique sont la propriété de La Procure. Les auteurs s'engagent donc à renoncer à tous leurs droits de propriété. L'internaute a le droit de publier un avis par livre, mais certains livres ne sont pas ouverts aux avis.
```
 
```toc
style: number
```
 
---
 
### Cover
 
![](https://products-images.di-static.com/image/adrien-candiard-comprendre-l-islam-ou-plutot-pourquoi-on-n-y-comprend-rien/9782081386587-200x303-1.jpg)
 
---
 
### Notes
 
Loret ipsum
 
 

@ -0,0 +1,82 @@
---
Tag: ["Novel", "Social", "UK"]
Date: 2021-09-25
DocType: "Source"
Hierarchy: "NonRoot"
TimeStamp:
location: [51.514678599999996, -0.18378583926867909]
SourceType: "Book"
Language: EN
Author: Martin Amis
PublishedDate: 2012
SourceLink: https://en.wikipedia.org/wiki/Lionel_Asbo:_State_of_England
---
Parent:: [[@Reading master|Reading list]]
---
 
```button
name Edit Source parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-SourceEdit
```button
name Save
type command
action Save current file
id Save
```
^button-TNSave
 
# Lionel Asbo: State of England
 
```ad-abstract
title: Summary
collapse: open
Lionel Asbo: State of England is a novel by the English author Martin Amis, published in 2012. Desmond Pepperdine, a teen resident of the hopeless borough of Diston Town, shares the home of his late mother with his uncle, the implacably yobbish Lionel Asbo.
```
 
```toc
style: number
```
 
---
 
### Cover
 
![](https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1340656795i/15697997._UY200_.jpg)
 
---
 
### Notes
 
Loret ipsum
 
 

@ -0,0 +1,82 @@
---
Tag: ["Novel", "Classics", "Reflective", "Relationships", "Africa"]
Date: 2021-09-25
DocType: "Source"
Hierarchy: "NonRoot"
TimeStamp:
location: [51.514678599999996, -0.18378583926867909]
SourceType: "Book"
Language: EN
Author: Norman Rush
PublishedDate: 1991
SourceLink: https://en.wikipedia.org/wiki/Mating_(novel)
---
Parent:: [[@Reading master|Reading list]]
---
 
```button
name Edit Source parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-SourceEdit
```button
name Save
type command
action Save current file
id Save
```
^button-TNSave
 
# Mating
 
```ad-abstract
title: Summary
collapse: open
Mating (1991) is a novel by American author Norman Rush. It is a first-person narrative by an unnamed American anthropology graduate student in Botswana around 1980.
```
 
```toc
style: number
```
 
---
 
### Cover
 
![](https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1394389193i/21219569._UY200_.jpg)
 
---
 
### Notes
 
Loret ipsum
 
 

@ -0,0 +1,82 @@
---
Tag: ["Biography", "Society", "UK", "PrivateSchool"]
Date: 2021-09-25
DocType: "Source"
Hierarchy: "NonRoot"
TimeStamp:
location: [51.514678599999996, -0.18378583926867909]
SourceType: "Book"
Language: EN
Author: Richard Beard
PublishedDate: 2021
SourceLink: https://www.waterstones.com/book/sad-little-men/richard-beard//9781787302938
---
Parent:: [[@Reading master|Reading list]]
---
 
```button
name Edit Source parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-SourceEdit
```button
name Save
type command
action Save current file
id Save
```
^button-TNSave
 
# Sad Little Men: Private Schools and the Ruin of England
 
```ad-abstract
title: Summary
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.
```
 
```toc
style: number
```
 
---
 
### Cover
 
![](https://www.richardbeard.info/wp-content/uploads/2021/06/SLM-jacket.jpeg)
 
---
 
### Notes
 
Loret ipsum
 
 

@ -0,0 +1,76 @@
---
Tag: ["Essay", "Comedy", "NewYork"]
Date: 2021-09-25
DocType: "Source"
Hierarchy: "NonRoot"
TimeStamp:
location: [51.514678599999996, -0.18378583926867909]
SourceType: "Book"
Language: EN
Author: Fran Lebowitz
PublishedDate: 1994
SourceLink: https://www.goodreads.com/work/best_book/53955-the-fran-lebowitz-reader
---
Parent:: [[@Reading master|Reading list]]
---
 
```button
name Edit Source parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-SourceEdit
```button
name Save
type command
action Save current file
id Save
```
^button-TNSave
 
# The Fran Lebowitz Reader
 
```ad-abstract
title: Summary
collapse: open
The Fran Lebowitz Reader brings together in one volume, with a new preface, two bestsellers, Metropolitan Life and Social Studies, by an "important humorist in the classic tradition" (The New York Times Book Review) who is "the natural successor to Dorothy Parker" (British Vogue).
```
 
```toc
style: number
```
 
---
 
### Cover
![](https://typeset-beta.imgix.net/2017/1/7/e6d147c8-6bc3-4339-a915-f9bc792befa5.jpg?w=740&h=1082&fit=crop&crop=faces&auto=format&q=70)
 
### Notes
 
Loret ipsum
 
 

@ -0,0 +1,83 @@
---
Tag: ["Novel", "Society", "Cult", "Relationships"]
Date: 2021-09-25
DocType: "Source"
Hierarchy: "NonRoot"
TimeStamp: 2021-08
location: [51.514678599999996, -0.18378583926867909]
SourceType: "Book"
Language: EN
Author: Emma Cline
PublishedDate: 2016
SourceLink: http://www.theguardian.com/books/2016/jun/12/the-girls-emma-cline-review
---
Parent:: [[@Reading master|Reading list]]
---
 
```button
name Edit Source parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-SourceEdit
```button
name Save
type command
action Save current file
id Save
```
^button-TNSave
 
# The Girls
 
```ad-abstract
title: Summary
collapse: open
A teenage girl joins a dangerous commune in this evocative debut novel inspired by the Charles Manson affair Its not hard to see why novelists are attracted to writing about cults and communes, fictional or fictionalised: their bounded and reclusive worlds nonetheless illuminate the soc
```
 
```toc
style: number
```
 
---
 
### Cover
 
![](https://cdn.waterstones.com/bookjackets/large/9781/7847/9781784701741.jpg)
 
---
 
### Notes
 
***Harvey*** from the same author
 
 

@ -0,0 +1,82 @@
---
Tag: ["Novel", "Historic", "Medieval", "France", "Cathars"]
Date: 2021-09-25
DocType: "Source"
Hierarchy: "NonRoot"
TimeStamp:
location: [51.514678599999996, -0.18378583926867909]
SourceType: "Book"
Language: EN
Author: Charmaine Craig
PublishedDate: 2003
SourceLink: https://www.goodreads.com/work/best_book/824714-the-good-men-a-novel-of-heresy
---
Parent:: [[@Reading master|Reading list]]
---
 
```button
name Edit Source parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-SourceEdit
```button
name Save
type command
action Save current file
id Save
```
^button-TNSave
 
# The Good Men
 
```ad-abstract
title: Summary
collapse: open
by Charmaine Craig. In fourteenth-century France, a young woman from the mountain village of Montaillou was tried for heresy by the Catholic inquisition. Her name was Grazida Lizier and, by her own confession, her “joy was shared” with the wrong man: the village rector.
```
 
```toc
style: number
```
 
---
 
### Cover
 
![](https://images-na.ssl-images-amazon.com/images/I/519Xm82pZqL._SY291_BO1,204,203,200_QL40_.jpg)
 
---
 
### Notes
 
***Miss Burma*** from the same author
 
 

@ -0,0 +1,83 @@
---
Alias: [""]
Tag: ["Novel", "Brazil", "Social"]
Date: 2021-09-25
DocType: "Source"
Hierarchy: "NonRoot"
location: [51.514678599999996, -0.18378583926867909]
TimeStamp:
SourceType: "Book"
Language: BR
Author: Itamar Vieira Junior
PublishedDate: 2019
SourceLink: https://www.lemonde.fr/series-d-ete/article/2021/08/10/un-premier-roman-qui-bouscule-le-bresil-de-bolsonaro_6091079_3451060.html
---
Parent:: [[@Reading master|Reading list]]
---
 
```button
name Edit Source parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-SourceEdit
```button
name Save
type command
action Save current file
id Save
```
^button-TNSave
 
# Un premier roman qui bouscule le Brésil de Bolsonaro
 
```ad-abstract
title: Summary
collapse: open
Voici deux enfants. Deux sœurs : Bibiana et Belonisia, filles des profondeurs du Sertao bahianais. Leur grand-mère, Donana, a un secret bien gardé. Un couteau, caché dans une malle. Un jour, elles décident den savoir plus. Mais un terrible accident survient. Il les liera pour la vie.
```
 
```toc
style: number
```
 
---
 
### Cover
 
![](https://1.bp.blogspot.com/-bFDsbmtIjYU/XXGdsrX3YZI/AAAAAAAAWBo/MtnFG6-cxOMGtEV7szX6RadO9gI67a3NwCLcBGAs/s1600/Itamar%2BVieira%2BJunior%2B-%2BTorto%2Barado.jpg)
 
---
 
### Notes
 
Loret ipsum
 
 

@ -76,6 +76,20 @@ hide backlink
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
A full repository of commands can be found [here](https://caddyserver.com/docs/)

@ -198,5 +198,11 @@ Within the 'Env' declaration, add the requested data field:
`docker container ls`
 
#### Execute commands in container
`docker exec -it -u (username) (command)`
 
 

@ -231,6 +231,41 @@ title: Documentation
#### Incoming
1. **Ports**
Ports (25, 465, 587) need to be opened by the firewall:
`sudo ufw allow (port)/tcp`
 
2. **Networks**
Definition 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]]).
 
5. **SASL**
[Tutorial](https://github.com/webmin/webmin/issues/58)
 
#### Outgoing

@ -4,7 +4,7 @@ Tag: ["Server", "Security", "Privacy", "App", "Web"]
Date: 2021-09-19
DocType: "Server"
Hierarchy: "NonRoot"
TimeStamp: 2021-09-23
TimeStamp: 2021-09-24
CPU: 2Core
RAM: 4GB
StorageCapa: 40GB
@ -17,7 +17,7 @@ IPv4: 41.216.181.11
Hostname: vm919620.desivps.com
Host: DesiVPS
SubDomain: tools
UsedDiskSpace: 14%
UsedDiskSpace: 17%
---
@ -186,12 +186,23 @@ JavaScript & JS package manager.
 
---
 
#### Dedicated Server parameters
| Service | Used value
|---------|:---------:
**Internal network** | 17.27.37.x
**Internal docker network** | 17.27.37.x
**Port: SSH** | 2227
**Port: Git server** | 8087
**Port: Git SSH** | 2228
 
---
 
@ -201,18 +212,20 @@ JavaScript & JS package manager.
 
##### Service parameters
##### Service parameters (pw-manager)
```ad-info
title: service parameters
IP: 17.27.37.3:80
Docker ID: 970b6f4b6150fa03be24287ae29a065c06ff7ed91a3402f8184c8a9aafa5e94d
Docker Name: bitwarden_bitwarden_1
**IP**: 17.27.37.3:80
**Docker ID**: 970b6f4b6150fa03be24287ae29a065c06ff7ed91a3402f8184c8a9aafa5e94d
**Docker Name**: bitwarden_bitwarden_1
---
**Address**: https://pw-manager.mfxm.fr
```
 
##### User management
##### User management (pw-manager)
```ad-info
title: Link
@ -223,29 +236,95 @@ The admin panel needs to be set up with an authentication token and is accessed
 
---
 
#### Personal notes
[MiniNote](https://github.com/muety/mininote) is a FOSS enabling self-hosting with a server-side encryption.
 
##### Service parameters
##### Service parameters (notes)
```ad-info
title: service parameters
IP: 17.27.37.7:3000
Docker ID: 73d91d338b533c05a4ad15968efb0470e924f780d016fab13c98f8f1dc3820af
Docker Name: mininote_mininote_1
**IP**: 17.27.37.7:3000
**Docker ID**: 73d91d338b533c05a4ad15968efb0470e924f780d016fab13c98f8f1dc3820af
**Docker Name**: mininote_mininote_1
---
**Address**: https://notes.mfxm.fr
```
 
##### User management
##### User management (notes)
No user management per se. [[Caddy config|Caddy]] provides with a layer of authentication to restrict users to access the full service.
 
---
 
#### Git repository
[Gitea](https://gitea.io) is a FOSS enabling self-hosting a Git instance similar to GitHub.
 
##### Service parameters (git server)
```ad-info
title: service parameters
**IP**: 172.21.0.3
**Docker ID**: b6ec6f3843c3c9afe13215f73e0f8002475a145e33b0f0b555970b7f6f1ae38b
**Docker Name**: gitea
**Dedicated user**: git
---
**Address**: https://git.mfxm.fr
```
 
##### Service parameters (git db)
```ad-info
title: service parameters
**IP**: 172.21.0.2
**Docker ID**: a06fac3650f8f7dca29b022401a10f63d825283d762306501690e52ab9073d33
**Docker Name**: gitea_db_1
```
 
##### User management (git)
User management has not been parametered to exclude new users but an admin panel exists to control and remove users under the admin login.
 
##### Doc library (git)
[Link](https://docs.gitea.io/en-us/command-line)
 
##### Utilities
```ad-bug
title: Config file
~/gitea/gitea/gitea/conf/app.ini
```
 
---
 
#### Server-side Monitoring
Refer to the [[Monit config|monit section]] for further information on installation and configuration.
@ -258,6 +337,23 @@ List of monitored services:
- Postfix
- docker
- Bitwarden
- Mininote
- Git
- Git db
 
---
 
### Utilities
 
#### Cert storage
`/var/lib/caddy/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/`
 

@ -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"

@ -162,6 +162,45 @@ Server details to be found [[Tools Server#Password manager|here]]
 
### Notes
 
```ad-bug
title: sub-domain address
https://notes.mfxm.fr
```
Server details to be found [[Tools Server#Personal notes|here]]
 
---
 
### Git instance
 
```ad-bug
title: sub-domain address
https://git.mfxm.fr
```
Server details to be found [[Tools Server#Git repository|here]]
```ad-info
title: link to repo
https://git.mfxm.fr/melchiorbv/Obsidian.git
```
 
---
 
### Pricing
| Cost source | One-off cost | Subscription (p.a.)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 29 KiB

@ -0,0 +1,228 @@
---
Alias: ["Reading", "Reading list"]
Tag: ["Book"]
Date: 2021-09-25
DocType: "Personal"
Hierarchy: "Root"
location: [51.514678599999996, -0.18378583926867909]
CollapseMetaTable: Yes
---
Parent:: [[Lifestyle]]
---
 
```button
name Create New Note
type note(New Note) template
action Template Note
id NewNote
```
^button-ReadingNewNote
```button
name Create New Source
type note(New Source) template
action Template Source
id NewNote
```
^button-ReadingNewSource
```button
name Save
type command
action Save current file
id Save
```
^button-ReadingMSave
 
# Folder map
 
```ad-abstract
title: Summary
collapse: open
This note enables to navigate all books and readings in this Vault.
```
 
```toc
style: number
```
 
---
 
### Unread books
 
```dataview
Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes"
Where TimeStamp < date(today) - dur(100 years)
where SourceType = "Book"
Where file.name != "Template Pocket Source"
Sort file.link ascending
```
&emsp;
---
&emsp;
### Read books
&emsp;
```dataview
Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes", TimeStamp as "Date read"
Where TimeStamp < date(today) and TimeStamp > date(today) - dur(100 years)
where SourceType = "Book"
Where file.name != "Template Pocket Source"
Sort file.link ascending
```
&emsp;
---
&emsp;
### Navigation by language
&emsp;
&emsp;
#### 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
```
&emsp;
---
&emsp;
#### 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
```
&emsp;
---
&emsp;
#### 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
```
&emsp;
---
&emsp;
### Navigation by type
&emsp;
&emsp;
#### 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
```
&emsp;
---
&emsp;
#### 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
```
&emsp;
---
&emsp;
#### 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
```
&emsp;
---
&emsp;
### Tag Navigation
&emsp;
```dataview
Table without id tags as "Tags"
where SourceType = "Book"
Flatten file.tags as tags
Group by tags
```
&emsp;
---
&emsp;
### High Level tasks
&emsp;
&emsp;
&emsp;

@ -5,7 +5,7 @@ Date: 2021-08-16
DocType: "Source"
Hierarchy: "NonRoot"
TimeStamp:
SourceType: "Book"
SourceType: "Archive"
Language: "FR"
Author: "Pierre Le Bastart de Villeneuve"
PublishedDate: 1977

Loading…
Cancel
Save