This commit is contained in:
Alexandre
2020-12-07 13:40:05 +01:00
parent 99b016faf9
commit 6905b740d5
6 changed files with 30 additions and 39 deletions

View File

@@ -1,6 +0,0 @@
FROM linuxserver/transmission
# MOFIFY DATA PATH
RUN sed -i "s|config|data|g" /etc/services.d/radarr/run
VOLUME [ "/data" ]

View File

@@ -1,32 +0,0 @@
# Marcelveldt's Hassio Add-ons: Radarr
## About
Radarr add-on based on the prebuilt docker image from linuxserver
Radarr - A fork of Sonarr to work with movies à la Couchpotato.
## Installation
The installation of this add-on is pretty straightforward and not different in
comparison to installing any other Hass.io add-on.
1. [Add my Hass.io add-ons repository][repository] to your Hass.io instance.
1. Install this add-on.
1. Click the `Save` button to store your configuration.
1. Start the add-on.
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.
## Configuration
Webui can be found at <your-ip>:7878
By default hassio folders backup, share and ssl are available within the addon.
You can use the share folder to access/store your media files.
Documentation for Radarr: https://github.com/Radarr/Radarr
[repository]: https://github.com/marcelveldt/hassio-addons-repo

View File

@@ -1,38 +0,0 @@
{
"name": "Transmission",
"version": "latest",
"slug": "transmission",
"description": "The torrent client for Hass.io with OpenVPN support",
"webui": "http://[HOST]:[PORT:9091]/transmission/web/",
"ingress": "true",
"ingress_port": 8099,
"startup": "services",
"arch": [
"aarch64",
"amd64",
"amdv7",
"armhf"
],
"ports": {
"9091/tcp": null,
"51413/tcp": 51413,
"51413/udp": 51413
},
"ports_description": {
"9091/tcp": "Web UI port (Not required for Hass.io Ingress)",
"51413/tcp": "Peer port (setup port forwarding to this port)",
"51413/udp": "Peer port (setup port forwarding to this port)"
},
"map": [
"backup:rw",
"share:rw",
"ssl"
],
"boot": "auto",
"environment": {
"PUID": "0",
"PGID": "0"
},
"options": {},
"schema": {}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB