mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-23 09:11:50 +02:00
Sorted json
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Bittorrent client based on linuxserver image",
|
||||
"devices": [
|
||||
"/dev/net/tun",
|
||||
@@ -37,7 +42,12 @@
|
||||
"/dev/nvme2"
|
||||
],
|
||||
"environment": {},
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Transmission NAS",
|
||||
"options": {
|
||||
"DNS_server": "8.8.8.8,1.1.1.1",
|
||||
@@ -57,7 +67,10 @@
|
||||
"51413/udp": "Peer port (setup router port forwarding to this port)",
|
||||
"9091/tcp": "Web UI port (required)"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"DNS_server": "str?",
|
||||
"PGID": "int",
|
||||
@@ -79,7 +92,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "3.00-r5-ls116",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "3.00-r5-ls116",
|
||||
"webui": "http://[HOST]:[PORT:9091]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user