Replies: 2 comments
-
Never used podman myself, try setting userns or something similar. SFTPGo runs using uid and gid 1000 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your input, I will try to play with that. |
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
-
Hi,
I try to deploy a sftpgo container on a homeserv, but I have permission problem as I use rootless podman.
I have tried, so far, to :
sftpgo.container
file in.config/containers/systemd
, containing the following : https://privatebin.alrhome.net/?6c0232bd081783cb#4s1f9vM9yjoCeHfDtNX6mwuEY9orokWeo4u3rHL9hp2Cmkdir data
&mkdir home
When I try to launch the container, it fail with this error message : https://privatebin.alrhome.net/?64bfbf1718fd55b1#5AFpKxsGyuHw2QEhh1ExJpncrQ98qB1fg4DnGRouZ2uU
If I try to
chmod -R 777
the home folder, it work normally and I can create an admin user, but I of course don't want this solution.Does someone sucessfully achieve to run SFTPGo with Podman rootless?
I can pay to thanks the one who gave the solution.
Thanks you!
Beta Was this translation helpful? Give feedback.
All reactions