Simple File Browser from web browser with docker

Most of people required a way to give their customer a website to browse files inside server without giving server access. here file browser is the easiest way of giving this with docker.

File Browser is a single binary and can be used as a standalone executable. This is a fantastic web server that enables HTTPS by default. Its installation is quite straightforward independently on which system you want to use in a single command


docker run 
    -v /disk:/srv 
    -e PUID=$(id -u) 
    -e PGID=$(id -g) 
    -p 8080:80 
    filebrowser/filebrowser:s6

Rasika Preethiraj

A technophile at icrony since 2012, In a quest to programmatic automations for scaled organisations through the use of python, php, autoit and machine learning


Comments


Post a Comment



Trending

Latest Posts

Tags

Newsletter

Subscribe to our newsletter for good news, sent out every month.