Simplify Your File Management: Easy Docker Filebrowser Setup Guide!

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 57

  • @Techdox
    @Techdox  11 месяцев назад

    Discord - discord.com/invite/8mX2KRxDw8
    RUclips Members get 1 on 1 support with me in the Discord :) Thanks so much for all the support!

  • @Oschar157
    @Oschar157 10 месяцев назад +2

    If been struggling a lot with docker and this has helped me so much. I applied the lessons i took from this video and now i have all my containers up and running. Thank you so much!

    • @Techdox
      @Techdox  10 месяцев назад

      Love to hear it!!

  • @remitheguik1303
    @remitheguik1303 10 месяцев назад +1

    Hello, I'm French, thank you for your video, I wanted a way to manage the filebrowser configuration from outside the container, now it works :D

  • @oztechsolutions
    @oztechsolutions Месяц назад

    As always, very concise and informative video from Techdox! Love your work mate!

  • @randallsheppard390
    @randallsheppard390 4 месяца назад +2

    solid video. helped me out of a jam. gods work brother

  • @alanjrobertson
    @alanjrobertson 11 месяцев назад

    Hehe glad you took my suggestion from a previous video comment for covering this, it's such a great lightweight solution with a great GUI. There are also some nice customisation options to brand it 👍

    • @Techdox
      @Techdox  11 месяцев назад +1

      Was a very good suggestion :)

  • @chrisumali9841
    @chrisumali9841 11 месяцев назад

    Thanks for the demo and info, have a great day

  • @d4bl0w
    @d4bl0w Месяц назад

    Hi! Great Tutrorial! I got a question. Is there a way to add a path from filebrowser, as a network drive, to my windows explorer or mac finder?
    Or is the only way to access it via browser?

  • @StelioStefanov
    @StelioStefanov 4 месяца назад

    Great video ;-) , what kind of plugin do you use for terminal autocomplete ?

  • @sagiziv927
    @sagiziv927 2 месяца назад

    There is a mistake in the compose file: the `settings.json` file needs to be mounted as `\.filebrowser.json`. You can see this in the Docker command on the website. Apart from that, it is a very good video. Thanks!

    • @Techdox
      @Techdox  2 месяца назад

      Thank you for pointing that out, and thank you for the kind words!

  • @netgarnet4337
    @netgarnet4337 11 месяцев назад

    Great video. I only wish all basic video codes would be supported so I could watch videos from docker folders.

  • @laksanardie
    @laksanardie 20 дней назад

    thank you, it's worked

  • @jims888
    @jims888 11 месяцев назад

    Nice video. I see you have dockge, hoping for you to make a video about it, and how to set it up with the same folder structure you mentioned for existing and new docker containers :)

    • @Techdox
      @Techdox  11 месяцев назад

      Merry xmas - ruclips.net/video/ephiayS50jM/видео.html

  • @josh817
    @josh817 9 месяцев назад

    Same problem with persistent settings that others have noticed. Also likewise problem when you start doing multiusers and the new users (non-admin) can't upload files. I suspect a chmod to the filebrowser location needs to be performed similar to when I set up Samba.

    • @Techdox
      @Techdox  9 месяцев назад

      Yeah I think I need to do some documentation to better explain how permissions work and what to keep an eye out for

  • @osktop4822
    @osktop4822 7 месяцев назад

    I have 2 NAS systems and I'm doing to mount them on an LXC, so that I can browse them through file browser apps like filebrowser. This video helps a lot, thx ; -).
    (ps: Remenber to check the access of the directory

  • @FelixLantiguaCamacho
    @FelixLantiguaCamacho 4 месяца назад

    How can I change de default folder when login? I mean when logged in, me and friends can see the files and folders system, I don't want that, someone can delete them by mistake. I would like to have an empty folder, lets says "share". Any advice will be so much appreciated

  • @AZmotion
    @AZmotion 2 месяца назад

    There's a flaw in your Bookstack. The image is set to filebrowser:latest instead of filebrowser:s6. This caused me so many issues. Please fix! Thanks

    • @Techdox
      @Techdox  2 месяца назад

      Latest is broken?

  • @conan1231
    @conan1231 10 месяцев назад +1

    Am I the only one, where I can't get any persistency in the settings I make? Every change in the docker-compose leads to fresh restart of the docker and all my settings are gone. (no user, no darkmode etc.)

    • @Techdox
      @Techdox  10 месяцев назад

      What does your compose file look like?

  • @diegomartinez6744
    @diegomartinez6744 11 месяцев назад

    Nice video
    How do I serve 2 folders (volumes) separately?
    For example:
    /home/documents:/srv (1)
    /home/privatedocuments/srv (2)
    The " hurlenko\filebrowser " image allows you to do it this way:
    /home/documents:/data/documents (1)
    /home/privatedocuments:/data/privatedocuments (2)

    • @cicievie
      @cicievie 11 месяцев назад

      same. i would like to know how to do this too

    • @Techdox
      @Techdox  11 месяцев назад

      I'm assuming you have tried with the standard filebrowser image and this does not work?

    • @Gekk0
      @Gekk0 10 месяцев назад

      Additional folders can simply be specified as subfolders of /srv.
      So main folder /srv/filebrowser/srv:/srv
      -> any disk /dev/sdc1:/srv/c1
      -> any folder /dev/sbc/documents:/srv/documents
      "c1" and "documents" then simply appear as folders in the main view of filebrowser.

  • @turkeyphant
    @turkeyphant 5 месяцев назад +1

    How do I make share links that friends can access?

    • @Techdox
      @Techdox  5 месяцев назад +1

      You would need to make sure Filebrowser is public either using a reverse proxy and exposing it or using Cloudflare tunnels. Then you can create a share which will have a public link you can share.

  • @hawolex2341
    @hawolex2341 Месяц назад

    have a weird issue that the app "file-browser" resets the admin passord back to default every restart. even pu in my own PUID:
    was also lack of restart policy in the compose. you shoud include that for the new docker nerds comming here to learn :)

    • @Techdox
      @Techdox  Месяц назад

      Can you join the discord and share your compose? Easier to troubleshoot in the Discord :)

  • @jimcallahan448
    @jimcallahan448 11 месяцев назад

    You have a ZimaBoard but you seem to be bypassing the default CasaOS (and I didn't see a CasaOS home directory).
    Did you just install a standard Debian or Ubuntu distribution?
    Is this covered in your other videos?
    And I guess this explains why you have command line Docker-Compose (CasaOS supports docker-compose files in its GUI, but does not seem to have command line Docker-Compose).

    • @Techdox
      @Techdox  11 месяцев назад

      Yeah, just running standard Ubuntu Server

  • @northblue8216
    @northblue8216 Месяц назад

    Wait, where is it storing my upload files? What if I have large media files like DVD's, ISO's, and MP4's?

    • @Techdox
      @Techdox  Месяц назад

      @@northblue8216 it’s storing it directly in your host

  • @dottcirillo
    @dottcirillo 11 месяцев назад

    Great video just a problem for me: If I create a folder or upload a file I always receive a 403 Forbidden error while when reading and downloading everything works fine, why? Filebrowser user authorization problems? how to solve?

    • @Techdox
      @Techdox  11 месяцев назад

      Does your user that you gave permissions for in the docker compose file have permissions to make folders etc in that directory? You can test but trying to replicate what you are doing in FB via the command line and see if it works

    • @dottcirillo
      @dottcirillo 11 месяцев назад

      the container user is the administrator, the filebrowser user is the initial standard admin user. However I downloaded another image from Yacht and it works great. Thank you@@Techdox

  • @DebrodeD
    @DebrodeD 7 месяцев назад

    Filebrowser is amazing! The only issue I have with it is thumbnails not generating when sharing files/folders with others via share links. Is there anyway to make that happen?

    • @Techdox
      @Techdox  7 месяцев назад

      Interesting, I haven’t found that issue before but I’ll have a look so I can add a note to my docs

  • @kidtronicsp2l439
    @kidtronicsp2l439 8 месяцев назад

    I am using an argon eon nas how to i set it so that filebrowser uses one of the external drives

    • @Techdox
      @Techdox  8 месяцев назад

      Honestly, if you have a NAS setup I world use something like TrueNAS instead

  • @garagemdocodigo
    @garagemdocodigo 4 месяца назад

    Exists a Android client?

  • @benthompson2098
    @benthompson2098 10 месяцев назад

    im hoping someone sees this but docker compose is giving issues and saying it isnt a command, even after installing docker compose package. when i get to 8:29 in the video I get no output from those commands.

    • @Techdox
      @Techdox  10 месяцев назад

      You might have docker-compose installed, just not the newest one? Try it with the hyphen

  • @gunprats8789
    @gunprats8789 5 месяцев назад

    freaking new it that eeee kiwi!

  • @GoibniuNihiliste
    @GoibniuNihiliste 4 месяца назад

    One huge problem with this thing is that it doesnt show you Folder sizes. It only displays an '-'

  • @liebeg
    @liebeg 5 месяцев назад

    he there we go. Me container still unhealthy

    • @Techdox
      @Techdox  5 месяцев назад

      Sorted now?

    • @liebeg
      @liebeg 5 месяцев назад

      @@Techdox yes thanks for your help. Proberly will have to switch to onecloud at some point tho

    • @mohammedal.a5111
      @mohammedal.a5111 5 месяцев назад

      how did u fix that ? same here

    • @Techdox
      @Techdox  5 месяцев назад

      @@mohammedal.a5111 I updated the docs, the image needs to change to latest

    • @liebeg
      @liebeg 5 месяцев назад

      @@mohammedal.a5111 the compose script has to be changed from s6 to latest i think