mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
"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": {
|
||||
|
||||
Reference in New Issue
Block a user