Replies: 1 comment
-
|
Try with chown 1000:1000 |
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.
-
Hi,
First thanks for making SFTPGo!
I'm deploying it using
Kamalwhich usesDockerunder the hood.My
Kamal/Dockerconfig:Almost everything works fine :
✅ I can deploy.
✅ I can login as an Admin + create a user (
abc) using Local Disk with root dir. set as/home/sftp/hicstore/abc✅ I can login as user
abcand see in SFTPGo webUI my folder structure created programmatically🆘 But I cannot upload files as a user
abcvia webUI (neither atabcroot nor inside subfolders...)I've read https://docs.sftpgo.com/2.6/initial-configuration/#creating-users
But when I run
sudo chown sftpgo:sftpgo /home/sftp/hicstore, I havechown: invalid user: ‘sftpgo:sftpgo’...Do you have any idea what's going on?
Thanks a lot!
PS : I'm not at all a Linux sysadmin...
Beta Was this translation helpful? Give feedback.
All reactions