Walki Posted October 27, 2022 Share Posted October 27, 2022 Does anyone know how to connect to the installation via ssh for backups? And of course moving backup from RaspberryPi to a Docker. Cheers Dennis Quote Link to comment
NAS-newbie Posted March 12 Share Posted March 12 I noticed that the OpenHAB appdata is owned by root:root - is there a reason for this and will it stop working if I change this to the UnRAID "standard" nobody:users???? Quote Link to comment
Nodiaque Posted March 12 Share Posted March 12 It's because of the docker. The official docker image does a chmod on startup to its own user. I myself created a openhab user and assigned it the Id of the docker. You can check on the official docker image for doc about that. Quote Link to comment
NAS-newbie Posted Sunday at 03:59 PM Share Posted Sunday at 03:59 PM (edited) On 3/12/2023 at 2:33 PM, Nodiaque said: It's because of the docker. The official docker image does a chmod on startup to its own user. I myself created a openhab user and assigned it the Id of the docker. You can check on the official docker image for doc about that. Thanks for the info - I found information here https://www.openhab.org/docs/installation/docker.html about creating the openhab user but I am not very knowledgeable about docker (I just install ready made containers in UnRAID and have not had this problem before) so I do not understand how to follow these instructions - should this be done in UnRAID before or after installing the container (I have already done a lot of setup in openhab already so do not want to re-do the installation) or is it something I should do inside the container somehow? Edited Sunday at 03:59 PM by NAS-newbie Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.