vault backup: 2025-08-30 12:15:30
This commit is contained in:
parent
5238d8ac61
commit
4feccd716c
|
|
@ -7994,20 +7994,20 @@
|
||||||
"isCountable": true,
|
"isCountable": true,
|
||||||
"targetNodeType": "file",
|
"targetNodeType": "file",
|
||||||
"noteCount": 1,
|
"noteCount": 1,
|
||||||
"wordCount": 0,
|
"wordCount": 20,
|
||||||
"wordCountTowardGoal": 0,
|
"wordCountTowardGoal": 0,
|
||||||
"wordGoal": null,
|
"wordGoal": null,
|
||||||
"pageCount": 0,
|
"pageCount": 0.06666666666666667,
|
||||||
"characterCount": 0,
|
"characterCount": 203,
|
||||||
"nonWhitespaceCharacterCount": 0,
|
"nonWhitespaceCharacterCount": 164,
|
||||||
"newlineCount": 0,
|
"newlineCount": 17,
|
||||||
"readingTimeInMinutes": 0,
|
"readingTimeInMinutes": 0.07547169811320754,
|
||||||
"linkCount": 0,
|
"linkCount": 0,
|
||||||
"embedCount": 0,
|
"embedCount": 0,
|
||||||
"aliases": null,
|
"aliases": null,
|
||||||
"createdDate": 1756548438344,
|
"createdDate": 1756548438344,
|
||||||
"modifiedDate": 1756548438344,
|
"modifiedDate": 1756548738105,
|
||||||
"sizeInBytes": 0,
|
"sizeInBytes": 203,
|
||||||
"sessionStart": {
|
"sessionStart": {
|
||||||
"noteCount": 0,
|
"noteCount": 0,
|
||||||
"pageCount": 0,
|
"pageCount": 0,
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,25 @@
|
||||||
|
|
||||||
|
## OS
|
||||||
|
|
||||||
|
* Debian 13 trixie AMD64
|
||||||
## Firewall
|
## Firewall
|
||||||
|
|
||||||
|
* Iptables (native)
|
||||||
|
* https://wiki.debian.org/iptables
|
||||||
|
* <https://packages.debian.org/trixie/iptables-persistent>
|
||||||
## VPN
|
## VPN
|
||||||
|
|
||||||
|
Wireguard
|
||||||
## SSH
|
## SSH
|
||||||
|
|
||||||
* Key only
|
* Key non-root only (global config)
|
||||||
|
* `PasswordAuthentication no`
|
||||||
|
* `PubkeyAuthentication yes`
|
||||||
|
* `PermitRootLogin no`
|
||||||
|
|
||||||
|
## Containers
|
||||||
|
|
||||||
|
The host OS will be kept clean and all services go into there respective containers. SystemD will be used for frugal container management:
|
||||||
|
|
||||||
|
* `systemd-container` pkg
|
||||||
|
* `systemd-nspawn` feature
|
||||||
Loading…
Reference in New Issue