This commit is contained in:
Andrew Z 2023-08-25 10:05:21 -04:00
parent b28f305478
commit ebb76cdd69
6 changed files with 222 additions and 239 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1692965095
"last_updated_timestamp": 1692972320
}

View File

@ -110959,6 +110959,7 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1692972319,
"FirstSeen": 1653991421
},
{
@ -127237,7 +127238,6 @@
],
"downloads": 18285447,
"stars": 92,
"LastUpdate": 1692781063,
"trending": 8.215,
"trends": [
4.23,
@ -127267,6 +127267,7 @@
18285447
],
"LastUpdateScan": 1692965095,
"LastUpdate": 1692781063,
"FirstSeen": 1635798126,
"topTrending": 3.9849999999999994,
"topPerforming": 8.215
@ -152530,7 +152531,7 @@
"Support": "https://hotio.dev/discord",
"Project": "https://hotio.dev/containers/plex",
"Icon": "https://hotio.dev/webhook-avatars/plex.png",
"Overview": "Plex Media Server docker image with support for Plex Claim, Plex Pass and fast updates.",
"Overview": "Plex Media Server docker image with support for Plex Claim token, Plex Beta installation and fast updates.",
"WebUI": "http://[IP]:[PORT:32400]/web",
"Network": "bridge",
"Config": [
@ -152578,11 +152579,11 @@
},
{
"@attributes": {
"Name": "PLEX_CLAIM",
"Target": "PLEX_CLAIM",
"Name": "PLEX_CLAIM_TOKEN",
"Target": "PLEX_CLAIM_TOKEN",
"Default": "",
"Mode": "",
"Description": "Container Variable: PLEX_CLAIM<br>Example: claim-xxxxxxxxxxxxxxxxxxxx<br>Visit plex.tv/claim in your browser to get your claim code.",
"Description": "Container Variable: PLEX_CLAIM_TOKEN<br>Example: claim-xxxxxxxxxxxxxxxxxxxx<br>Visit plex.tv/claim in your browser to get your claim code.",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
@ -152592,11 +152593,11 @@
},
{
"@attributes": {
"Name": "ADVERTISE_IP",
"Target": "ADVERTISE_IP",
"Name": "PLEX_ADVERTISE_URL",
"Target": "PLEX_ADVERTISE_URL",
"Default": "",
"Mode": "",
"Description": "Container Variable: ADVERTISE_IP",
"Description": "Container Variable: PLEX_ADVERTISE_URL",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
@ -152606,11 +152607,11 @@
},
{
"@attributes": {
"Name": "ALLOWED_NETWORKS",
"Target": "ALLOWED_NETWORKS",
"Name": "PLEX_NO_AUTH_NETWORKS",
"Target": "PLEX_NO_AUTH_NETWORKS",
"Default": "",
"Mode": "",
"Description": "Container Variable: ALLOWED_NETWORKS",
"Description": "Container Variable: PLEX_NO_AUTH_NETWORKS",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
@ -152620,11 +152621,11 @@
},
{
"@attributes": {
"Name": "PLEX_PASS",
"Target": "PLEX_PASS",
"Name": "PLEX_BETA_INSTALL",
"Target": "PLEX_BETA_INSTALL",
"Default": "no|yes",
"Mode": "",
"Description": "Container Variable: PLEX_PASS",
"Description": "Container Variable: PLEX_BETA_INSTALL",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
@ -199041,41 +199042,41 @@
"Security",
"Network-Management"
],
"downloads": 889046,
"stars": 71,
"trending": 0.168,
"downloads": 891146,
"stars": 75,
"LastUpdate": 1692960044,
"trending": 0.236,
"trends": [
0.226,
0.402,
0.823,
0.39,
0.665,
0.277,
0.168
0.168,
0.236
],
"trendsDate": [
1674781461,
1677380651,
1679976272,
1682575467,
1685174660,
1687773881,
1690373097
1690373097,
1692972319
],
"downloadtrend": [
865080,
868573,
875780,
879212,
885096,
887555,
889046
889046,
891146
],
"LastUpdateScan": 1690373097,
"LastUpdate": 1689838176,
"LastUpdateScan": 1692972319,
"FirstSeen": 1666987428,
"topTrending": -0.057999999999999996,
"topPerforming": 0.168
"topTrending": -0.16600000000000004,
"topPerforming": 0.236
},
{
"Plugin": true,
@ -239896,41 +239897,41 @@
"MediaServer-Music",
"MediaServer-Photos"
],
"downloads": 223577823,
"stars": 975,
"trending": 0.617,
"downloads": 225060540,
"stars": 998,
"LastUpdate": 1691452785,
"trending": 0.659,
"trends": [
0.42,
0.439,
0.451,
0.444,
0.461,
0.295,
0.617
0.617,
0.659
],
"trendsDate": [
1674781461,
1677380651,
1679976272,
1682575467,
1685174660,
1687773882,
1690373097
1690373097,
1692972319
],
"downloadtrend": [
217592868,
218552830,
219543445,
220522994,
221544523,
222199402,
223577823
223577823,
225060540
],
"LastUpdateScan": 1690373097,
"LastUpdate": 1689959030,
"LastUpdateScan": 1692972319,
"FirstSeen": 1567642087,
"topTrending": 0.197,
"topPerforming": 0.617
"topTrending": 0.22000000000000003,
"topPerforming": 0.659
},
{
"Name": "Jirafeau",
@ -252772,7 +252773,7 @@
"CategoryList": [
"Tools-Utilities"
],
"LastUpdateScan": 1690373097,
"LastUpdateScan": 1692972320,
"FirstSeen": 1659189808
},
{
@ -268436,10 +268437,10 @@
"Backup",
"Tools-Utilities"
],
"downloads": 3478,
"downloads": 3697,
"stars": 6,
"LastUpdateScan": 1690373098,
"LastUpdate": 1687611105,
"LastUpdate": 1691564166,
"LastUpdateScan": 1692972320,
"FirstSeen": 1659189808
},
{

View File

@ -1,7 +1,7 @@
{
"apps": 2156,
"last_updated_timestamp": 1692965095,
"last_updated": "2023-08-25 08:04",
"last_updated_timestamp": 1692972320,
"last_updated": "2023-08-25 10:05",
"categories": [
{
"Cat": "Backup:",
@ -111121,6 +111121,7 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1692972319,
"FirstSeen": 1653991421
},
{
@ -127399,7 +127400,6 @@
],
"downloads": 18285447,
"stars": 92,
"LastUpdate": 1692781063,
"trending": 8.215,
"trends": [
4.23,
@ -127429,6 +127429,7 @@
18285447
],
"LastUpdateScan": 1692965095,
"LastUpdate": 1692781063,
"FirstSeen": 1635798126,
"topTrending": 3.9849999999999994,
"topPerforming": 8.215
@ -152692,7 +152693,7 @@
"Support": "https://hotio.dev/discord",
"Project": "https://hotio.dev/containers/plex",
"Icon": "https://hotio.dev/webhook-avatars/plex.png",
"Overview": "Plex Media Server docker image with support for Plex Claim, Plex Pass and fast updates.",
"Overview": "Plex Media Server docker image with support for Plex Claim token, Plex Beta installation and fast updates.",
"WebUI": "http://[IP]:[PORT:32400]/web",
"Network": "bridge",
"Config": [
@ -152740,11 +152741,11 @@
},
{
"@attributes": {
"Name": "PLEX_CLAIM",
"Target": "PLEX_CLAIM",
"Name": "PLEX_CLAIM_TOKEN",
"Target": "PLEX_CLAIM_TOKEN",
"Default": "",
"Mode": "",
"Description": "Container Variable: PLEX_CLAIM<br>Example: claim-xxxxxxxxxxxxxxxxxxxx<br>Visit plex.tv/claim in your browser to get your claim code.",
"Description": "Container Variable: PLEX_CLAIM_TOKEN<br>Example: claim-xxxxxxxxxxxxxxxxxxxx<br>Visit plex.tv/claim in your browser to get your claim code.",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
@ -152754,11 +152755,11 @@
},
{
"@attributes": {
"Name": "ADVERTISE_IP",
"Target": "ADVERTISE_IP",
"Name": "PLEX_ADVERTISE_URL",
"Target": "PLEX_ADVERTISE_URL",
"Default": "",
"Mode": "",
"Description": "Container Variable: ADVERTISE_IP",
"Description": "Container Variable: PLEX_ADVERTISE_URL",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
@ -152768,11 +152769,11 @@
},
{
"@attributes": {
"Name": "ALLOWED_NETWORKS",
"Target": "ALLOWED_NETWORKS",
"Name": "PLEX_NO_AUTH_NETWORKS",
"Target": "PLEX_NO_AUTH_NETWORKS",
"Default": "",
"Mode": "",
"Description": "Container Variable: ALLOWED_NETWORKS",
"Description": "Container Variable: PLEX_NO_AUTH_NETWORKS",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
@ -152782,11 +152783,11 @@
},
{
"@attributes": {
"Name": "PLEX_PASS",
"Target": "PLEX_PASS",
"Name": "PLEX_BETA_INSTALL",
"Target": "PLEX_BETA_INSTALL",
"Default": "no|yes",
"Mode": "",
"Description": "Container Variable: PLEX_PASS",
"Description": "Container Variable: PLEX_BETA_INSTALL",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
@ -199203,41 +199204,41 @@
"Security",
"Network-Management"
],
"downloads": 889046,
"stars": 71,
"trending": 0.168,
"downloads": 891146,
"stars": 75,
"LastUpdate": 1692960044,
"trending": 0.236,
"trends": [
0.226,
0.402,
0.823,
0.39,
0.665,
0.277,
0.168
0.168,
0.236
],
"trendsDate": [
1674781461,
1677380651,
1679976272,
1682575467,
1685174660,
1687773881,
1690373097
1690373097,
1692972319
],
"downloadtrend": [
865080,
868573,
875780,
879212,
885096,
887555,
889046
889046,
891146
],
"LastUpdateScan": 1690373097,
"LastUpdate": 1689838176,
"LastUpdateScan": 1692972319,
"FirstSeen": 1666987428,
"topTrending": -0.057999999999999996,
"topPerforming": 0.168
"topTrending": -0.16600000000000004,
"topPerforming": 0.236
},
{
"Plugin": true,
@ -240058,41 +240059,41 @@
"MediaServer-Music",
"MediaServer-Photos"
],
"downloads": 223577823,
"stars": 975,
"trending": 0.617,
"downloads": 225060540,
"stars": 998,
"LastUpdate": 1691452785,
"trending": 0.659,
"trends": [
0.42,
0.439,
0.451,
0.444,
0.461,
0.295,
0.617
0.617,
0.659
],
"trendsDate": [
1674781461,
1677380651,
1679976272,
1682575467,
1685174660,
1687773882,
1690373097
1690373097,
1692972319
],
"downloadtrend": [
217592868,
218552830,
219543445,
220522994,
221544523,
222199402,
223577823
223577823,
225060540
],
"LastUpdateScan": 1690373097,
"LastUpdate": 1689959030,
"LastUpdateScan": 1692972319,
"FirstSeen": 1567642087,
"topTrending": 0.197,
"topPerforming": 0.617
"topTrending": 0.22000000000000003,
"topPerforming": 0.659
},
{
"Name": "Jirafeau",
@ -252934,7 +252935,7 @@
"CategoryList": [
"Tools-Utilities"
],
"LastUpdateScan": 1690373097,
"LastUpdateScan": 1692972320,
"FirstSeen": 1659189808
},
{
@ -268598,10 +268599,10 @@
"Backup",
"Tools-Utilities"
],
"downloads": 3478,
"downloads": 3697,
"stars": 6,
"LastUpdateScan": 1690373098,
"LastUpdate": 1687611105,
"LastUpdate": 1691564166,
"LastUpdateScan": 1692972320,
"FirstSeen": 1659189808
},
{

11
log.txt
View File

@ -3719,8 +3719,15 @@ Processing /tmp/appFeed/templates/muxelmannsRepository/template.xml...Success
Updating stats on containers
bitnami/openldap
bitnami/openldap Downloads: 18285447 Stars: 92 Base: unknown
ntop/ntopng
ntop/ntopng Downloads: 891146 Stars: 75 Base: unknown
jellyfin/jellyfin
jellyfin/jellyfin Downloads: 225060540 Stars: 998 Base: unknown
Tagged - Can't determine last update
whtsky/fulltextrssplz
ghcr.io/whtsky/fulltextrssplz:master Downloads: Stars: Base: unknown
kilrah/freefilesync-vnc
kilrah/freefilesync-vnc Downloads: 3697 Stars: 6 Base: unknown
Privileged: 103

File diff suppressed because it is too large Load Diff

View File

@ -22883,38 +22883,38 @@
},
"jellyfin/jellyfin": {
"Base": null,
"Downloads": 223577823,
"Stars": 975,
"Time": 1690373097,
"trending": 0.617,
"Downloads": 225060540,
"Stars": 998,
"Time": 1692972319,
"trending": 0.659,
"trends": [
0.42,
0.439,
0.451,
0.444,
0.461,
0.295,
0.617
0.617,
0.659
],
"downloadtrend": [
217592868,
218552830,
219543445,
220522994,
221544523,
222199402,
223577823
223577823,
225060540
],
"trendsDate": [
1674781461,
1677380651,
1679976272,
1682575467,
1685174660,
1687773882,
1690373097
1690373097,
1692972319
],
"LastUpdate": 1689959030
"LastUpdate": 1691452785
},
"zabbix/zabbix-agent:latest": {
"Base": null,
@ -65935,7 +65935,7 @@
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1690373097,
"Time": 1692972319,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -67869,7 +67869,7 @@
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1690373097,
"Time": 1692972320,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -67878,14 +67878,14 @@
},
"kilrah/freefilesync-vnc": {
"Base": null,
"Downloads": 3478,
"Downloads": 3697,
"Stars": 6,
"Time": 1690373098,
"Time": 1692972320,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1687611105
"LastUpdate": 1691564166
},
"elleflorio/svn-server": {
"Base": null,
@ -70376,38 +70376,38 @@
},
"ntop/ntopng": {
"Base": null,
"Downloads": 889046,
"Stars": 71,
"Time": 1690373097,
"trending": 0.168,
"Downloads": 891146,
"Stars": 75,
"Time": 1692972319,
"trending": 0.236,
"trends": [
0.226,
0.402,
0.823,
0.39,
0.665,
0.277,
0.168
0.168,
0.236
],
"downloadtrend": [
865080,
868573,
875780,
879212,
885096,
887555,
889046
889046,
891146
],
"trendsDate": [
1674781461,
1677380651,
1679976272,
1682575467,
1685174660,
1687773881,
1690373097
1690373097,
1692972319
],
"LastUpdate": 1689838176
"LastUpdate": 1692960044
},
"figro/leon-ai": {
"Base": null,