You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm making a butane config for running nextcloud, based on this
If possible I want the containers to run rootless, which I believe is possible if I place the containers in .config/containers/systemd.
My plan is to have a .config-folder in my repo, that I can simply copy to /home/coreos by using the trees functionality.
Unfortunately it looks like trees does not support setting an owner and will simply default to root.
Do I need to add the files one-by-one to butane in order to set the owner to coreos, or is there another way to set the owner for all the files during the install?
Also: Would you accept a PR that adds user and group to the configuration for trees?
The text was updated successfully, but these errors were encountered:
I'm making a butane config for running nextcloud, based on this
If possible I want the containers to run rootless, which I believe is possible if I place the containers in
.config/containers/systemd
.My plan is to have a
.config
-folder in my repo, that I can simply copy to/home/coreos
by using thetrees
functionality.Unfortunately it looks like
trees
does not support setting an owner and will simply default to root.Do I need to add the files one-by-one to butane in order to set the owner to
coreos
, or is there another way to set the owner for all the files during the install?Also: Would you accept a PR that adds user and group to the configuration for trees?
The text was updated successfully, but these errors were encountered: