This commit is contained in:
Andrew Z 2024-05-05 12:05:59 -04:00
parent 362f3df507
commit d2904074d0
7 changed files with 110 additions and 13 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1714917962
"last_updated_timestamp": 1714925157
}

View File

@ -366,8 +366,8 @@
],
"downloads": 1298869,
"stars": 17,
"LastUpdate": 1672941501,
"LastUpdateScan": 1714917957,
"LastUpdate": 1672941501,
"FirstSeen": 1714917957
},
{
@ -632,6 +632,7 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1714925157,
"FirstSeen": 1712325975
},
{
@ -305336,7 +305337,7 @@
"TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/nut.xml",
"Repository": "https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-dw.plg",
"ChangeLogPresent": true,
"pluginVersion": "2024.04.03",
"pluginVersion": "2024.05.05",
"Overview": "A refactored, modernized version of the original NUT plugin with a focus on frequent updates. This alternative version has improved usability through precise documentation, offering various NUT backends to choose from, and following the latest developments of the NUT master branch more closely. It strives to maximize both your UPS performance and compatibility, while also aiming to provide useful new features with the same amount of stability as in earlier versions.",
"templatePath": "/tmp/GitHub/AppFeed/templates/RyszsRepository/nut.xml",
"CategoryList": [

View File

@ -1,7 +1,7 @@
{
"apps": 2234,
"last_updated_timestamp": 1714917962,
"last_updated": "2024-05-05 10:06",
"last_updated_timestamp": 1714925157,
"last_updated": "2024-05-05 12:05",
"categories": [
{
"Cat": "AI:",
@ -532,8 +532,8 @@
],
"downloads": 1298869,
"stars": 17,
"LastUpdate": 1672941501,
"LastUpdateScan": 1714917957,
"LastUpdate": 1672941501,
"FirstSeen": 1714917957
},
{
@ -798,6 +798,7 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1714925157,
"FirstSeen": 1712325975
},
{
@ -305502,7 +305503,7 @@
"TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/nut.xml",
"Repository": "https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-dw.plg",
"ChangeLogPresent": true,
"pluginVersion": "2024.04.03",
"pluginVersion": "2024.05.05",
"Overview": "A refactored, modernized version of the original NUT plugin with a focus on frequent updates. This alternative version has improved usability through precise documentation, offering various NUT backends to choose from, and following the latest developments of the NUT master branch more closely. It strives to maximize both your UPS performance and compatibility, while also aiming to provide useful new features with the same amount of stability as in earlier versions.",
"templatePath": "/tmp/GitHub/AppFeed/templates/RyszsRepository/nut.xml",
"CategoryList": [

View File

@ -4091,9 +4091,6 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
Updating stats on containers
mumblevoip/mumble-server
mumblevoip/mumble-server:latest Downloads: 1298869 Stars: 17 Base: unknown
Pulling mumblevoip/mumble-server:latest
Privileged: 104

View File

@ -274,6 +274,102 @@
"LastUpdateScan": 1713261967,
"FirstSeen": 1713261967
},
{
"Name": "mumble-server",
"Repository": "mumblevoip/mumble-server:latest",
"Registry": "https://github.com/mumble-voip/mumble-docker",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Project": "https://www.mumble.info/",
"Overview": "Mumble is a free, open source, low latency, high quality voice chat application.\r\n\r\nInstallation: You need to make sure that Mumble has access rights to the configured /data folder. (Change Permissio with Unraid File Manager)\r\n\r\nCreate a config.ini file in the /data path and cofigure to your desire: https://wiki.mumble.info/wiki/Murmur.ini\r\n\r\nMinimum Needed Config: \r\n\r\n# Path to database. If blank, will search for\r\n# murmur.sqlite in default locations or create it if not found.\r\ndatabase=/data/murmur.sqlite\r\n\r\nwelcometext=\"HELLO\"\r\n\r\nserverpassword=YOURPASSWORD\r\nbonjour=false\r\n\r\nregisterName=YOUR_SERVER_NAME",
"TemplateURL": "https://raw.githubusercontent.com/Richy1989/unraid-templates/master/mumble_server/mumble_server.xml",
"Icon": "https://raw.githubusercontent.com/Richy1989/unraid-icons/main/icons/mumble.png",
"Config": [
{
"@attributes": {
"Name": "Port TCP",
"Target": "64738",
"Default": "64738",
"Mode": "tcp",
"Description": "64738 TCP",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "64700"
},
{
"@attributes": {
"Name": "Port UDP",
"Target": "64738",
"Default": "64738",
"Mode": "udp",
"Description": "64738 UDP",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "64700"
},
{
"@attributes": {
"Name": "Appdata",
"Target": "/data",
"Default": "/mnt/user/appdata/mumble/",
"Mode": "rw",
"Description": "Appdata",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/mumble_new"
},
{
"@attributes": {
"Name": "MUMBLE_SUPERUSER_PASSWORD",
"Target": "MUMBLE_SUPERUSER_PASSWORD",
"Default": "Password",
"Mode": "",
"Description": "MUMBLE_SUPERUSER_PASSWORD",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "MUMBLE_CUSTOM_CONFIG_FILE",
"Target": "MUMBLE_CUSTOM_CONFIG_FILE",
"Default": "",
"Mode": "",
"Description": "The config file path",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/data/config.ini"
}
],
"Repo": "Richy1989's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/Richy1989sRepository/mumble_server/mumble_server.xml",
"CategoryList": [
"Productivity",
"Network-Voip",
"Network-Messenger"
],
"downloads": 1298869,
"stars": 17,
"LastUpdate": 1672941501,
"LastUpdateScan": 1714917957,
"FirstSeen": 1714917957
},
{
"Name": "Matrix-Synapse-SlidingSync",
"Repository": "ghcr.io/matrix-org/sliding-sync:latest",
@ -135701,7 +135797,9 @@
"RepoShort": "Selfhosters",
"RecommendedRaw": "5/1/2024",
"RecommendedDate": 1714536000,
"RecommendedReason": null,
"RecommendedReason": {
"en_US": "Mealie is an intuitive and easy to use recipe management app. It's designed to make your life easier by being the best recipes management experience on the web and providing you with an easy to use interface to manage your growing collection of recipes."
},
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/mealiev1.xml",
"CategoryList": [
"Productivity"

View File

@ -672,7 +672,7 @@
"min": "6.10.0"
},
"https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-dw.plg": {
"version": "2024.04.03"
"version": "2024.05.05"
},
"https://raw.githubusercontent.com/desertwitch/LLDP-unRAID/main/plugin/ulldpd.plg": {
"version": "2024.04.15",

View File

@ -86959,7 +86959,7 @@
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1712325975,
"Time": 1714925157,
"trending": null,
"trends": null,
"downloadtrend": null,