Add possibility to configure persistent user packages #1992
Unanswered
sgofferj
asked this question in
Home Assistant OS & Supervisor
Replies: 1 comment
-
|
This is very outside the scope of HAOS. If you want this level of control, you should be using HA Container not HAOS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature
I would like to see a possibility to persistently add user-defined apk packages. This could be done either through a list of packages in a persistent config file or somehow automatically with the supervisor recognizing user-installed packages and making sure they are reinstalled on update.
Use cases
I do a lot of stuff on the command line and for moving around in the tree and viewing and editing files, Midnight Commander is my favorite tool. I install it with apk add mc from the command line. There's a few more tools I use but mc is what I use the most. After a HASS OS upgrade, of course, all user-installed packages are gone and have to be installed again by hand.
Current workarounds
Currently I solve the issue with a batch file with a couple of apk add lines. Something on system level would be much more elegant, though.
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions