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

Feature: Multiple Directories Per User #163

Open
hacdias opened this issue Jul 22, 2024 · 0 comments
Open

Feature: Multiple Directories Per User #163

hacdias opened this issue Jul 22, 2024 · 0 comments
Assignees

Comments

@hacdias
Copy link
Owner

hacdias commented Jul 22, 2024

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
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

1 participant