diff --git a/doublecommander/Dockerfile b/doublecommander/Dockerfile new file mode 100644 index 000000000..a0c72b65e --- /dev/null +++ b/doublecommander/Dockerfile @@ -0,0 +1,6 @@ +FROM linuxserver/doublecommander + +# MOFIFY DATA PATH +RUN sed -i "s|config|data|g" /etc/services.d/doublecommander/run + +VOLUME [ "/data" ] \ No newline at end of file diff --git a/doublecommander/README.md b/doublecommander/README.md new file mode 100644 index 000000000..3be887297 --- /dev/null +++ b/doublecommander/README.md @@ -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 :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 \ No newline at end of file diff --git a/doublecommander/config.json b/doublecommander/config.json new file mode 100644 index 000000000..06066c7bb --- /dev/null +++ b/doublecommander/config.json @@ -0,0 +1,29 @@ +{ + "name": "Double commander", + "version": "latest", + "slug": "doublecommander", + "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": { + "3000/tcp": 3000 + }, + "map": [ + "backup:rw", + "share:rw", + "ssl" + ], + "webui": "http://[HOST]:[PORT:3000]", + "boot": "auto", + "environment": { + "PUID": "0", + "PGID": "0" + }, + "options": {}, + "schema": {} +} \ No newline at end of file diff --git a/doublecommander/icon.png b/doublecommander/icon.png new file mode 100644 index 000000000..5e143b52e Binary files /dev/null and b/doublecommander/icon.png differ diff --git a/doublecommander/logo.png b/doublecommander/logo.png new file mode 100644 index 000000000..5e143b52e Binary files /dev/null and b/doublecommander/logo.png differ