Sorted json

This commit is contained in:
alexbelgium
2022-03-24 04:34:57 +00:00
committed by GitHub
parent c2af0342d8
commit b420ae9e18
58 changed files with 721 additions and 206 deletions

View File

@@ -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]"
}