vault backup: 2025-01-01 15:53:38
This commit is contained in:
parent
64a23c5689
commit
611c10f0d9
|
|
@ -13,12 +13,12 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "2025/xg-infra-upgrade-2025.md",
|
||||
"file": "2024/So you wanna do FreeBSD 14.1 and native Home Assistant?.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "xg-infra-upgrade-2025"
|
||||
"title": "So you wanna do FreeBSD 14.1 and native Home Assistant?"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
"state": {
|
||||
"type": "search",
|
||||
"state": {
|
||||
"query": "info",
|
||||
"query": "homeassistant",
|
||||
"matchingCase": false,
|
||||
"explainSearch": false,
|
||||
"collapseAll": false,
|
||||
|
|
@ -73,7 +73,8 @@
|
|||
"title": "Bookmarks"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"currentTab": 1
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
|
|
@ -164,10 +165,10 @@
|
|||
},
|
||||
"active": "316987f51496a482",
|
||||
"lastOpenFiles": [
|
||||
"2025/xg-infra-upgrade-2025.md",
|
||||
"2024/So you wanna do FreeBSD 14.1 and native Home Assistant?.md",
|
||||
"2024/Screenshot 2024-04-10 at 11.17.04 - courage - FRVO.png",
|
||||
"2025/goede-voornemens-2025.md",
|
||||
"2025/xg-infra-upgrade-2025.md",
|
||||
"2024/doelen-2024.md",
|
||||
"2024/photoprism.md",
|
||||
"2024/git-svn mirror.md",
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@ Environment:
|
|||
* Python 3.11.9
|
||||
* Home Assistant 2024.3.3
|
||||
|
||||
2024.4 or higher not possible due too needed python 3.12 see https://www.home-assistant.io/blog/2024/04/03/release-20244/#backward-incompatible-changes
|
||||
|
||||
I have encountered several project now which are Linux container/docker "native" installation. Like PhotoPrism and HomeAssistant. Yeah software dependencies are hard for developers and maintainers. But ending your software on just one install method is a "quick-fix". Apple macOS tries to "fix this" by putting everything of an application in a folder suffixed as `.app`. No this are no containers but all application dependencies reside in this folder. The price you pay is more disk space when multiple applications use same "Apple .framework" or libraries and other executables.
|
||||
|
||||
It seems nowadays the quick-fix is to enforce people using Docker for production and when that is not available it will be wrapped again in a native Linux virtual machine. So you are almost out of luck running it otherwise. Gitlab is another beast, it runs on ruby and it has "omnibus" host installer. Which just basicly Gitlab-fies your whole OS.
|
||||
|
|
|
|||
Loading…
Reference in New Issue