This commit is contained in:
Andrew Z 2024-04-18 18:06:13 -04:00
parent f6ed177020
commit f69a310d27
7 changed files with 116 additions and 110 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1713470772
"last_updated_timestamp": 1713477971
}

View File

@ -15065,7 +15065,6 @@
],
"downloads": 25487835,
"stars": 111,
"LastUpdate": 1701288041,
"trending": 0.045,
"trends": [
0.046,
@ -15095,6 +15094,7 @@
25487835
],
"LastUpdateScan": 1713470771,
"LastUpdate": 1701288041,
"FirstSeen": 1486789200,
"topTrending": -0.0010000000000000009,
"topPerforming": 0.045
@ -41707,7 +41707,6 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1713470771,
"FirstSeen": 1646959885
},
{
@ -46518,7 +46517,6 @@
"Downloaders"
],
"downloads": 96649,
"LastUpdate": 1466169655,
"trending": 0.115,
"trends": [
0.026,
@ -46548,6 +46546,7 @@
96649
],
"LastUpdateScan": 1713470771,
"LastUpdate": 1466169655,
"FirstSeen": 1,
"topTrending": 0.08900000000000001
},
@ -46995,7 +46994,6 @@
],
"downloads": 461053435,
"stars": 530,
"LastUpdate": 1713409414,
"trending": 0.947,
"trends": [
1.319,
@ -47025,6 +47023,7 @@
461053435
],
"LastUpdateScan": 1713470771,
"LastUpdate": 1713409414,
"FirstSeen": 1465185600,
"topTrending": -0.372,
"topPerforming": 0.947
@ -106959,7 +106958,6 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1713470771,
"FirstSeen": 1614726151
},
{
@ -221266,8 +221264,8 @@
"Crypto"
],
"downloads": 1205,
"LastUpdate": 1712846130,
"LastUpdateScan": 1713470772,
"LastUpdate": 1712846130,
"FirstSeen": 1638111820
},
{
@ -229459,13 +229457,14 @@
},
{
"Name": "Bacula-Server",
"Repository": "pwa666/bacula-server:11-sqlite3-latest",
"Repository": "pwa666/bacula-server:13-sqlite3-latest",
"Registry": "https://hub.docker.com/r/pwa666/bacula-server",
"Branch": [
{
"Tag": "11-postgresql-latest",
"TagDescription": "version 11 with postgreSQL connector",
"Tag": "15-postgresql-latest",
"TagDescription": "version 15 with postgreSQL connector",
"Requires": "PostgreSQL",
"WebUI": "http://[IP]:[PORT:9097]/",
"Config": [
{
"@attributes": {
@ -229596,8 +229595,8 @@
{
"@attributes": {
"Name": "Bacula WEB Port",
"Target": "9095",
"Default": "9095",
"Target": "9097",
"Default": "9097",
"Mode": "tcp",
"Description": "Bacula WEB Port",
"Type": "Port",
@ -229605,7 +229604,7 @@
"Required": "true",
"Mask": "false"
},
"value": "9095"
"value": "9097"
},
{
"@attributes": {
@ -229736,8 +229735,8 @@
{
"@attributes": {
"Name": "Baculum config",
"Target": "/etc/baculum",
"Default": "/mnt/user/appdata/bacula-server/baculum",
"Target": "/etc/bacularis",
"Default": "/mnt/user/appdata/bacula-server/bacularis",
"Mode": "rw",
"Description": "Path where WEB Interface configuration will be stored",
"Type": "Path",
@ -230038,8 +230037,8 @@
]
},
{
"Tag": "13-sqlite3-latest",
"TagDescription": "version 13 with sqlite3 db",
"Tag": "15-sqlite3-latest",
"TagDescription": "version 15 with sqlite3 db",
"WebUI": "http://[IP]:[PORT:9097]/",
"Config": [
{
@ -230289,12 +230288,12 @@
"Support": "https://forums.unraid.net/topic/115560-support-bacula-server/",
"ReadMe": "https://forums.unraid.net/topic/115560-support-bacula-server/",
"Overview": "Bacula is a network Client/Server based backup program. This app contains also Baculum, web environment to easy manage with the Bacula programs.\n\t If You do not havy any postgresql server, You could chose sqlite3 version, but this version is not recomended. Please check ReadMe before You start. Default Tag is 11 sqlite3 version.",
"WebUI": "http://[IP]:[PORT:9095]/",
"TemplateURL": "https://raw.githubusercontent.com/vrx-666/unraid-xml/master/my-bacula-server.xml",
"Icon": "https://raw.githubusercontent.com/vrx-666/unraid-xml/master/img/bacula.png",
"Networking": {
"Mode": "bridge"
},
"WebUI": "http://[IP]:[PORT:9097]/",
"Config": [
{
"@attributes": {
@ -230383,8 +230382,8 @@
{
"@attributes": {
"Name": "Bacula WEB Port",
"Target": "9095",
"Default": "9095",
"Target": "9097",
"Default": "9097",
"Mode": "tcp",
"Description": "Bacula WEB Port",
"Type": "Port",
@ -230392,7 +230391,7 @@
"Required": "true",
"Mask": "false"
},
"value": "9095"
"value": "9097"
},
{
"@attributes": {
@ -230523,8 +230522,8 @@
{
"@attributes": {
"Name": "Baculum config",
"Target": "/etc/baculum",
"Default": "/mnt/user/appdata/bacula-server/baculum",
"Target": "/etc/bacularis",
"Default": "/mnt/user/appdata/bacula-server/bacularis",
"Mode": "rw",
"Description": "Path where WEB Interface configuration will be stored",
"Type": "Path",
@ -230541,11 +230540,11 @@
"CategoryList": [
"Backup"
],
"downloads": 9265,
"downloads": 9824,
"stars": 1,
"LastUpdateScan": 1711408565,
"LastUpdate": 1711251156,
"FirstSeen": 1636065289
"LastUpdate": 1713473821,
"LastUpdateScan": 1713477966,
"FirstSeen": 1713477966
},
{
"Name": "Bind9",

View File

@ -1,7 +1,7 @@
{
"apps": 2219,
"last_updated_timestamp": 1713470772,
"last_updated": "2024-04-18 16:06",
"last_updated_timestamp": 1713477971,
"last_updated": "2024-04-18 18:06",
"categories": [
{
"Cat": "AI:",
@ -15231,7 +15231,6 @@
],
"downloads": 25487835,
"stars": 111,
"LastUpdate": 1701288041,
"trending": 0.045,
"trends": [
0.046,
@ -15261,6 +15260,7 @@
25487835
],
"LastUpdateScan": 1713470771,
"LastUpdate": 1701288041,
"FirstSeen": 1486789200,
"topTrending": -0.0010000000000000009,
"topPerforming": 0.045
@ -41873,7 +41873,6 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1713470771,
"FirstSeen": 1646959885
},
{
@ -46684,7 +46683,6 @@
"Downloaders"
],
"downloads": 96649,
"LastUpdate": 1466169655,
"trending": 0.115,
"trends": [
0.026,
@ -46714,6 +46712,7 @@
96649
],
"LastUpdateScan": 1713470771,
"LastUpdate": 1466169655,
"FirstSeen": 1,
"topTrending": 0.08900000000000001
},
@ -47161,7 +47160,6 @@
],
"downloads": 461053435,
"stars": 530,
"LastUpdate": 1713409414,
"trending": 0.947,
"trends": [
1.319,
@ -47191,6 +47189,7 @@
461053435
],
"LastUpdateScan": 1713470771,
"LastUpdate": 1713409414,
"FirstSeen": 1465185600,
"topTrending": -0.372,
"topPerforming": 0.947
@ -107125,7 +107124,6 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1713470771,
"FirstSeen": 1614726151
},
{
@ -221432,8 +221430,8 @@
"Crypto"
],
"downloads": 1205,
"LastUpdate": 1712846130,
"LastUpdateScan": 1713470772,
"LastUpdate": 1712846130,
"FirstSeen": 1638111820
},
{
@ -229625,13 +229623,14 @@
},
{
"Name": "Bacula-Server",
"Repository": "pwa666/bacula-server:11-sqlite3-latest",
"Repository": "pwa666/bacula-server:13-sqlite3-latest",
"Registry": "https://hub.docker.com/r/pwa666/bacula-server",
"Branch": [
{
"Tag": "11-postgresql-latest",
"TagDescription": "version 11 with postgreSQL connector",
"Tag": "15-postgresql-latest",
"TagDescription": "version 15 with postgreSQL connector",
"Requires": "PostgreSQL",
"WebUI": "http://[IP]:[PORT:9097]/",
"Config": [
{
"@attributes": {
@ -229762,8 +229761,8 @@
{
"@attributes": {
"Name": "Bacula WEB Port",
"Target": "9095",
"Default": "9095",
"Target": "9097",
"Default": "9097",
"Mode": "tcp",
"Description": "Bacula WEB Port",
"Type": "Port",
@ -229771,7 +229770,7 @@
"Required": "true",
"Mask": "false"
},
"value": "9095"
"value": "9097"
},
{
"@attributes": {
@ -229902,8 +229901,8 @@
{
"@attributes": {
"Name": "Baculum config",
"Target": "/etc/baculum",
"Default": "/mnt/user/appdata/bacula-server/baculum",
"Target": "/etc/bacularis",
"Default": "/mnt/user/appdata/bacula-server/bacularis",
"Mode": "rw",
"Description": "Path where WEB Interface configuration will be stored",
"Type": "Path",
@ -230204,8 +230203,8 @@
]
},
{
"Tag": "13-sqlite3-latest",
"TagDescription": "version 13 with sqlite3 db",
"Tag": "15-sqlite3-latest",
"TagDescription": "version 15 with sqlite3 db",
"WebUI": "http://[IP]:[PORT:9097]/",
"Config": [
{
@ -230455,12 +230454,12 @@
"Support": "https://forums.unraid.net/topic/115560-support-bacula-server/",
"ReadMe": "https://forums.unraid.net/topic/115560-support-bacula-server/",
"Overview": "Bacula is a network Client/Server based backup program. This app contains also Baculum, web environment to easy manage with the Bacula programs.\n\t If You do not havy any postgresql server, You could chose sqlite3 version, but this version is not recomended. Please check ReadMe before You start. Default Tag is 11 sqlite3 version.",
"WebUI": "http://[IP]:[PORT:9095]/",
"TemplateURL": "https://raw.githubusercontent.com/vrx-666/unraid-xml/master/my-bacula-server.xml",
"Icon": "https://raw.githubusercontent.com/vrx-666/unraid-xml/master/img/bacula.png",
"Networking": {
"Mode": "bridge"
},
"WebUI": "http://[IP]:[PORT:9097]/",
"Config": [
{
"@attributes": {
@ -230549,8 +230548,8 @@
{
"@attributes": {
"Name": "Bacula WEB Port",
"Target": "9095",
"Default": "9095",
"Target": "9097",
"Default": "9097",
"Mode": "tcp",
"Description": "Bacula WEB Port",
"Type": "Port",
@ -230558,7 +230557,7 @@
"Required": "true",
"Mask": "false"
},
"value": "9095"
"value": "9097"
},
{
"@attributes": {
@ -230689,8 +230688,8 @@
{
"@attributes": {
"Name": "Baculum config",
"Target": "/etc/baculum",
"Default": "/mnt/user/appdata/bacula-server/baculum",
"Target": "/etc/bacularis",
"Default": "/mnt/user/appdata/bacula-server/bacularis",
"Mode": "rw",
"Description": "Path where WEB Interface configuration will be stored",
"Type": "Path",
@ -230707,11 +230706,11 @@
"CategoryList": [
"Backup"
],
"downloads": 9265,
"downloads": 9824,
"stars": 1,
"LastUpdateScan": 1711408565,
"LastUpdate": 1711251156,
"FirstSeen": 1636065289
"LastUpdate": 1713473821,
"LastUpdateScan": 1713477966,
"FirstSeen": 1713477966
},
{
"Name": "Bind9",

View File

@ -3267,5 +3267,6 @@
"ghcr.io/kilvoctu/aiyabot:latest": 1713225409,
"dock.mau.dev/mautrix/signal:latest": 1713261967,
"ghcr.io/charmbracelet/vhs:latest": 1713310537,
"jokobsk/netalertx": 1713313915
"jokobsk/netalertx": 1713313915,
"pwa666/bacula-server:13-sqlite3-latest": 1713477966
}

14
log.txt
View File

@ -4069,16 +4069,10 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
Updating stats on containers
linuxserver/domoticz
lscr.io/linuxserver/domoticz Downloads: 25487835 Stars: 111 Base: unknown
huxy/xmltv-sd-json
huxy/xmltv-sd-json Downloads: 96649 Stars: 0 Base: unknown
netdata/netdata
netdata/netdata Downloads: 461053435 Stars: 530 Base: unknown
guydavis/machinaris-maize
ghcr.io/guydavis/machinaris-maize Downloads: 1205 Stars: 0 Base: unknown
music-assistant/server
ghcr.io/music-assistant/server:latest Downloads: Stars: Base: unknown
Tagged - Can't determine last update
pwa666/bacula-server
pwa666/bacula-server:13-sqlite3-latest Downloads: 9824 Stars: 1 Base: unknown
Pulling pwa666/bacula-server:13-sqlite3-latest
Privileged: 103

View File

@ -15063,41 +15063,41 @@
"HomeAutomation",
"Network-Management"
],
"downloads": 25476309,
"downloads": 25487835,
"stars": 111,
"trending": 0.046,
"LastUpdate": 1701288041,
"trending": 0.045,
"trends": [
0.042,
0.046,
0.047,
0.047,
0.118,
0.043,
0.046
0.046,
0.045
],
"trendsDate": [
1695283543,
1697882729,
1700478347,
1703077557,
1705676777,
1708275950,
1710871566
1710871566,
1713470771
],
"downloadtrend": [
25387778,
25399473,
25411518,
25423439,
25453466,
25464499,
25476309
25476309,
25487835
],
"LastUpdateScan": 1710871566,
"LastUpdate": 1701288041,
"LastUpdateScan": 1713470771,
"FirstSeen": 1486789200,
"topTrending": 0.003999999999999997,
"topPerforming": 0.046
"topTrending": -0.0010000000000000009,
"topPerforming": 0.045
},
{
"Name": "doplarr",
@ -41707,6 +41707,7 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1713470771,
"FirstSeen": 1646959885
},
{
@ -46516,39 +46517,39 @@
"CategoryList": [
"Downloaders"
],
"downloads": 96538,
"trending": 0.132,
"downloads": 96649,
"LastUpdate": 1466169655,
"trending": 0.115,
"trends": [
0.024,
0.026,
0.026,
0.07,
0.125,
0.128,
0.132
0.132,
0.115
],
"trendsDate": [
1695283544,
1697882729,
1700478347,
1703077558,
1705676777,
1708275950,
1710871566
1710871566,
1713470771
],
"downloadtrend": [
96051,
96076,
96101,
96168,
96288,
96411,
96538
96538,
96649
],
"LastUpdateScan": 1710871566,
"LastUpdate": 1466169655,
"LastUpdateScan": 1713470771,
"FirstSeen": 1,
"topTrending": 0.10800000000000001
"topTrending": 0.08900000000000001
},
{
"TemplateURL": "https://raw.githubusercontent.com/Data-Monkey/docker-templates/master/Data-Monkey/chronograf.xml",
@ -46992,41 +46993,41 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 456688710,
"stars": 528,
"trending": 1.062,
"downloads": 461053435,
"stars": 530,
"LastUpdate": 1713409414,
"trending": 0.947,
"trends": [
1.339,
1.319,
1.329,
1.358,
1.283,
1.312,
1.062
1.062,
0.947
],
"trendsDate": [
1695283544,
1697882729,
1700478347,
1703077558,
1705676777,
1708275951,
1710871566
1710871566,
1713470771
],
"downloadtrend": [
422789345,
428440367,
434210846,
440190320,
445912684,
451839480,
456688710
456688710,
461053435
],
"LastUpdateScan": 1710871566,
"LastUpdate": 1710853704,
"LastUpdateScan": 1713470771,
"FirstSeen": 1465185600,
"topTrending": -0.2769999999999999,
"topPerforming": 1.062
"topTrending": -0.372,
"topPerforming": 0.947
},
{
"Name": "Apache-PHP",
@ -106958,6 +106959,7 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1713470771,
"FirstSeen": 1614726151
},
{
@ -110067,13 +110069,13 @@
"GameServers"
],
"stars": 46,
"LastUpdate": 1712730238,
"trendsDate": [
1708268749,
1710864387,
1713463572
],
"LastUpdateScan": 1713463572,
"LastUpdate": 1712730238,
"FirstSeen": 1705669563
},
{
@ -221263,9 +221265,9 @@
"CategoryList": [
"Crypto"
],
"downloads": 1113,
"LastUpdateScan": 1710871566,
"LastUpdate": 1710517560,
"downloads": 1205,
"LastUpdate": 1712846130,
"LastUpdateScan": 1713470772,
"FirstSeen": 1638111820
},
{
@ -221447,9 +221449,9 @@
"CategoryList": [
"Crypto"
],
"downloads": 1113,
"LastUpdateScan": 1710871566,
"LastUpdate": 1710517560,
"downloads": 1205,
"LastUpdateScan": 1713470772,
"LastUpdate": 1712846130,
"FirstSeen": 1638111820
},
{
@ -306587,7 +306589,7 @@
"MediaApp-Music",
"MediaServer-Music"
],
"LastUpdateScan": 1710871566,
"LastUpdateScan": 1713470772,
"FirstSeen": 1708275951
},
{

View File

@ -86985,5 +86985,16 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1712450033
},
"pwa666/bacula-server:13-sqlite3-latest": {
"Base": null,
"Downloads": 9824,
"Stars": 1,
"Time": 1713477966,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1713473821
}
}