Simplify Your File Management: Easy Docker Filebrowser Setup Guide!

Ғылым және технология

🚀 Dive into the world of seamless file management with Techdox! In this tutorial, we'll guide you through the process of installing Filebrowser using Docker Compose. Say goodbye to file chaos and hello to organized bliss as we simplify the setup and configuration. Whether you're a Docker enthusiast or just getting started, this video is your ticket to efficient and user-friendly file management. Watch now, like, subscribe, and let's empower your tech journey together! 💻✨ #Techdox #Docker #Filebrowser #TechTutorials #ITMagic
Useful Links:
Docker Compose - docs.techdox.nz/filebrowser/
Filebrowser Documentation - filebrowser.org
settings.json - github.com/filebrowser/filebr...
Compose file (Just incase my bookstack goes down)
---
version: '3'
services:
filebrowser:
image: filebrowser/filebrowser:s6
container_name: filebrowser
volumes:
- /home:/srv #Change to match your directory
- /home/techdox/docker/filebrowser/filebrowser.db:/database/filebrowser.db #Change to match your directory
- /home/techdox/docker/filebrowser/settings.json:/config/settings.json #Change to match your directory
environment:
- PUID=$(id -u)
- PGID=$(id -g)
ports:
- 8095:80 #Change the port if needed
---
Timestamps:
0:00 Introduction
1:12 Filebrowser Setup
9:10 Accesing Filebrowser
10:48 Outro - Final thoughts

Пікірлер: 45

  • @Techdox
    @Techdox7 ай бұрын

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

  • @randallsheppard390
    @randallsheppard39011 күн бұрын

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

  • @chrisumali9841
    @chrisumali98417 ай бұрын

    Thanks for the demo and info, have a great day

  • @Oschar157
    @Oschar1576 ай бұрын

    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

    6 ай бұрын

    Love to hear it!!

  • @remitheguik1303
    @remitheguik13036 ай бұрын

    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

  • @alanjrobertson
    @alanjrobertson7 ай бұрын

    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

    7 ай бұрын

    Was a very good suggestion :)

  • @StelioStefanov
    @StelioStefanov2 күн бұрын

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

  • @gunprats8789
    @gunprats8789Ай бұрын

    freaking new it that eeee kiwi!

  • @jims888
    @jims8887 ай бұрын

    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

    7 ай бұрын

    Merry xmas - kzread.info/dash/bejne/l6Scy8Oyg5iWmrA.html

  • @FelixLantiguaCamacho
    @FelixLantiguaCamacho3 күн бұрын

    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

  • @osktop4822
    @osktop48223 ай бұрын

    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

  • @netgarnet4337
    @netgarnet43377 ай бұрын

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

  • @josh817
    @josh8175 ай бұрын

    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

    4 ай бұрын

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

  • @jimcallahan448
    @jimcallahan4487 ай бұрын

    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

    7 ай бұрын

    Yeah, just running standard Ubuntu Server

  • @conan1231
    @conan12316 ай бұрын

    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

    6 ай бұрын

    What does your compose file look like?

  • @GoibniuNihiliste
    @GoibniuNihiliste12 күн бұрын

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

  • @DebrodeD
    @DebrodeD3 ай бұрын

    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

    3 ай бұрын

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

  • @diegomartinez6744
    @diegomartinez67447 ай бұрын

    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

    7 ай бұрын

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

  • @Techdox

    @Techdox

    7 ай бұрын

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

  • @Gekk0

    @Gekk0

    6 ай бұрын

    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.

  • @dottcirillo
    @dottcirillo6 ай бұрын

    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

    6 ай бұрын

    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

    6 ай бұрын

    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

  • @kidtronicsp2l439
    @kidtronicsp2l4393 ай бұрын

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

  • @Techdox

    @Techdox

    3 ай бұрын

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

  • @turkeyphant
    @turkeyphantАй бұрын

    How do I make share links that friends can access?

  • @Techdox

    @Techdox

    Ай бұрын

    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.

  • @benthompson2098
    @benthompson20986 ай бұрын

    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

    6 ай бұрын

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

  • @liebeg
    @liebeg27 күн бұрын

    he there we go. Me container still unhealthy

  • @Techdox

    @Techdox

    26 күн бұрын

    Sorted now?

  • @liebeg

    @liebeg

    26 күн бұрын

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

  • @mohammedal.a5111

    @mohammedal.a5111

    25 күн бұрын

    how did u fix that ? same here

  • @Techdox

    @Techdox

    25 күн бұрын

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

  • @liebeg

    @liebeg

    25 күн бұрын

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

Келесі