@yuf19-2022 commented on GitHub (Dec 20, 2024):
I have tested it, and everything works fine.
mkdir project echo hello world > project/index.html …
@yuf19-2022 commented on GitHub (Dec 25, 2024):
如题,只给账户文件上传和读取权限,目前好像没法实现?如果给予rw权限,则用户具备删除文件权限,请问此部分有什么方…
@sigoden commented on GitHub (Dec 20, 2024):
he can ascess ip:5000/a and ip:5000/a/b.
First, it's important to understand that there are three types of…
@sigoden commented on GitHub (Dec 20, 2024):
We will not support this feature. This functionality is beyond the scope of file server.
Maybe you can implement…
@yuf19-2022 commented on GitHub (Dec 20, 2024):
Auth permissions are restricted by dufs global permissions. If dufs does not enable upload permissions via…
@sigoden commented on GitHub (Dec 24, 2024):
We will not support this feature. This configuration is too trivial.
Please change the file permissions manually…
@Puqns67 commented on GitHub (Apr 19, 2025):
PS: In systemd.service, you can add this line to change UNIX socket permissions after dufs start.
- This assumes…
@yuf19-2022 commented on GitHub (Dec 20, 2024):
eg:/project/index.html,set "@/project/index.html".I hope can only ascess ip:5000/project,but in fact,when I…
@sigoden commented on GitHub (Dec 20, 2024):
dufs can auth on specific file.
@sigoden commented on GitHub (Dec 20, 2024):
I have tested it, and everything works fine.
mkdir project
echo hello world > project/index.html
dufs . -a…
@yuf19-2022 commented on GitHub (Dec 20, 2024):
如题,只给账户文件上传和读取权限,目前好像没法实现?如果给予rw权限,则用户具备删除文件权限,请问此部分有什么方法…
@sigoden commented on GitHub (Dec 18, 2024):
see https://github.com/sigoden/dufs/issues/232#issuecomment-1588286807
@sigoden commented on GitHub (Dec 20, 2024):
Auth permissions are restricted by dufs global permissions. If dufs does not enable upload permissions via…