mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-26 09:16:07 +02:00
cleanup
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
# Marcelveldt's Hassio Add-ons: Radarr
|
# Hassio Add-ons by alexbelgium: doublecommander
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
Radarr add-on based on the prebuilt docker image from linuxserver
|
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.
|
||||||
Radarr - A fork of Sonarr to work with movies à la Couchpotato.
|
|
||||||
|
This addon is based on the [docker image](https://github.com/linuxserver/docker-doublecommander) from linuxserver.io.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -20,13 +21,7 @@ comparison to installing any other Hass.io add-on.
|
|||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Webui can be found at <your-ip>:7878
|
Webui can be found at `<your-ip>:3000`.
|
||||||
|
|
||||||
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/alexbelgium/hassio-addons
|
||||||
[repository]: https://github.com/marcelveldt/hassio-addons-repo
|
|
||||||
|
|||||||
@@ -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": {}
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,13 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "Double commander",
|
"name": "Double commander",
|
||||||
"version": "1.1",
|
"version": "1.2",
|
||||||
"slug": "doublecommander",
|
"slug": "doublecommander",
|
||||||
"description": "Radarr add-on based on the prebuilt docker image from linuxserver",
|
"description": "Double Commander is a free cross platform open source file manager with two panels side by side.",
|
||||||
"url": "https://github.com/marcelveldt/hassio-addons-repo/radarr",
|
"url": "https://github.com/alexbelgium/hassio-addons/doublecommander",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"arch": [
|
"arch": [
|
||||||
"aarch64",
|
"aarch64",
|
||||||
"amd64",
|
"amd64",
|
||||||
|
"armv7",
|
||||||
"armhf"
|
"armhf"
|
||||||
],
|
],
|
||||||
"ports": {
|
"ports": {
|
||||||
|
|||||||
Reference in New Issue
Block a user