diff --git a/filebrowser/README.md b/filebrowser/README.md index d66b8ac2e..547b6ad79 100644 --- a/filebrowser/README.md +++ b/filebrowser/README.md @@ -1,10 +1,10 @@ -# Home assistant add-on: qBittorrent +# Home assistant add-on: Filebrowser ![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield] ## About -Transmission is a bittorrent client. -This addon is based on the [docker image](https://github.com/linuxserver/qbittorrent) from linuxserver.io. +Web based files browser. +This addon is based on the [docker image](https://hub.docker.com/r/hurlenko/filebrowser) from hurlenko. ## Installation @@ -19,20 +19,11 @@ comparison to installing any other Hass.io add-on. 1. Carefully configure the add-on to your preferences, see the official documentation for for that. ## Configuration -Webui can be found at . The default username/password : described in the startup log. Configurations can be done through the app, except for the following options. +Webui can be found at . Network disk is mounted to /share/storagecifs ```yaml -GUID: user -GPID: user -ssl: true/false -certfile: fullchain.pem #ssl certificate -keyfile: privkey.pem #sslkeyfile -whitelist: "localhost,192.168.0.0/16" # list ip subnets that won't need a password (optional) -Username: "admin" #username to access webui. Please change it as the default is admin for all installations. -customUI: selection from list # alternative webUI can be set here. Latest version set at each addon start. -SavePath: "/share/qbittorrent" # Define the download directory networkdisks: "" # list of smbv2/3 servers to mount (optional) cifsusername: "username" # smb username (optional) cifspassword: "password" # smb password (optional)