This commit is contained in:
Andrew Z 2023-07-05 22:04:55 -04:00
parent 6c2fe47625
commit a0d97cb09d
2 changed files with 109 additions and 1 deletions

View File

@ -3656,5 +3656,9 @@ Updating stats on containers
Privileged: 102
No change to feed
Updating GitHub

View File

@ -281518,7 +281518,7 @@
"Required": "false",
"Mask": "false"
},
"value": ""
"value": "False"
},
{
"@attributes": {
@ -281546,6 +281546,19 @@
},
"value": ""
},
{
"@attributes": {
"Name": "Use self-signed SSL certificate",
"Target": "TC_USE_SELF_SIGNED_CERT",
"Default": "False",
"Description": "Disable SSL verification (if using self-signed cert on server)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "Enable Plex Pass features",
@ -281715,6 +281728,19 @@
},
"value": "False"
},
{
"@attributes": {
"Name": "Use friendly names",
"Target": "TC_USE_FRIENDLY_NAMES",
"Default": "False",
"Description": "Use friendly names instead of usernames if available",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "Stream stats category name",
@ -281741,6 +281767,19 @@
},
"value": "False"
},
{
"@attributes": {
"Name": "Stream count voice channel ID",
"Target": "TC_VC_STREAM_COUNT_CHANNEL_ID",
"Default": "0",
"Description": "Optional ID of the Discord voice channel to display stream count",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "0"
},
{
"@attributes": {
"Name": "Display transcode count",
@ -281754,6 +281793,19 @@
},
"value": "False"
},
{
"@attributes": {
"Name": "Transcode count voice channel ID",
"Target": "TC_VC_TRANSCODE_COUNT_CHANNEL_ID",
"Default": "0",
"Description": "Optional ID of the Discord voice channel to display transcode count",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "0"
},
{
"@attributes": {
"Name": "Display bandwidth",
@ -281767,6 +281819,19 @@
},
"value": "False"
},
{
"@attributes": {
"Name": "Bandwidth voice channel ID",
"Target": "TC_VC_BANDWIDTH_CHANNEL_ID",
"Default": "0",
"Description": "Optional ID of the Discord voice channel to display bandwidth",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "0"
},
{
"@attributes": {
"Name": "Display local bandwidth",
@ -281780,6 +281845,19 @@
},
"value": "False"
},
{
"@attributes": {
"Name": "Local bandwidth voice channel ID",
"Target": "TC_VC_LOCAL_BANDWIDTH_CHANNEL_ID",
"Default": "0",
"Description": "Optional ID of the Discord voice channel to display local bandwidth",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "0"
},
{
"@attributes": {
"Name": "Display remote bandwidth",
@ -281793,6 +281871,19 @@
},
"value": "False"
},
{
"@attributes": {
"Name": "Remote bandwidth voice channel ID",
"Target": "TC_VC_REMOTE_BANDWIDTH_CHANNEL_ID",
"Default": "0",
"Description": "Optional ID of the Discord voice channel to display remote bandwidth",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "0"
},
{
"@attributes": {
"Name": "Display Plex server status",
@ -281806,6 +281897,19 @@
},
"value": "False"
},
{
"@attributes": {
"Name": "Plex status voice channel ID",
"Target": "TC_VC_PLEX_STATUS_CHANNEL_ID",
"Default": "0",
"Description": "Optional ID of the Discord voice channel to display Plex online status",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "0"
},
{
"@attributes": {
"Name": "Display library stats",