mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
test
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM linuxserver/transmission
|
FROM linuxserver/radarr
|
||||||
|
|
||||||
# MOFIFY DATA PATH
|
# MOFIFY DATA PATH
|
||||||
RUN sed -i "s|config|data|g" /etc/services.d/radarr/run
|
RUN sed -i "s|config|data|g" /etc/services.d/radarr/run
|
||||||
29
radarr/config.json
Normal file
29
radarr/config.json
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"name": "Radarr",
|
||||||
|
"version": "latest",
|
||||||
|
"slug": "radarr_docker",
|
||||||
|
"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": {
|
||||||
|
"7878/tcp": 7878
|
||||||
|
},
|
||||||
|
"map": [
|
||||||
|
"backup:rw",
|
||||||
|
"share:rw",
|
||||||
|
"ssl"
|
||||||
|
],
|
||||||
|
"webui": "http://[HOST]:[PORT:7878]",
|
||||||
|
"boot": "auto",
|
||||||
|
"environment": {
|
||||||
|
"PUID": "0",
|
||||||
|
"PGID": "0"
|
||||||
|
},
|
||||||
|
"options": {},
|
||||||
|
"schema": {}
|
||||||
|
}
|
||||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
@@ -1,38 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Transmission",
|
|
||||||
"version": "latest",
|
|
||||||
"slug": "transmission",
|
|
||||||
"description": "The torrent client for Hass.io with OpenVPN support",
|
|
||||||
"webui": "http://[HOST]:[PORT:9091]/transmission/web/",
|
|
||||||
"ingress": "true",
|
|
||||||
"ingress_port": 8099,
|
|
||||||
"startup": "services",
|
|
||||||
"arch": [
|
|
||||||
"aarch64",
|
|
||||||
"amd64",
|
|
||||||
"amdv7",
|
|
||||||
"armhf"
|
|
||||||
],
|
|
||||||
"ports": {
|
|
||||||
"9091/tcp": null,
|
|
||||||
"51413/tcp": 51413,
|
|
||||||
"51413/udp": 51413
|
|
||||||
},
|
|
||||||
"ports_description": {
|
|
||||||
"9091/tcp": "Web UI port (Not required for Hass.io Ingress)",
|
|
||||||
"51413/tcp": "Peer port (setup port forwarding to this port)",
|
|
||||||
"51413/udp": "Peer port (setup port forwarding to this port)"
|
|
||||||
},
|
|
||||||
"map": [
|
|
||||||
"backup:rw",
|
|
||||||
"share:rw",
|
|
||||||
"ssl"
|
|
||||||
],
|
|
||||||
"boot": "auto",
|
|
||||||
"environment": {
|
|
||||||
"PUID": "0",
|
|
||||||
"PGID": "0"
|
|
||||||
},
|
|
||||||
"options": {},
|
|
||||||
"schema": {}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user