--- 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. [[Server Alias]] 2. [[Server Cloud]] 3. [[Server Tools]] 3. [[mfxm Website Scope#URL Shortening|URL Shortening]] 3. Tools 1. [[VPS Console Dialogue]] 2. [[Configuring Postfix|Postfix]] 3. [[Configuring Monit|monit]] 4. [[Configuring Docker|docker]] 5. [[Configuring Caddy|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]] ![[Server Alias#^AliasServerCost]] ![[Server Cloud#^CloudServerCost]] ![[Server Tools#^ToolsServerCost]] |_**Aggregation**_ | One-off Cost | Subscription p.a. |--------|:------------:|:-----------------: _**Total**_ | *€14.5* | *€118.79*   ---   ### Server list   ```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 ```   #### Servers' technical description   ```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 ```   #### Server usage   ```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 ```