You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

218 lines
3.2 KiB

---
Tag: ["Computer", "Networks", "Web", "App"]
Date: 2021-08-28
DocType: "Personal"
Hierarchy: "Root"
location: [48.8570517, 2.3677354]
CollapseMetaTable: Yes
---
Parent:: [[IT & Computer]]
---
 
```button
name Create New Note
type note(New Note) template
action Template Note
id NewNote
```
^button-SelfHostingNewNote
```button
name Create New Task
type note(New Task) template
action Template Task
id NewNote
```
^button-SelfHostingNewTask
```button
name Create New Server
type note(New Server) template
action Template Server
id NewNote
```
^button-SelfHostingNewServer
```button
name Save
type command
action Save current file
id Save
```
^button-SHTSave
 
# Networks
 
```ad-abstract
title: Summary
collapse: open
This note enables to navigate in the Self-hosting section and find any Note in this Vault by Note or Tag
```
 
```toc
style: number
```
 
---
 
### Master Navigation
 
1. [[Domains]]
2. [[mfxm Website Scope]]
2. [[Selfhosting|Self-hosting]]
1. [[Alias Server]]
2. [[Cloud Server]]
3. [[Tools Server]]
3. [[mfxm Website Scope#URL Shortening|URL Shortening]]
3. Tools
1. [[VPS Console Dialogue]]
2. [[Postfix config|Postfix]]
3. [[Monit config|monit]]
4. [[Docker config|docker]]
5. [[Caddy config|caddy]]
 
---
 
### Tag Navigation
 
```dataview
Table without id tags as "Tags" From "Networks"
Flatten file.tags as tags
Group by tags
```
 
---
 
### TimeStamp check
 
```dataview
Table TimeStamp as "Time Stamp" from "Networks"
Where TimeStamp > date(today) - dur(100 years)
Sort TimeStamp ascending
```
 
---
 
### High Level tasks
 
#### One-off
```tasks
not done
path includes Networks
is not recurring
sort by due
hide backlink
hide task count
```
 
#### Recurring tasks
```tasks
not done
path includes Networks
is recurring
sort by due
hide backlink
hide task count
```
 
---
 
### Costs
 
![[Domains#^DomainCost]]
![[mfxm Website Scope#^mfxmWSCost]]
![[Alias Server#^AliasServerCost]]
![[Cloud Server#^CloudServerCost]]
![[Tools Server#^ToolsServerCost]]
|<mark class="blue">_**Aggregation**_</mark> | One-off Cost | Subscription p.a.
|--------|:------------:|:-----------------:
_**Total**_ | *€14.5* | *€118.79*
&emsp;
---
&emsp;
### Server list
&emsp;
```dataview
Table without id file.link as "Server name", Characteristics.Host as "Provider", Characteristics.SubDomain as "Service", Characteristics.Domiciliation as "Location", Characteristics.IPv4 as "IP Address" from "Networks"
Where DocType = "Server"
Sort file.name ascending
```
&emsp;
#### Servers' technical description
&emsp;
```dataview
Table without id file.link as "Service", Characteristics.OS as "OS", Performance.CPU as "CPU", Performance.RAM as "RAM", Disk.Capa as "Disk Size", Disk.Type as "Disk type", Performance.Bandwidth as "Bandwidth", Performance.Speed as "Speed" from "Networks"
Where DocType = "Server"
Sort file.name ascending
```
&emsp;
#### Server usage
&emsp;
```dataview
Table without id file.link as "Server name", Disk.Capa as "Disk Size", Disk.UsedSpace as "Used Space", Disk.TimeStamp as "Date updated" from "Networks"
Where DocType = "Server"
Sort file.name ascending
```
&emsp;
&emsp;