vault backup: 2026-04-08 17:26:20
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
---
|
||||||
|
hostname: proxmox.internal
|
||||||
|
ipadress: 10.1.2.51
|
||||||
|
tags:
|
||||||
|
- Linux
|
||||||
|
---
|
||||||
Docker Containers are Hosted in [[LXC Containers]]
|
Docker Containers are Hosted in [[LXC Containers]]
|
||||||
|
|
||||||
# Custom SMBIOS
|
# Custom SMBIOS
|
||||||
@@ -11,7 +17,7 @@ Docker Containers are Hosted in [[LXC Containers]]
|
|||||||
| SKU | Default string |
|
| SKU | Default string |
|
||||||
| Family | B550 |
|
| Family | B550 |
|
||||||
| | |
|
| | |
|
||||||
|
# VM
|
||||||
```dataview
|
```dataview
|
||||||
|
|
||||||
table guestname, ipadress
|
table guestname, ipadress
|
||||||
@@ -19,3 +25,13 @@ from "01 - Wiki/ITSetup/VM"
|
|||||||
where host = "Proxmox"
|
where host = "Proxmox"
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
# Containers
|
||||||
|
```dataview
|
||||||
|
|
||||||
|
table guestname, ipadress
|
||||||
|
from "01 - Wiki/ITSetup/Docker"
|
||||||
|
where host = "Proxmox"
|
||||||
|
|
||||||
|
```
|
||||||
@@ -1,8 +1,26 @@
|
|||||||
---
|
---
|
||||||
tags:
|
|
||||||
- Truenas
|
|
||||||
- Linux
|
|
||||||
hostname: truenasscale.internal
|
hostname: truenasscale.internal
|
||||||
ipadress: 10.1.2.10
|
ipadress: 10.1.2.10
|
||||||
|
tags:
|
||||||
|
- Linux
|
||||||
|
- Truenas
|
||||||
---
|
---
|
||||||
# VM's
|
|
||||||
|
# VM
|
||||||
|
```dataview
|
||||||
|
|
||||||
|
table guestname, ipadress
|
||||||
|
from "01 - Wiki/ITSetup/VM"
|
||||||
|
where host = "Truenas"
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
# Containers
|
||||||
|
```dataview
|
||||||
|
|
||||||
|
table guestname, ipadress
|
||||||
|
from "01 - Wiki/ITSetup/Docker"
|
||||||
|
where host = "Truenas"
|
||||||
|
|
||||||
|
```
|
||||||
|
|||||||
12
01 - Wiki/ITSetup/VM/Homeassistant VM.md
Normal file
12
01 - Wiki/ITSetup/VM/Homeassistant VM.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
host: Truenas
|
||||||
|
guestname: Homeassistant
|
||||||
|
ipadress: 10.1.2.11
|
||||||
|
tags:
|
||||||
|
- Linux
|
||||||
|
---
|
||||||
|
# Commands before Setup
|
||||||
|
|
||||||
|
|
||||||
|
# Custom Commands
|
||||||
|
|
||||||
27
99 - Meta/01 - Templates/New Host.md
Normal file
27
99 - Meta/01 - Templates/New Host.md
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
---
|
||||||
|
hostname:
|
||||||
|
ipadress:
|
||||||
|
tags:
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# VM
|
||||||
|
```dataview
|
||||||
|
|
||||||
|
table guestname, ipadress
|
||||||
|
from "01 - Wiki/ITSetup/VM"
|
||||||
|
where host = ""
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
# Containers
|
||||||
|
```dataview
|
||||||
|
|
||||||
|
table guestname, ipadress
|
||||||
|
from "01 - Wiki/ITSetup/Docker"
|
||||||
|
where host = ""
|
||||||
|
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user