mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 08:35:57 +02:00
try again with marcelveldt repo
This commit is contained in:
@@ -1,29 +0,0 @@
|
|||||||
{
|
|
||||||
"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": {}
|
|
||||||
}
|
|
||||||
39
transmission/config.json
Normal file
39
transmission/config.json
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
{
|
||||||
|
"name": "Transmission without vpn",
|
||||||
|
"version": "latest",
|
||||||
|
"slug": "transmission_docker",
|
||||||
|
"description": "The torrent client for Hass.io with OpenVPN support",
|
||||||
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
|
"startup": "services",
|
||||||
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7",
|
||||||
|
"armhf"
|
||||||
|
],
|
||||||
|
"ports": {
|
||||||
|
"9091/tcp": 9091,
|
||||||
|
"51413/tcp": 51413,
|
||||||
|
"51413/udp": 51413
|
||||||
|
},
|
||||||
|
"ports_description": {
|
||||||
|
"9091/tcp": "Web UI port",
|
||||||
|
"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"
|
||||||
|
],
|
||||||
|
"webui": "http://[HOST]:[PORT:9091]/transmission/web/",
|
||||||
|
"boot": "auto",
|
||||||
|
"environment": {
|
||||||
|
"PUID": "0",
|
||||||
|
"PGID": "0"
|
||||||
|
},
|
||||||
|
"ingress": "true",
|
||||||
|
"ingress_port": 9091,
|
||||||
|
"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 |
Reference in New Issue
Block a user