This commit is contained in:
Andrew Z 2024-05-21 06:07:03 -04:00
parent 75ae3df826
commit d4461defab
7 changed files with 241 additions and 103 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1716278866
"last_updated_timestamp": 1716286021
}

View File

@ -100,17 +100,15 @@
{
"Name": "monocker",
"Repository": "petersem/monocker",
"Registry": "https://hub.docker.com/r/petersem/monocker",
"Registry": "https://registry.hub.docker.com/r/petersem/monocker",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/165085-support-monocker/",
"Project": "https://github.com/petersem/monocker",
"Overview": "Monitors Docker (MONitors dOCKER) containers and alerts on 'state' change.\r\n\r\n # Optional server name for alerts\r\n SERVER_LABEL: Prod\r\n\r\n # Specify the messaging platform and details, or leave blank if only wanting container logs (pick one only)\r\n MESSAGE_PLATFORM: telegram@your_bot_id@your_chat_id\r\n MESSAGE_PLATFORM: pushbullet@your_api_key@your_device_id\r\n MESSAGE_PLATFORM: pushover@your_user_key@your_app_api_token\r\n MESSAGE_PLATFORM: discord@webhook_url\r\n \r\n # Optional - includes or excludes specified containers - default behaviour is false\r\n LABEL_ENABLE: 'false'\r\n \r\n # Optional - only show when container state changes to being offline (paused, exited, running (unhealthy), or dead) - default is false\r\n ONLY_OFFLINE_STATES: 'false'\r\n \r\n # [Optional] - Regardless of any other settings, you can ignore or include 'exited'. (So it won't alert if you manually stop a container)\r\n EXCLUDE_EXITED: 'false' \r\n\r\n # [Optional] - Set the poll period in seconds. Defaults to 10 seconds, which is also the minimum. \r\n PERIOD: 10\r\n \r\n # [Optional] - Supress startup messages from being sent. Default is false\r\n DISABLE_STARTUP_MSG: 'false'\r\n \r\n # [optional] - adds SHA ID for all container references. 'true' or 'false' (default)\r\n SHA: 'false'",
"Overview": "Monitors Docker (MONitors dOCKER) containers and alerts on 'state' change.\r\n\r\n # Optional server name for alerts\r\n SERVER_LABEL: 'Prod'\r\n # Optional avatar image URL to add to messages. Handy if you are running Monocker on different machines\r\n # -> ONLY supported by discord, slack & ntfy\r\n SERVER_AVATAR: 'https://content.invisioncic.com/u329766/monthly_2024_05/monocker.png.ba5ffdb390b627097d2a53645cf87350.png'\r\n\r\n # Specify the messaging platform and details, or leave blank if only wanting container logs (pick one only)\r\n MESSAGE_PLATFORM: 'telegram@your_bot_id@your_chat_id'\r\n # MESSAGE_PLATFORM: 'gotify@app_token'\r\n # MESSAGE_PLATFORM: 'pushbullet@your_api_key@your_device_id'\r\n # MESSAGE_PLATFORM: 'pushover@your_user_key@your_app_api_token'\r\n # MESSAGE_PLATFORM: 'discord@webhook_url'\r\n # MESSAGE_PLATFORM: 'ntfy@topic_title'\r\n # MESSAGE_PLATFORM: 'slack@bot_user_oauth_token@your_chat_id'\r\n # MESSAGE_PLATFORM: ''\r\n \r\n # Optional - includes or excludes specified containers - default behaviour is false\r\n LABEL_ENABLE: 'false'\r\n \r\n # Optional - only show when container state changes to being offline (paused, exited, running (unhealthy), or dead) - default is false\r\n ONLY_OFFLINE_STATES: 'false'\r\n \r\n # - Regardless of any other settings, you can ignore or include 'exited'. (So it won't alert if you manually stop a container)\r\n EXCLUDE_EXITED: 'false' \r\n\r\n # - Set the poll period in seconds. Defaults to 10 seconds, which is also the minimum. \r\n PERIOD: 10\r\n \r\n # - Supress startup messages from being sent. Default is false\r\n DISABLE_STARTUP_MSG: 'false'\r\n \r\n # - adds SHA ID for all container references. 'true' or 'false' (default)\r\n SHA: 'false'\r\n\r\n ## ADVANCED NTFY SETTINGS\r\n #CUSTOM_NTFY_SERVER: 'https://custom.ntfy.com' # use your own NTFY server\r\n #NTFY_USER: 'user' # use a username and password to login (on ntfy.sh or your own server. Option if you have your own server open)\r\n #NTFY_PASS: 'password'",
"TemplateURL": "https://raw.githubusercontent.com/petersem/unraid-templates/master/monocker/monocker.xml",
"Icon": "https://github.com/petersem/monocker/blob/master/android-chrome-512x512.png?raw=true",
"DonateText": "Please support future development",
"DonateLink": "https://www.paypal.com/paypalme/thanksmp",
"Config": [
{
"@attributes": {
@ -140,6 +138,34 @@
},
"value": "Unraid"
},
{
"@attributes": {
"Name": "Server Avatar",
"Target": "SERVER_AVATAR",
"Default": "https://content.invisioncic.com/u329766/monthly_2024_05/monocker.png.ba5ffdb390b627097d2a53645cf87350.png",
"Mode": "",
"Description": "Optional avatar image URL to add to messages. Handy if you are running Monocker on different machines (ONLY supported by discord, slack & ntfy)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "https://content.invisioncic.com/u329766/monthly_2024_05/monocker.png.ba5ffdb390b627097d2a53645cf87350.png"
},
{
"@attributes": {
"Name": "[Optional] Docker socket address",
"Target": "DOCKER_HOST",
"Default": "",
"Mode": "",
"Description": "[Optional] - Set this value to a docker socket URL, if you want to connect to docker this way. Leave it blank or omit it otherwise. e.g tcp://n.n.n.n:2375",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Message platform",
@ -237,6 +263,48 @@
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Custom NTFY server",
"Target": "CUSTOM_NTFY_SERVER",
"Default": "",
"Mode": "",
"Description": "Use this if you self-host a NTFY server.\r\ne.g. https://ntfy.yourdomain.com",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "NTFY userid",
"Target": "NTFY_USER",
"Default": "",
"Mode": "",
"Description": "If you need to authenticate to the official NTFY site or a self-hosted site",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Password for NTFY authentication",
"Target": "NTFY_PASS",
"Default": "",
"Mode": "",
"Description": "Password for NTFY authentication",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
}
],
"Repo": "petersem's Repository",
@ -107299,7 +107367,7 @@
"TemplateURL": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/LXC.xml",
"Repository": "https://raw.githubusercontent.com/ich777/unraid-lxc-plugin/master/lxc.plg",
"Plugin": true,
"pluginVersion": "2024.05.16",
"pluginVersion": "2024.05.21",
"MinVer": "6.10.0",
"Overview": "LXC is a well-known Linux container runtime that consists of tools, templates, and library and language bindings. It's pretty low level, very flexible and covers just about every containment feature supported by the upstream kernel.\n \nATTENTION: This plugin is currently in development and currently meant for advanced users only, please visit the support thread first! Not all features/distributions are supported currently!",
"templatePath": "/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/LXC.xml",
@ -188282,7 +188350,6 @@
],
"downloads": 210649,
"stars": 13,
"LastUpdate": 1716135009,
"trending": 19.024,
"trends": [
17.093,
@ -188312,6 +188379,7 @@
210649
],
"LastUpdateScan": 1716278864,
"LastUpdate": 1716135009,
"FirstSeen": 1685073861,
"topTrending": 1.931000000000001,
"topPerforming": 19.024
@ -287490,8 +287558,8 @@
],
"downloads": 1936,
"stars": 1,
"LastUpdate": 1709178608,
"LastUpdateScan": 1716278864,
"LastUpdate": 1709178608,
"FirstSeen": 1685052280
},
{
@ -289851,7 +289919,6 @@
],
"downloads": 346059,
"stars": 9,
"LastUpdate": 1715720411,
"trending": 1.739,
"trends": [
3.234,
@ -289881,6 +289948,7 @@
346059
],
"LastUpdateScan": 1716278864,
"LastUpdate": 1715720411,
"FirstSeen": 1690301125,
"topTrending": -1.4949999999999999,
"topPerforming": 1.739
@ -292936,7 +293004,6 @@
],
"downloads": 170826,
"stars": 20,
"LastUpdate": 1716263483,
"trending": 32.098,
"trends": [
32.098
@ -292949,6 +293016,7 @@
170826
],
"LastUpdateScan": 1716278865,
"LastUpdate": 1716263483,
"FirstSeen": 1713679581
},
{
@ -317981,7 +318049,6 @@
],
"downloads": 2164756,
"stars": 61,
"LastUpdate": 1714357368,
"trending": 0.798,
"trends": [
0.691,
@ -318003,6 +318070,7 @@
2164756
],
"LastUpdateScan": 1716278865,
"LastUpdate": 1714357368,
"FirstSeen": 1705886629,
"topTrending": 0.1070000000000001
},
@ -318221,7 +318289,6 @@
],
"downloads": 13458229,
"stars": 23,
"LastUpdate": 1715723822,
"trending": 0.176,
"trends": [
0.161,
@ -318243,6 +318310,7 @@
13458229
],
"LastUpdateScan": 1716278865,
"LastUpdate": 1715723822,
"FirstSeen": 1705886630,
"topTrending": 0.014999999999999986
},
@ -318686,8 +318754,8 @@
"Tools-Utilities"
],
"downloads": 115,
"LastUpdate": 1715720159,
"LastUpdateScan": 1716278865,
"LastUpdate": 1715720159,
"FirstSeen": 1705886630
},
{

View File

@ -1,7 +1,7 @@
{
"apps": 2260,
"last_updated_timestamp": 1716278866,
"last_updated": "2024-05-21 04:07",
"last_updated_timestamp": 1716286021,
"last_updated": "2024-05-21 06:07",
"categories": [
{
"Cat": "AI:",
@ -266,17 +266,15 @@
{
"Name": "monocker",
"Repository": "petersem/monocker",
"Registry": "https://hub.docker.com/r/petersem/monocker",
"Registry": "https://registry.hub.docker.com/r/petersem/monocker",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/165085-support-monocker/",
"Project": "https://github.com/petersem/monocker",
"Overview": "Monitors Docker (MONitors dOCKER) containers and alerts on 'state' change.\r\n\r\n # Optional server name for alerts\r\n SERVER_LABEL: Prod\r\n\r\n # Specify the messaging platform and details, or leave blank if only wanting container logs (pick one only)\r\n MESSAGE_PLATFORM: telegram@your_bot_id@your_chat_id\r\n MESSAGE_PLATFORM: pushbullet@your_api_key@your_device_id\r\n MESSAGE_PLATFORM: pushover@your_user_key@your_app_api_token\r\n MESSAGE_PLATFORM: discord@webhook_url\r\n \r\n # Optional - includes or excludes specified containers - default behaviour is false\r\n LABEL_ENABLE: 'false'\r\n \r\n # Optional - only show when container state changes to being offline (paused, exited, running (unhealthy), or dead) - default is false\r\n ONLY_OFFLINE_STATES: 'false'\r\n \r\n # [Optional] - Regardless of any other settings, you can ignore or include 'exited'. (So it won't alert if you manually stop a container)\r\n EXCLUDE_EXITED: 'false' \r\n\r\n # [Optional] - Set the poll period in seconds. Defaults to 10 seconds, which is also the minimum. \r\n PERIOD: 10\r\n \r\n # [Optional] - Supress startup messages from being sent. Default is false\r\n DISABLE_STARTUP_MSG: 'false'\r\n \r\n # [optional] - adds SHA ID for all container references. 'true' or 'false' (default)\r\n SHA: 'false'",
"Overview": "Monitors Docker (MONitors dOCKER) containers and alerts on 'state' change.\r\n\r\n # Optional server name for alerts\r\n SERVER_LABEL: 'Prod'\r\n # Optional avatar image URL to add to messages. Handy if you are running Monocker on different machines\r\n # -> ONLY supported by discord, slack & ntfy\r\n SERVER_AVATAR: 'https://content.invisioncic.com/u329766/monthly_2024_05/monocker.png.ba5ffdb390b627097d2a53645cf87350.png'\r\n\r\n # Specify the messaging platform and details, or leave blank if only wanting container logs (pick one only)\r\n MESSAGE_PLATFORM: 'telegram@your_bot_id@your_chat_id'\r\n # MESSAGE_PLATFORM: 'gotify@app_token'\r\n # MESSAGE_PLATFORM: 'pushbullet@your_api_key@your_device_id'\r\n # MESSAGE_PLATFORM: 'pushover@your_user_key@your_app_api_token'\r\n # MESSAGE_PLATFORM: 'discord@webhook_url'\r\n # MESSAGE_PLATFORM: 'ntfy@topic_title'\r\n # MESSAGE_PLATFORM: 'slack@bot_user_oauth_token@your_chat_id'\r\n # MESSAGE_PLATFORM: ''\r\n \r\n # Optional - includes or excludes specified containers - default behaviour is false\r\n LABEL_ENABLE: 'false'\r\n \r\n # Optional - only show when container state changes to being offline (paused, exited, running (unhealthy), or dead) - default is false\r\n ONLY_OFFLINE_STATES: 'false'\r\n \r\n # - Regardless of any other settings, you can ignore or include 'exited'. (So it won't alert if you manually stop a container)\r\n EXCLUDE_EXITED: 'false' \r\n\r\n # - Set the poll period in seconds. Defaults to 10 seconds, which is also the minimum. \r\n PERIOD: 10\r\n \r\n # - Supress startup messages from being sent. Default is false\r\n DISABLE_STARTUP_MSG: 'false'\r\n \r\n # - adds SHA ID for all container references. 'true' or 'false' (default)\r\n SHA: 'false'\r\n\r\n ## ADVANCED NTFY SETTINGS\r\n #CUSTOM_NTFY_SERVER: 'https://custom.ntfy.com' # use your own NTFY server\r\n #NTFY_USER: 'user' # use a username and password to login (on ntfy.sh or your own server. Option if you have your own server open)\r\n #NTFY_PASS: 'password'",
"TemplateURL": "https://raw.githubusercontent.com/petersem/unraid-templates/master/monocker/monocker.xml",
"Icon": "https://github.com/petersem/monocker/blob/master/android-chrome-512x512.png?raw=true",
"DonateText": "Please support future development",
"DonateLink": "https://www.paypal.com/paypalme/thanksmp",
"Config": [
{
"@attributes": {
@ -306,6 +304,34 @@
},
"value": "Unraid"
},
{
"@attributes": {
"Name": "Server Avatar",
"Target": "SERVER_AVATAR",
"Default": "https://content.invisioncic.com/u329766/monthly_2024_05/monocker.png.ba5ffdb390b627097d2a53645cf87350.png",
"Mode": "",
"Description": "Optional avatar image URL to add to messages. Handy if you are running Monocker on different machines (ONLY supported by discord, slack & ntfy)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "https://content.invisioncic.com/u329766/monthly_2024_05/monocker.png.ba5ffdb390b627097d2a53645cf87350.png"
},
{
"@attributes": {
"Name": "[Optional] Docker socket address",
"Target": "DOCKER_HOST",
"Default": "",
"Mode": "",
"Description": "[Optional] - Set this value to a docker socket URL, if you want to connect to docker this way. Leave it blank or omit it otherwise. e.g tcp://n.n.n.n:2375",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Message platform",
@ -403,6 +429,48 @@
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Custom NTFY server",
"Target": "CUSTOM_NTFY_SERVER",
"Default": "",
"Mode": "",
"Description": "Use this if you self-host a NTFY server.\r\ne.g. https://ntfy.yourdomain.com",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "NTFY userid",
"Target": "NTFY_USER",
"Default": "",
"Mode": "",
"Description": "If you need to authenticate to the official NTFY site or a self-hosted site",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Password for NTFY authentication",
"Target": "NTFY_PASS",
"Default": "",
"Mode": "",
"Description": "Password for NTFY authentication",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
}
],
"Repo": "petersem's Repository",
@ -107465,7 +107533,7 @@
"TemplateURL": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/LXC.xml",
"Repository": "https://raw.githubusercontent.com/ich777/unraid-lxc-plugin/master/lxc.plg",
"Plugin": true,
"pluginVersion": "2024.05.16",
"pluginVersion": "2024.05.21",
"MinVer": "6.10.0",
"Overview": "LXC is a well-known Linux container runtime that consists of tools, templates, and library and language bindings. It's pretty low level, very flexible and covers just about every containment feature supported by the upstream kernel.\n \nATTENTION: This plugin is currently in development and currently meant for advanced users only, please visit the support thread first! Not all features/distributions are supported currently!",
"templatePath": "/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/LXC.xml",
@ -188448,7 +188516,6 @@
],
"downloads": 210649,
"stars": 13,
"LastUpdate": 1716135009,
"trending": 19.024,
"trends": [
17.093,
@ -188478,6 +188545,7 @@
210649
],
"LastUpdateScan": 1716278864,
"LastUpdate": 1716135009,
"FirstSeen": 1685073861,
"topTrending": 1.931000000000001,
"topPerforming": 19.024
@ -287656,8 +287724,8 @@
],
"downloads": 1936,
"stars": 1,
"LastUpdate": 1709178608,
"LastUpdateScan": 1716278864,
"LastUpdate": 1709178608,
"FirstSeen": 1685052280
},
{
@ -290017,7 +290085,6 @@
],
"downloads": 346059,
"stars": 9,
"LastUpdate": 1715720411,
"trending": 1.739,
"trends": [
3.234,
@ -290047,6 +290114,7 @@
346059
],
"LastUpdateScan": 1716278864,
"LastUpdate": 1715720411,
"FirstSeen": 1690301125,
"topTrending": -1.4949999999999999,
"topPerforming": 1.739
@ -293102,7 +293170,6 @@
],
"downloads": 170826,
"stars": 20,
"LastUpdate": 1716263483,
"trending": 32.098,
"trends": [
32.098
@ -293115,6 +293182,7 @@
170826
],
"LastUpdateScan": 1716278865,
"LastUpdate": 1716263483,
"FirstSeen": 1713679581
},
{
@ -318147,7 +318215,6 @@
],
"downloads": 2164756,
"stars": 61,
"LastUpdate": 1714357368,
"trending": 0.798,
"trends": [
0.691,
@ -318169,6 +318236,7 @@
2164756
],
"LastUpdateScan": 1716278865,
"LastUpdate": 1714357368,
"FirstSeen": 1705886629,
"topTrending": 0.1070000000000001
},
@ -318387,7 +318455,6 @@
],
"downloads": 13458229,
"stars": 23,
"LastUpdate": 1715723822,
"trending": 0.176,
"trends": [
0.161,
@ -318409,6 +318476,7 @@
13458229
],
"LastUpdateScan": 1716278865,
"LastUpdate": 1715723822,
"FirstSeen": 1705886630,
"topTrending": 0.014999999999999986
},
@ -318852,8 +318920,8 @@
"Tools-Utilities"
],
"downloads": 115,
"LastUpdate": 1715720159,
"LastUpdateScan": 1716278865,
"LastUpdate": 1715720159,
"FirstSeen": 1705886630
},
{

20
log.txt
View File

@ -4130,26 +4130,6 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
Updating stats on containers
casbin/casdoor
casbin/casdoor:latest Downloads: 210649 Stars: 13 Base: unknown
zggis/plex-tvtime
zggis/plex-tvtime Downloads: 1936 Stars: 1 Base: unknown
matrixconduit/matrix-conduit
matrixconduit/matrix-conduit:latest Downloads: 346059 Stars: 9 Base: unknown
enricoros/big-agi
ghcr.io/enricoros/big-agi:latest Downloads: Stars: Base: unknown
localai/localai
localai/localai Downloads: 170826 Stars: 20 Base: unknown
imagegenius/jenkins
ghcr.io/imagegenius/jenkins Downloads: Stars: Base: unknown
cbcrowe/pihole-unbound
cbcrowe/pihole-unbound:latest Downloads: 2164756 Stars: 61 Base: unknown
phasecorex/red-discordbot
phasecorex/red-discordbot Downloads: 13458229 Stars: 23 Base: unknown
disbedan015/nadekobotv4
disbedan015/nadekobotv4 Downloads: 115 Stars: 0 Base: unknown
danny-avila/librechat-dev
ghcr.io/danny-avila/librechat-dev:latest Downloads: Stars: Base: unknown
Privileged: 105

View File

@ -188280,41 +188280,41 @@
"Productivity",
"Security"
],
"downloads": 170575,
"downloads": 210649,
"stars": 13,
"trending": 13.457,
"LastUpdate": 1716135009,
"trending": 19.024,
"trends": [
7.465,
17.093,
9.916,
9.959,
8.207,
11.968,
13.457
13.457,
19.024
],
"trendsDate": [
1698098749,
1700694351,
1703293590,
1705886629,
1708484758,
1711080365,
1713679575
1713679575,
1716278864
],
"downloadtrend": [
80218,
96757,
107408,
119288,
129953,
147620,
170575
170575,
210649
],
"LastUpdateScan": 1713679575,
"LastUpdate": 1713672654,
"LastUpdateScan": 1716278864,
"FirstSeen": 1685073861,
"topTrending": 5.992000000000001,
"topPerforming": 13.457
"topTrending": 1.931000000000001,
"topPerforming": 19.024
},
{
"Name": "crowdsec",
@ -287488,10 +287488,10 @@
"MediaServer-Video",
"MediaServer-Other"
],
"downloads": 1210,
"downloads": 1936,
"stars": 1,
"LastUpdateScan": 1713679576,
"LastUpdate": 1709178608,
"LastUpdateScan": 1716278864,
"FirstSeen": 1685052280
},
{
@ -289849,41 +289849,41 @@
"CategoryList": [
"Productivity"
],
"downloads": 340040,
"stars": 8,
"trending": 1.763,
"downloads": 346059,
"stars": 9,
"LastUpdate": 1715720411,
"trending": 1.739,
"trends": [
1.906,
3.234,
2.127,
1.756,
1.476,
1.596,
1.763
1.763,
1.739
],
"trendsDate": [
1698098750,
1700694352,
1703293590,
1705886629,
1708484759,
1711080365,
1713679576
1713679576,
1716278864
],
"downloadtrend": [
301338,
311410,
318177,
323863,
328715,
334045,
340040
340040,
346059
],
"LastUpdateScan": 1713679576,
"LastUpdate": 1713648869,
"LastUpdateScan": 1716278864,
"FirstSeen": 1690301125,
"topTrending": -0.14300000000000002,
"topPerforming": 1.763
"topTrending": -1.4949999999999999,
"topPerforming": 1.739
},
{
"Name": "NetBird-Client",
@ -292251,7 +292251,7 @@
"Productivity",
"Tools-Utilities"
],
"LastUpdateScan": 1713679576,
"LastUpdateScan": 1716278864,
"FirstSeen": 1713679576
},
{
@ -292934,10 +292934,21 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 115995,
"stars": 15,
"LastUpdateScan": 1713679581,
"LastUpdate": 1713678348,
"downloads": 170826,
"stars": 20,
"LastUpdate": 1716263483,
"trending": 32.098,
"trends": [
32.098
],
"trendsDate": [
1716278865
],
"downloadtrend": [
115995,
170826
],
"LastUpdateScan": 1716278865,
"FirstSeen": 1713679581
},
{
@ -295157,7 +295168,7 @@
"CategoryList": [
"Other"
],
"LastUpdateScan": 1713679586,
"LastUpdateScan": 1716278865,
"FirstSeen": 1679889874
},
{
@ -317968,29 +317979,32 @@
"Security",
"Network-DNS"
],
"downloads": 2147482,
"stars": 60,
"trending": 0.643,
"downloads": 2164756,
"stars": 61,
"LastUpdate": 1714357368,
"trending": 0.798,
"trends": [
0.691,
0.888,
0.643
0.643,
0.798
],
"trendsDate": [
1708484759,
1711080365,
1713679587
1713679587,
1716278865
],
"downloadtrend": [
2100105,
2114727,
2133678,
2147482
2147482,
2164756
],
"LastUpdateScan": 1713679587,
"LastUpdate": 1710009413,
"LastUpdateScan": 1716278865,
"FirstSeen": 1705886629,
"topTrending": -0.04799999999999993
"topTrending": 0.1070000000000001
},
{
"Name": "pihole-unbound-daily",
@ -318205,29 +318219,32 @@
"MediaApp-Music",
"MediaApp-Other"
],
"downloads": 13434524,
"downloads": 13458229,
"stars": 23,
"trending": 0.186,
"LastUpdate": 1715723822,
"trending": 0.176,
"trends": [
0.161,
0.172,
0.186
0.186,
0.176
],
"trendsDate": [
1708484759,
1711080366,
1713679587
1713679587,
1716278865
],
"downloadtrend": [
13364874,
13386477,
13409597,
13434524
13434524,
13458229
],
"LastUpdateScan": 1713679587,
"LastUpdate": 1712786257,
"LastUpdateScan": 1716278865,
"FirstSeen": 1705886630,
"topTrending": 0.024999999999999994
"topTrending": 0.014999999999999986
},
{
"Name": "nadekobotv4",
@ -318668,9 +318685,9 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 79,
"LastUpdateScan": 1713679587,
"LastUpdate": 1713390525,
"downloads": 115,
"LastUpdate": 1715720159,
"LastUpdateScan": 1716278865,
"FirstSeen": 1705886630
},
{
@ -319394,7 +319411,7 @@
"AI",
"Tools-Utilities"
],
"LastUpdateScan": 1713679587,
"LastUpdateScan": 1716278865,
"FirstSeen": 1705886630
},
{

View File

@ -392,7 +392,7 @@
"min": "6.10.3"
},
"https://github.com/ich777/unraid-lxc-plugin/raw/master/lxc.plg": {
"version": "2024.05.16",
"version": "2024.05.21",
"min": "6.10.0"
},
"https://raw.githubusercontent.com/ich777/unraid-mft-tools/master/mft-tools.plg": {

View File

@ -1,6 +1,11 @@
{
"caFixed": 484,
"caFixed": 485,
"fixedTemplates": {
"petersem's Repository": {
"petersem/monocker": [
"No Registry entry set. Created from Repository setting - This may not be the correct value"
]
},
"ntebis' Repository": {
"ntebis/octoeverywhere_bambulab": [
"No Icon specified within the application template"