Add ingress support for Jackett addon

This commit is contained in:
Alexandre
2026-01-19 17:11:43 +01:00
parent 4f9d392339
commit fde8a5fa51
15 changed files with 297 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ _Thanks to everyone having starred my repo! To star it click on the image below,
## About
[jackett](https://github.com/jackett/jackett) - A fork of jackett to work with movies like Couchpotato.
[Jackett](https://github.com/Jackett/Jackett) works as a proxy server: it translates queries from supported apps into tracker-site-specific HTTP queries, parses the responses, and then sends results back to the requesting software.
This addon is based on the [docker image](https://github.com/linuxserver/docker-jackett) from linuxserver.io.
@@ -47,6 +47,7 @@ Configurations can be done through the app webUI, except for the following optio
| `PGID` | int | `0` | Group ID for file permissions |
| `PUID` | int | `0` | User ID for file permissions |
| `TZ` | str | | Timezone (e.g., `Europe/London`) |
| `connection_mode` | list | `ingress_noauth` | Connection mode (ingress_noauth/noingress_auth/ingress_auth) |
| `localdisks` | str | | Local drives to mount (e.g., `sda1,sdb1,MYNAS`) |
| `networkdisks` | str | | SMB shares to mount (e.g., `//SERVER/SHARE`) |
| `cifsusername` | str | | SMB username for network shares |
@@ -59,6 +60,7 @@ Configurations can be done through the app webUI, except for the following optio
PGID: 0
PUID: 0
TZ: "Europe/London"
connection_mode: "ingress_noauth"
localdisks: "sda1,sdb1"
networkdisks: "//192.168.1.100/downloads"
cifsusername: "mediauser"
@@ -87,4 +89,3 @@ comparison to installing any other Hass.io add-on.
[repository]: https://github.com/alexbelgium/hassio-addons