这是indexloc提供的服务,不要输入任何密码
Skip to content

Feature Request: Multiple Directories Per User #163

@hacdias

Description

@hacdias

Tracking issue for adding functionality to add multiple directories per user. This could be done through a non-breaking change update, by introducing a new directories variable. For example:

modify: false
directories:
    - /path/to/a
    - /path/to/b
rules:
    # Rules are now relative to the root, which contains all the exposed directories.
    - path: /a/some/file
      allow: false
    - path: /b/documents/
      modify: true

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions