mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Merge pull request #270 from alexbelgium/create-pull-request/patch-1648340531
Json sort weekly
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
{
|
{
|
||||||
"apparmor": true,
|
"apparmor": true,
|
||||||
"arch": ["aarch64", "amd64", "armv7"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7"
|
||||||
|
],
|
||||||
"backup": "cold",
|
"backup": "cold",
|
||||||
"backup_exclude": [
|
"backup_exclude": [
|
||||||
"*/cache/",
|
"*/cache/",
|
||||||
@@ -8,6 +12,7 @@
|
|||||||
"*/transcoding-temp/",
|
"*/transcoding-temp/",
|
||||||
"*/metadata/"
|
"*/metadata/"
|
||||||
],
|
],
|
||||||
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "Distributed transcode automation using FFmpeg/HandBrake",
|
"description": "Distributed transcode automation using FFmpeg/HandBrake",
|
||||||
"devices": [
|
"devices": [
|
||||||
"/dev/sda",
|
"/dev/sda",
|
||||||
@@ -42,18 +47,18 @@
|
|||||||
"/dev/nvme2"
|
"/dev/nvme2"
|
||||||
],
|
],
|
||||||
"environment": {
|
"environment": {
|
||||||
"serverIP": "127.0.0.1",
|
"NVIDIA_DRIVER_CAPABILITIES": "all",
|
||||||
"serverPort": "8266",
|
"NVIDIA_VISIBLE_DEVICES": "all",
|
||||||
"webUIPort": "8265",
|
"PGID": "0",
|
||||||
|
"PUID": "0",
|
||||||
|
"TZ": "Europe/London",
|
||||||
"internalNode": "true",
|
"internalNode": "true",
|
||||||
"nodeID": "MyInternalNode",
|
"nodeID": "MyInternalNode",
|
||||||
"nodeIP": "127.0.0.1",
|
"nodeIP": "127.0.0.1",
|
||||||
"nodePort": "8267",
|
"nodePort": "8267",
|
||||||
"TZ": "Europe/London",
|
"serverIP": "127.0.0.1",
|
||||||
"PUID": "0",
|
"serverPort": "8266",
|
||||||
"PGID": "0",
|
"webUIPort": "8265"
|
||||||
"NVIDIA_DRIVER_CAPABILITIES": "all",
|
|
||||||
"NVIDIA_VISIBLE_DEVICES": "all"
|
|
||||||
},
|
},
|
||||||
"host_dbus": true,
|
"host_dbus": true,
|
||||||
"image": "ghcr.io/alexbelgium/tdarr-{arch}",
|
"image": "ghcr.io/alexbelgium/tdarr-{arch}",
|
||||||
@@ -78,7 +83,10 @@
|
|||||||
"8265/tcp": "Web UI port",
|
"8265/tcp": "Web UI port",
|
||||||
"8266/tcp": "Server Port"
|
"8266/tcp": "Server Port"
|
||||||
},
|
},
|
||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH"
|
||||||
|
],
|
||||||
"schema": {
|
"schema": {
|
||||||
"CONFIG_LOCATION": "str",
|
"CONFIG_LOCATION": "str",
|
||||||
"TZ": "str?",
|
"TZ": "str?",
|
||||||
@@ -91,7 +99,6 @@
|
|||||||
"slug": "tdarr",
|
"slug": "tdarr",
|
||||||
"upstream": "2.00.16.3",
|
"upstream": "2.00.16.3",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
|
||||||
"version": "2.00.16.3-4",
|
"version": "2.00.16.3-4",
|
||||||
"video": true,
|
"video": true,
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8265]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8265]"
|
||||||
|
|||||||
Reference in New Issue
Block a user