mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-04 10:57:43 +01:00
test doublecommander linuxserver
This commit is contained in:
29
doublecommander/config.json
Normal file
29
doublecommander/config.json
Normal file
@@ -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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user