This commit is contained in:
Alexandre
2020-12-08 14:17:30 +01:00
parent ab25b52ad4
commit da995dfbb8
3 changed files with 24 additions and 15 deletions

View File

@@ -1,9 +1,10 @@
# Marcelveldt's Hassio Add-ons: Radarr
# Hassio Add-ons by alexbelgium: doublecommander
## About
Radarr add-on based on the prebuilt docker image from linuxserver
Radarr - A fork of Sonarr to work with movies à la Couchpotato.
Double Commander is a free cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.
This addon is based on the [docker image](https://github.com/linuxserver/docker-doublecommander) from linuxserver.io.
## Installation
@@ -20,13 +21,7 @@ comparison to installing any other Hass.io add-on.
## 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
Webui can be found at `<your-ip>:3000`.
[repository]: https://github.com/marcelveldt/hassio-addons-repo
[repository]: https://github.com/alexbelgium/hassio-addons

View File

@@ -1 +1,14 @@
{ "build_from_template": { "image": "linuxserver/doublecommander", "version": "latest" }, "build_from": { "armv7": "linuxserver/doublecommander:arm32v7-latest", "armhf": "linuxserver/doublecommander:arm32v7-latest", "aarch64": "linuxserver/doublecommander:arm64v8-latest", "amd64": "linuxserver/doublecommander:amd64-latest" }, "squash": false, "args": {}}
{
"build_from_template": {
"image": "linuxserver/doublecommander",
"version": "latest"
},
"build_from": {
"armv7": "linuxserver/doublecommander:arm32v7-latest",
"armhf": "linuxserver/doublecommander:arm32v7-latest",
"aarch64": "linuxserver/doublecommander:arm64v8-latest",
"amd64": "linuxserver/doublecommander:amd64-latest"
},
"squash": false,
"args": {}
}

View File

@@ -1,13 +1,14 @@
{
"name": "Double commander",
"version": "1.1",
"version": "1.2",
"slug": "doublecommander",
"description": "Radarr add-on based on the prebuilt docker image from linuxserver",
"url": "https://github.com/marcelveldt/hassio-addons-repo/radarr",
"description": "Double Commander is a free cross platform open source file manager with two panels side by side.",
"url": "https://github.com/alexbelgium/hassio-addons/doublecommander",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ports": {