mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-15 18:40:31 +02:00
Update README.md
This commit is contained in:
@@ -13,14 +13,24 @@ _Thanks to everyone having starred my repo! To star it click on the image below,
|
|||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
Forked to add latest version, addition of OCR
|
|
||||||
|
|
||||||
- Inital version : https://github.com/petersendev/hassio-addons
|
|
||||||
|
|
||||||
[jackett](https://github.com/jackett/jackett) - A fork of jackett to work with movies like Couchpotato.
|
[jackett](https://github.com/jackett/jackett) - A fork of jackett to work with movies like Couchpotato.
|
||||||
|
|
||||||
This addon is based on the [docker image](https://github.com/linuxserver/docker-jackett) from linuxserver.io.
|
This addon is based on the [docker image](https://github.com/linuxserver/docker-jackett) from linuxserver.io.
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
Configurations can be done through the app webUI, except for the following options :
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
GUID: user
|
||||||
|
GPID: user
|
||||||
|
TZ: timezone
|
||||||
|
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
|
||||||
|
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
|
||||||
|
cifsusername: "username" # optional, smb username, same for all smb shares
|
||||||
|
cifspassword: "password" # optional, smb password
|
||||||
|
```
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
The installation of this add-on is pretty straightforward and not different in
|
The installation of this add-on is pretty straightforward and not different in
|
||||||
@@ -33,10 +43,6 @@ comparison to installing any other Hass.io add-on.
|
|||||||
1. Check the logs of the add-on to see if everything went well.
|
1. Check the logs of the add-on to see if everything went well.
|
||||||
1. Carefully configure the add-on to your preferences, see the official documentation for for that.
|
1. Carefully configure the add-on to your preferences, see the official documentation for for that.
|
||||||
|
|
||||||
## Configuration
|
|
||||||
|
|
||||||
Webui can be found at `<your-ip>:7878`.
|
|
||||||
|
|
||||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||||
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|||||||
Reference in New Issue
Block a user