mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-13 11:21:02 +01:00
Merge branch 'master' of https://github.com/alexbelgium/hassio-addons
This commit is contained in:
20
README.md
20
README.md
@@ -34,15 +34,15 @@ https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
### ✓ [Code-server](code-server/)
|
||||
- Code-server is VS Code running on a remote server, accessible through the browser.
|
||||
- Based on latest linuxserver image https://hub.docker.com/r/linuxserver/code-server
|
||||
- Based on https://hub.docker.com/r/linuxserver/code-server
|
||||
|
||||
### ✓ [Doublecommander](doublecommander/) ![smb][smb-shield]
|
||||
- A free cross platform open source file manager with two panels side by side.
|
||||
- Based on latest linuxserver image
|
||||
- Based on https://hub.docker.com/r/linuxserver/doublecommander
|
||||
|
||||
### ✓ [Emby](emby/) ![smb][smb-shield]
|
||||
- A Free Software Media System that puts you in control of managing and streaming your media.
|
||||
- Based on linuxserver image latest beta : https://hub.docker.com/r/linuxserver/emby
|
||||
- Based on https://hub.docker.com/r/linuxserver/emby
|
||||
- Forked from : https://github.com/petersendev/hassio-addons
|
||||
|
||||
### ✓ [Joal](joal/)
|
||||
@@ -55,22 +55,26 @@ https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
### ✓ [Papermerge](papermerge/) ![smb][smb-shield]
|
||||
- Open source document management system (DMS)
|
||||
- Based on linuxserver image : https://hub.docker.com/r/linuxserver/papermerge
|
||||
- Based on https://hub.docker.com/r/linuxserver/papermerge
|
||||
|
||||
### ✓ [Piwigo](piwigo/) ![smb][smb-shield] ![sql][sql-shield]
|
||||
- Piwigo is a photo gallery software for the web
|
||||
- Based on linuxserver image : https://hub.docker.com/r/linuxserver/piwigo
|
||||
- Based on https://hub.docker.com/r/linuxserver/piwigo
|
||||
|
||||
### ✓ [Qbittorrent](qbittorrent/) ![smb][smb-shield]
|
||||
- Based on linuxserver image : https://hub.docker.com/r/linuxserver/qbittorrent
|
||||
- Based on https://hub.docker.com/r/linuxserver/qbittorrent
|
||||
|
||||
### ✓ [Radarr](radarr/) ![smb][smb-shield] ![stale][stale-shield]
|
||||
- A fork of Sonarr to work with movies like Couchpotato
|
||||
- Forked from : https://hub.docker.com/r/linuxserver/radarr
|
||||
- Based on https://hub.docker.com/r/linuxserver/radarr
|
||||
|
||||
### ✓ [Scrutiny](scrutiny/)
|
||||
- Scrutiny WebUI for smartd S.M.A.R.T monitoring
|
||||
- Based on https://hub.docker.com/r/linuxserver/scrutiny
|
||||
|
||||
### ✓ [Transmission](transmission/) ![smb][smb-shield]
|
||||
- The torrent client for Hass.io.
|
||||
- Based on linuxserver image : https://hub.docker.com/r/linuxserver/transmission
|
||||
- Based on https://hub.docker.com/r/linuxserver/transmission
|
||||
|
||||
[//]: # (ADDONLIST_END)
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# Home assistant add-on: qBittorrent
|
||||
# Home assistant add-on: Scrunity
|
||||
![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.
|
||||
Scrutiny WebUI for smartd S.M.A.R.T monitoring
|
||||
This addon is based on the [docker image](https://hub.docker.com/r/linuxserver/emby) from linuxserver.io.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -19,25 +19,13 @@ 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:8085>. Configurations can be done through the app, except for the following options.
|
||||
|
||||
```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)
|
||||
customUI: selection from list # alternative webUI can be set here. Latest version set at each addon start.
|
||||
localdisks: "sda1" # list of device to mount (optional)
|
||||
networkdisks: "<//SERVER/SHARE>" # list of smbv2/3 servers to mount (optional)
|
||||
cifsusername: "username" # smb username (optional)
|
||||
cifspassword: "password" # smb password (optional)
|
||||
```
|
||||
|
||||
## Support
|
||||
Create an issue on github, or ask on the [home assistant thread](https://community.home-assistant.io/t/home-assistant-addon-qbittorrent/279247)
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
||||
Reference in New Issue
Block a user