Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An error occurred when I configured multipathing with v4.2.0 version #125

Closed
xjl456852 opened this issue May 30, 2022 · 1 comment
Closed

Comments

@xjl456852
Copy link

I can't see the directory I configured. I can only see a bin root directory, and I don't have a bin directory in my configuration

Error Detail:

image

image

My configuration

address: 0.0.0.0
port: 8080
auth: true
tls: false
prefix: /
debug: false

scope: .
modify: true
rules: []


users:
  - username: userName
    password: xxx
    scope: /data/b/
  - username: readonlyName
    password: xxx
    rules:
      - path: /opt/a
        modify: false
      - path: /home/
        modify: false
@hacdias
Copy link
Owner

hacdias commented Jul 22, 2024

Multipathing is not a feature of this package. What you have there are rules, which give different permissions for different paths, but all of these paths must be contained within scope.

@hacdias hacdias closed this as completed Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants