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

Question on multiple database for multiple users? #38

Open
killmasta93 opened this issue Feb 25, 2024 · 0 comments
Open

Question on multiple database for multiple users? #38

killmasta93 opened this issue Feb 25, 2024 · 0 comments

Comments

@killmasta93
Copy link

killmasta93 commented Feb 25, 2024

Hi
I was wondering if someone could shed some light, Currently trying to create multiple databases but each database route to give to a certain user
ex: user 1 have access test folder
user 2 have access only test2 folder

This is what i have on docker compose

version: "3"
services:
  filebrowser:
    image: hurlenko/filebrowser
    environment:
      - UID=1000
      - GID=1000
    ports:
      - 8188:8080
    volumes:
      - /test:/data/first
      - /test2:/data/second
      - config:/config
    restart: always
volumes:
  config:
   driver: local-persist
   driver_opts:
     mountpoint: /root/filebrowser

when i try to change the scope to /data2 says location does not exist so not sure what else to do?

i have read #7

but does not say about scope permissions per user

Thank you

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