Code Monkey home page Code Monkey logo

Comments (2)

mooglestiltzkin avatar mooglestiltzkin commented on May 20, 2024 1

Description Install on VM of Truenas scale. Have installed several times, followed several tutorials. This will not install correctly. I keep getting 'You don't have permissions to access this' when logging in and trying to access the share folder that I assigned at installation.

Expected behaviour Be able to control files int the share.

What is happening instead? Have no access to write, read, or edit. Get a 403 Error at the bottom of the window.

Additional context

How to reproduce? Any install of this on my machine results in this error.

Files

dont use vm.

use jailmaker for truenas if you want to setup docker containers.

https://www.youtube.com/watch?v=S0nTRvAHAP8

https://www.truenas.com/docs/scale/scaletutorials/apps/sandboxes/

https://github.com/Jip-Hop/jailmaker

during the setup process for the jail docker config, you need to specify in the config the bind mounts for your datasets located on the datasets outside the jailmaker dataset.

then in docker compose the pathing you use, is the bind location you had set for jailmaker.

example

in jailmaker u have

	--bind='/mnt/tank/docker/:/mnt/docker'
	--bind='/mnt/tank/docker/compose/:/mnt/compose'
	--bind-ro='/mnt/tank2/media:/mnt/media'
	--bind-ro='/mnt/tank2/media2:/mnt/media2'

then in compose for filebrowser you add e.g.

    volumes:
      - /mnt/media:/srv/Storage:ro
      - /mnt//mnt/media2:/srv/media2:ro
      - /mnt/docker/data/filebrowser/config/settings.json:/config/settings.json
      - /mnt/docker/data/filebrowser/config/database.db:/database.db

jailmaker don't mess with the acls. just follow the guide to setup then don't touch.
https://www.truenas.com/docs/scale/scaletutorials/apps/sandboxes/

for the datasets outside your jailmaker dataset, make sure their acls are correct if you are getting permission issues.

from filebrowser.

mooglestiltzkin avatar mooglestiltzkin commented on May 20, 2024

there is also an ongoing healthy bug not yet fixed
#3139

waiting for them to fix that

from filebrowser.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.