vault backup: 2024-12-24 12:46:07
This commit is contained in:
parent
09c8b78640
commit
9ffa4ff364
|
|
@ -13,12 +13,12 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "2024/freebsd-notes.md",
|
"file": "2025/xg-infra-upgrade-2025.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "freebsd-notes"
|
"title": "xg-infra-upgrade-2025"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
@ -73,8 +73,7 @@
|
||||||
"title": "Bookmarks"
|
"title": "Bookmarks"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"currentTab": 1
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
|
|
@ -165,6 +164,7 @@
|
||||||
},
|
},
|
||||||
"active": "316987f51496a482",
|
"active": "316987f51496a482",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"2024/freebsd-notes.md",
|
||||||
"2025/xg-infra-upgrade-2025.md",
|
"2025/xg-infra-upgrade-2025.md",
|
||||||
"2024/teledyne-cybersecurity-mail-ssh-traffic-20240815-unenc.pdf",
|
"2024/teledyne-cybersecurity-mail-ssh-traffic-20240815-unenc.pdf",
|
||||||
"2024/1gabba.pw-links.md",
|
"2024/1gabba.pw-links.md",
|
||||||
|
|
@ -183,7 +183,6 @@
|
||||||
"2022/euro-dollar-koers-20220908_04_45-manic-hypomanie.png",
|
"2022/euro-dollar-koers-20220908_04_45-manic-hypomanie.png",
|
||||||
"2024/Gitea build on FreeBSD 14.2.md",
|
"2024/Gitea build on FreeBSD 14.2.md",
|
||||||
"2024/So you wanna do FreeBSD 14.1 and native Home Assistant?.md",
|
"2024/So you wanna do FreeBSD 14.1 and native Home Assistant?.md",
|
||||||
"2024/freebsd-notes.md",
|
|
||||||
"2021/A tale about open-source software experience.md",
|
"2021/A tale about open-source software experience.md",
|
||||||
"2024/Postgres Backups and ZFS snapshots.md",
|
"2024/Postgres Backups and ZFS snapshots.md",
|
||||||
"2024/Postgres and ZFS snapshots/postgres.go",
|
"2024/Postgres and ZFS snapshots/postgres.go",
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@ tags:
|
||||||
* Cache: pkg + freebsd update (for jails)
|
* Cache: pkg + freebsd update (for jails)
|
||||||
* Reverse caddy HTTP + SSL proxy
|
* Reverse caddy HTTP + SSL proxy
|
||||||
* Bastion SSH host
|
* Bastion SSH host
|
||||||
|
* Simple DNS server
|
||||||
* Wireguard VPN
|
* Wireguard VPN
|
||||||
* https://genneko.github.io/playing-with-bsd/networking/freebsd-wireguard-jail/
|
* https://genneko.github.io/playing-with-bsd/networking/freebsd-wireguard-jail/
|
||||||
* Data partitioning
|
* Data partitioning
|
||||||
|
|
@ -165,4 +166,20 @@ See https://docs.oracle.com/cd/E78901_01/html/E78912/gprhq.html
|
||||||
|
|
||||||
* https://klarasystems.com/articles/openzfs-understanding-zfs-vdev-types/
|
* https://klarasystems.com/articles/openzfs-understanding-zfs-vdev-types/
|
||||||
* https://jrs-s.net/2018/03/13/zvol-vs-qcow2-with-kvm/
|
* https://jrs-s.net/2018/03/13/zvol-vs-qcow2-with-kvm/
|
||||||
|
|
||||||
|
## Domains
|
||||||
|
|
||||||
|
### Public services
|
||||||
|
|
||||||
|
DNS at Transip
|
||||||
|
|
||||||
|
* git.xor-gate.org
|
||||||
|
* homeassistant.xor-gate.org
|
||||||
|
|
||||||
|
### Internal services
|
||||||
|
|
||||||
|
Internal services use split-brain DNS
|
||||||
|
|
||||||
|
* homelab.xor-gate.org
|
||||||
|
* git.xor-gate.org
|
||||||
*
|
*
|
||||||
Loading…
Reference in New Issue