Hi, I’ve create an addon for my use and wanted to share it if it can be useful to other people
About
Filebrowser is a web-based file browser developed by the filebrowser team. It provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware.
This addon is based on the docker image from hurlenko.
This addons has several configurable options :
- allowing to smb shares from the addon (including smb v1)
- optional usage of ssl
- optional password protection
Installation
The installation of this add-on is pretty straightforward and not different in comparison to installing any other add-on.
- Add my Hass.io add-ons repository to your home assistant instance.
- Install this add-on.
- Click the
Save
button to store your configuration. - Set the add-on options to your preferences
- Start the add-on.
- Check the logs of the add-on to see if everything went well.
- Open the webUI and adapt the software options
Configuration
Webui can be found at http://your-ip:8080.
The default username/password : “admin” and password: “admin” (described in the startup log).
Configurations can be done through the app webUI, except for the following options
Network disk is mounted to /share/$ShareName
ssl: true/false
certfile: fullchain.pem #ssl certificate
keyfile: privkey.pem #sslkeyfile
NoAuth: true/false #Remove password. Resets database when changed.
networkdisks: "//SERVER/SHARE" # optional, list of smbv2/3 servers to mount, separated by commas
cifsusername: "username" # optional, smb username, same for all smb shares
cifspassword: "password" # optional, smb password, same for all smb shares)