mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-28 07:27:38 +01:00
Update README.md
This commit is contained in:
@@ -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 <http://your-ip:8081>. 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 <http://your-ip:8080>.
|
||||
|
||||
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: "<//SERVER/SHARE>" # list of smbv2/3 servers to mount (optional)
|
||||
cifsusername: "username" # smb username (optional)
|
||||
cifspassword: "password" # smb password (optional)
|
||||
|
||||
Reference in New Issue
Block a user