This commit is contained in:
2021-08-24 14:35:11 +03:00
parent d8fba9335d
commit 4f37cb59b1
107 changed files with 3941 additions and 66 deletions

6
radarr/Dockerfile Executable file
View File

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

32
radarr/README.md Normal file
View File

@@ -0,0 +1,32 @@
# 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

29
radarr/config.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "Radarr",
"version": "latest",
"slug": "radarr_docker",
"description": "Radarr add-on based on the prebuilt docker image from linuxserver",
"url": "https://github.com/marcelveldt/hassio-addons-repo/radarr",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armhf"
],
"ports": {
"7878/tcp": 7878
},
"map": [
"backup:rw",
"share:rw",
"ssl"
],
"webui": "http://[HOST]:[PORT:7878]",
"boot": "auto",
"environment": {
"PUID": "0",
"PGID": "0"
},
"options": {},
"schema": {}
}

BIN
radarr/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
radarr/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB