This commit is contained in:
Andrew Z 2021-11-27 06:03:39 -05:00
parent 4c0a786abf
commit ee6be1f8f4
18 changed files with 96 additions and 62 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1638003812
"last_updated_timestamp": 1638011017
}

View File

@ -200660,7 +200660,7 @@
"Shell": "sh",
"Privileged": "false",
"Project": "https://github.com/EvoTM/EvoSC",
"Overview": "A modern server controller for the game Trackmania (TM\u00b2, 2020).\r\nEvoSC for trackmania servers, default configuration is that it works with my trackmania2020 server template.\r\n\r\nEasiest way to make yourself admin for trackmania2020 is to join the server, then you login your database and go to the Players table. then you change the 3 to 1 behind your name(NOT ID).",
"Overview": "A modern server controller for the game Trackmania (TM\u00b2, 2020).\r\nEvoSC for trackmania servers, default configuration is that it works with my trackmania2020 server template.\r\n\r\nEasiest way to make yourself admin for trackmania2020 is to join the server, then you login your database and go to the Players table. Then you change the 3 to 1 behind your username under group.",
"WebUI": "",
"TemplateURL": "https://raw.githubusercontent.com/L4stIdi0t/Unraid-template/master/TrackMania-EvoSC/TrackMania-EvoSC.xml",
"Icon": "https://raw.githubusercontent.com/L4stIdi0t/Unraid-template/master/TrackMania2020-Server/logoTM.png",
@ -200669,6 +200669,7 @@
"Networking": {
"Mode": "bridge"
},
"Requires": "MySQL / MariaDB installed, aswell as a TrackMania server",
"Config": [
{
"@attributes": {
@ -200676,7 +200677,7 @@
"Target": "DB_HOST",
"Default": "",
"Mode": "",
"Description": "Container Variable: DB_HOST",
"Description": "MySQL / MariaDB DB_HOST",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -200690,7 +200691,7 @@
"Target": "DB_NAME",
"Default": "",
"Mode": "",
"Description": "Container Variable: DB_NAME",
"Description": "MySQL / MariaDB DB_NAME",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -200704,7 +200705,7 @@
"Target": "DB_USER",
"Default": "",
"Mode": "",
"Description": "Container Variable: DB_USER",
"Description": "MySQL / MariaDB DB_USER",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -200718,7 +200719,7 @@
"Target": "DB_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Container Variable: DB_PASSWORD",
"Description": "MySQL / MariaDB DB_PASSWORD",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -200732,7 +200733,7 @@
"Target": "RPC_IP",
"Default": "trackmania",
"Mode": "",
"Description": "Container Variable: RPC_IP",
"Description": "TrackMania server IP",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -200746,7 +200747,7 @@
"Target": "RPC_LOGIN",
"Default": "SuperAdmin",
"Mode": "",
"Description": "Container Variable: RPC_LOGIN",
"Description": "TrackMania server RPC_LOGIN, Default 'SuperAdmin'",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -200760,7 +200761,7 @@
"Target": "RPC_PASSWORD",
"Default": "SuperAdmin",
"Mode": "",
"Description": "Container Variable: RPC_PASSWORD",
"Description": "TrackMania server RPC_PASSWORD, Default 'SuperAdmin'",
"Type": "Variable",
"Display": "always",
"Required": "true",

View File

@ -1,7 +1,7 @@
{
"apps": 1428,
"last_updated_timestamp": 1638003812,
"last_updated": "2021-11-27 04:03",
"last_updated_timestamp": 1638011017,
"last_updated": "2021-11-27 06:03",
"categories": [
{
"Cat": "Backup:",
@ -200822,7 +200822,7 @@
"Shell": "sh",
"Privileged": "false",
"Project": "https://github.com/EvoTM/EvoSC",
"Overview": "A modern server controller for the game Trackmania (TM\u00b2, 2020).\r\nEvoSC for trackmania servers, default configuration is that it works with my trackmania2020 server template.\r\n\r\nEasiest way to make yourself admin for trackmania2020 is to join the server, then you login your database and go to the Players table. then you change the 3 to 1 behind your name(NOT ID).",
"Overview": "A modern server controller for the game Trackmania (TM\u00b2, 2020).\r\nEvoSC for trackmania servers, default configuration is that it works with my trackmania2020 server template.\r\n\r\nEasiest way to make yourself admin for trackmania2020 is to join the server, then you login your database and go to the Players table. Then you change the 3 to 1 behind your username under group.",
"WebUI": "",
"TemplateURL": "https://raw.githubusercontent.com/L4stIdi0t/Unraid-template/master/TrackMania-EvoSC/TrackMania-EvoSC.xml",
"Icon": "https://raw.githubusercontent.com/L4stIdi0t/Unraid-template/master/TrackMania2020-Server/logoTM.png",
@ -200831,6 +200831,7 @@
"Networking": {
"Mode": "bridge"
},
"Requires": "MySQL / MariaDB installed, aswell as a TrackMania server",
"Config": [
{
"@attributes": {
@ -200838,7 +200839,7 @@
"Target": "DB_HOST",
"Default": "",
"Mode": "",
"Description": "Container Variable: DB_HOST",
"Description": "MySQL / MariaDB DB_HOST",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -200852,7 +200853,7 @@
"Target": "DB_NAME",
"Default": "",
"Mode": "",
"Description": "Container Variable: DB_NAME",
"Description": "MySQL / MariaDB DB_NAME",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -200866,7 +200867,7 @@
"Target": "DB_USER",
"Default": "",
"Mode": "",
"Description": "Container Variable: DB_USER",
"Description": "MySQL / MariaDB DB_USER",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -200880,7 +200881,7 @@
"Target": "DB_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Container Variable: DB_PASSWORD",
"Description": "MySQL / MariaDB DB_PASSWORD",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -200894,7 +200895,7 @@
"Target": "RPC_IP",
"Default": "trackmania",
"Mode": "",
"Description": "Container Variable: RPC_IP",
"Description": "TrackMania server IP",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -200908,7 +200909,7 @@
"Target": "RPC_LOGIN",
"Default": "SuperAdmin",
"Mode": "",
"Description": "Container Variable: RPC_LOGIN",
"Description": "TrackMania server RPC_LOGIN, Default 'SuperAdmin'",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -200922,7 +200923,7 @@
"Target": "RPC_PASSWORD",
"Default": "SuperAdmin",
"Mode": "",
"Description": "Container Variable: RPC_PASSWORD",
"Description": "TrackMania server RPC_PASSWORD, Default 'SuperAdmin'",
"Type": "Variable",
"Display": "always",
"Required": "true",

View File

@ -4248,7 +4248,6 @@
"Registration Key Manager",
"reiserfsck status",
"Rename Pool",
"Rename",
"Repair corrupted blocks",
"Replacement disk installed",
"Replacement disk is too small",
@ -5495,6 +5494,7 @@
"reiserfs",
"Release Notes",
"Remove",
"Rename",
"Renew",
"Reset",
"Restart",
@ -8249,7 +8249,6 @@
"Registration Key Manager",
"reiserfsck status",
"Rename Pool",
"Rename",
"Repair corrupted blocks",
"Replacement disk installed",
"Replacement disk is too small",
@ -9496,6 +9495,7 @@
"reiserfs",
"Release Notes",
"Remove",
"Rename",
"Renew",
"Reset",
"Restart",

View File

@ -816,6 +816,7 @@ Registration=التسجيل
reiserfs=ريسير أف أس
Release Notes=ملاحظات الإصدار
Remove=إزالة
Rename=إعادة تسمية
Renew=تجديد
Reset=إعادة
Restart=إعادة التشغيل

View File

@ -816,6 +816,7 @@ Registration=Lizenz
reiserfs=reiserfs
Release Notes=Versionshinweise
Remove=Entfernen
Rename=Umbenennen
Renew=Aktualisieren
Reset=Zurücksetzen
Restart=neu Starten

View File

@ -813,6 +813,7 @@ Registration=
reiserfs=
Release Notes=
Remove=
Rename=
Renew=
Reset=
Restart=

View File

@ -816,6 +816,7 @@ Registration=Licencia
reiserfs=reiserfs
Release Notes=Notas de la Versión
Remove=Eliminar
Rename=Renombrar
Renew=Renovar
Reset=Restablecer
Restart=Reiniciar

View File

@ -816,6 +816,7 @@ Registration=Inscription
reiserfs=reiserfs
Release Notes=Notes de mise à jour
Remove=Supprimer
Rename=Renommer
Renew=Renouveler
Reset=Réinitialiser
Restart=Redémarrer

View File

@ -816,6 +816,7 @@ Registration=Registrazione
reiserfs=reiserfs
Release Notes=Note di Rilascio
Remove=Rimuovere
Rename=Rinomina
Renew=Rinominare
Reset=Reset
Restart=Riavvio

View File

@ -816,6 +816,7 @@ Registration=
reiserfs=
Release Notes=
Remove=
Rename=
Renew=
Reset=
Restart=

View File

@ -812,6 +812,7 @@ Registration=Registratie
reiserfs=reiserfs
Release Notes=Uitgavenotities
Remove=Verwijderen
Rename=Hernoemen
Renew=Hernieuwen
Reset=Herzetten
Restart=Herstarten

View File

@ -816,6 +816,7 @@ Registration=Registrering
reiserfs=reiserfs
Release Notes=Utgivelsesnotater
Remove=Fjern
Rename=Gi nytt navn
Renew=Forny
Reset=Tilbakestill
Restart=Restart

View File

@ -816,6 +816,7 @@ Registration=Licencja
reiserfs=reiserfs
Release Notes=Informacje o wydaniu
Remove=Usuń
Rename=Zmień nazwę
Renew=Odnów
Reset=Resetuj
Restart=Restartuj

View File

@ -816,6 +816,7 @@ Registration=Licença
reiserfs=reiserfs
Release Notes=Notas de Lançamento
Remove=Remover
Rename=Renomear
Renew=Renovar
Reset=Reset
Restart=Reiniciar

View File

@ -816,6 +816,7 @@ Registration=
reiserfs=
Release Notes=
Remove=
Rename=
Renew=
Reset=
Restart=

View File

@ -816,6 +816,7 @@ Registration=注册
reiserfs=reiserfs
Release Notes=发行说明
Remove=移除
Rename=重命名
Renew=续订
Reset=重置
Restart=重新启动

View File

@ -78506,9 +78506,10 @@
1627610597,
1630209798,
1632809012,
1635408199
1635408199,
1638003808
],
"LastUpdateScan": 1635408199,
"LastUpdateScan": 1638003808,
"FirstSeen": 1576775171
},
{
@ -78727,9 +78728,10 @@
1627610597,
1630209798,
1632809012,
1635408199
1635408199,
1638003808
],
"LastUpdateScan": 1635408199,
"LastUpdateScan": 1638003808,
"FirstSeen": 1576775171
},
{
@ -81148,9 +81150,10 @@
1627610597,
1630209799,
1632809013,
1635408199
1635408199,
1638003808
],
"LastUpdateScan": 1635408199,
"LastUpdateScan": 1638003808,
"FirstSeen": 1581548841
},
{
@ -82563,9 +82566,10 @@
1627610598,
1630209799,
1632809013,
1635408200
1635408200,
1638003809
],
"LastUpdateScan": 1635408200,
"LastUpdateScan": 1638003809,
"FirstSeen": 1576695956
},
{
@ -84302,9 +84306,10 @@
1627610598,
1630209800,
1632809013,
1635408200
1635408200,
1638003809
],
"LastUpdateScan": 1635408200,
"LastUpdateScan": 1638003809,
"FirstSeen": 1580483342
},
{
@ -84951,9 +84956,10 @@
1627610598,
1630209800,
1632809013,
1635408200
1635408200,
1638003809
],
"LastUpdateScan": 1635408200,
"LastUpdateScan": 1638003809,
"FirstSeen": 1580483342
},
{
@ -89887,9 +89893,10 @@
1627610598,
1630209800,
1632809014,
1635408200
1635408200,
1638003809
],
"LastUpdateScan": 1635408200,
"LastUpdateScan": 1638003809,
"FirstSeen": 1564913277
},
{
@ -97207,9 +97214,10 @@
1627610599,
1630209800,
1632809014,
1635408201
1635408201,
1638003810
],
"LastUpdateScan": 1635408201,
"LastUpdateScan": 1638003810,
"FirstSeen": 1579345657
},
{
@ -98631,9 +98639,10 @@
1627610599,
1630209801,
1632809014,
1635408201
1635408201,
1638003810
],
"LastUpdateScan": 1635408201,
"LastUpdateScan": 1638003810,
"FirstSeen": 1576962588
},
{
@ -99787,10 +99796,10 @@
"TemplateURL": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/radeontop.xml",
"Repository": "https://raw.githubusercontent.com/ich777/unraid-radeontop/master/radeontop.plg",
"Plugin": true,
"pluginVersion": "2021.09.13",
"pluginVersion": "2021.11.24",
"MinVer": "6.9.0",
"Overview": "This plugin adds the tool 'radeontop' to your unRAID server and also enables your AMD GPU from the installation of this plugin on, so no editis to the 'go' file or creation of other files are necessary (please not that this plugin only enables the 'amdgpu' Kernel module and not the 'radeon' Kernel module).\r\nTo see the usage of your GPU open up the unRAID Terminal and type in 'radeontop' (without quotes).\r\nThis plugin satisfies installation prerequisites of the GPU Statistics plugin from Community Apps. With both plugins installed you can display AMD GPU utilization on the unRAID Dashboard.",
"Date": 1631505600,
"Date": 1637730000,
"templatePath": "/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/radeontop.xml",
"CategoryList": [
"Productivity",
@ -101406,9 +101415,10 @@
1627610599,
1630209801,
1632809014,
1635408201
1635408201,
1638003810
],
"LastUpdateScan": 1635408201,
"LastUpdateScan": 1638003810,
"FirstSeen": 1570363768
},
{
@ -101876,9 +101886,10 @@
1627610600,
1630209801,
1632809015,
1635408201
1635408201,
1638003810
],
"LastUpdateScan": 1635408201,
"LastUpdateScan": 1638003810,
"FirstSeen": 1574003363
},
{
@ -102082,9 +102093,10 @@
1627610600,
1630209802,
1632809015,
1635408202
1635408202,
1638003811
],
"LastUpdateScan": 1635408202,
"LastUpdateScan": 1638003811,
"FirstSeen": 1571350044
},
{
@ -102474,9 +102486,10 @@
1627610600,
1630209802,
1632809015,
1635408202
1635408202,
1638003811
],
"LastUpdateScan": 1635408202,
"LastUpdateScan": 1638003811,
"FirstSeen": 1570572337
},
{
@ -103310,9 +103323,10 @@
1627610601,
1630209802,
1632809015,
1635408202
1635408202,
1638003811
],
"LastUpdateScan": 1635408202,
"LastUpdateScan": 1638003811,
"FirstSeen": 1577056167
},
{
@ -103544,9 +103558,10 @@
1627610601,
1630209803,
1632809016,
1635408202
1635408202,
1638003811
],
"LastUpdateScan": 1635408202,
"LastUpdateScan": 1638003811,
"FirstSeen": 1570637117
},
{
@ -106221,9 +106236,10 @@
1627610601,
1630209803,
1632809016,
1635408203
1635408203,
1638003812
],
"LastUpdateScan": 1635408203,
"LastUpdateScan": 1638003812,
"FirstSeen": 1570363768
},
{
@ -132663,8 +132679,8 @@
"Backup",
"Tools-Utilities"
],
"downloads": 24784,
"trending": 7.807,
"downloads": 27006,
"trending": 8.228,
"trends": [
10.675,
11.166,
@ -132674,7 +132690,8 @@
7.22,
7.292,
7.808,
7.807
7.807,
8.228
],
"trendsDate": [
1614618160,
@ -132685,7 +132702,8 @@
1627610602,
1630209803,
1632809016,
1635408203
1635408203,
1638003812
],
"downloadtrend": [
10937,
@ -132697,11 +132715,12 @@
19529,
21065,
22849,
24784
24784,
27006
],
"LastUpdateScan": 1635408203,
"LastUpdateScan": 1638003812,
"FirstSeen": 1575644745,
"topTrending": -2.8680000000000003
"topTrending": -2.447000000000001
},
{
"Name": "Artifactory-OSS",