mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-05-16 00:09:32 +00:00
Update
This commit is contained in:
parent
041e3b7b59
commit
5799ef332d
@ -143888,8 +143888,8 @@
|
||||
],
|
||||
"downloads": 472944,
|
||||
"stars": 21,
|
||||
"LastUpdate": 1728049142,
|
||||
"LastUpdateScan": 1728094101,
|
||||
"LastUpdate": 1728049142,
|
||||
"FirstSeen": 1696589349
|
||||
},
|
||||
{
|
||||
@ -293175,7 +293175,6 @@
|
||||
],
|
||||
"downloads": 5299082,
|
||||
"stars": 55,
|
||||
"LastUpdate": 1727919266,
|
||||
"trending": 0.166,
|
||||
"trends": [
|
||||
0.538,
|
||||
@ -293197,6 +293196,7 @@
|
||||
5299082
|
||||
],
|
||||
"LastUpdateScan": 1728094101,
|
||||
"LastUpdate": 1727919266,
|
||||
"FirstSeen": 1655989612,
|
||||
"topTrending": -0.372
|
||||
},
|
||||
@ -315725,7 +315725,6 @@
|
||||
],
|
||||
"downloads": 27710962,
|
||||
"stars": 35,
|
||||
"LastUpdate": 1727973775,
|
||||
"trending": 0.923,
|
||||
"trends": [
|
||||
1.633,
|
||||
@ -315747,6 +315746,7 @@
|
||||
27710962
|
||||
],
|
||||
"LastUpdateScan": 1728094101,
|
||||
"LastUpdate": 1727973775,
|
||||
"FirstSeen": 1717697303,
|
||||
"topTrending": -0.71
|
||||
},
|
||||
@ -334825,7 +334825,6 @@
|
||||
],
|
||||
"downloads": 79730,
|
||||
"stars": 19,
|
||||
"LastUpdate": 1726062212,
|
||||
"trending": 22.616,
|
||||
"trends": [
|
||||
40.763,
|
||||
@ -334847,6 +334846,7 @@
|
||||
79730
|
||||
],
|
||||
"LastUpdateScan": 1728094102,
|
||||
"LastUpdate": 1726062212,
|
||||
"FirstSeen": 1715097974,
|
||||
"topTrending": -18.147
|
||||
},
|
||||
|
15
log.txt
15
log.txt
@ -4377,19 +4377,12 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
|
||||
|
||||
Updating stats on containers
|
||||
|
||||
dbgate/dbgate
|
||||
dbgate/dbgate Downloads: 472944 Stars: 21 Base: unknown
|
||||
difegue/lanraragi
|
||||
difegue/lanraragi Downloads: 5299082 Stars: 55 Base: unknown
|
||||
darthsim/imgproxy
|
||||
darthsim/imgproxy:latest Downloads: 27710962 Stars: 35 Base: unknown
|
||||
openvpn/openvpn-as
|
||||
openvpn/openvpn-as Downloads: 79730 Stars: 19 Base: unknown
|
||||
Privileged: 106
|
||||
|
||||
|
||||
|
||||
No change to feed
|
||||
|
||||
|
||||
Updating GitHub
|
||||
|
||||
[master f351c69fe] Update
|
||||
6 files changed, 339 insertions(+), 87 deletions(-)
|
||||
fatal: could not read Username for 'https://github.com': No such device or address
|
||||
|
@ -143809,6 +143809,89 @@
|
||||
"topTrending": 0.03900000000000001,
|
||||
"topPerforming": 0.196
|
||||
},
|
||||
{
|
||||
"Name": "dbgate",
|
||||
"Repository": "dbgate/dbgate",
|
||||
"Registry": "https://hub.docker.com/r/dbgate/dbgate",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://forums.unraid.net/topic/176514-support-dbgate/",
|
||||
"Project": "https://dbgate.org/",
|
||||
"Overview": "DbGate\r\nThe Smartest SQL+noSQL Database Client\r\n\r\nCross-database\r\nMySQL, PostgreSQL, MS SQL, Oracle, MongoDB, SQLite and others",
|
||||
"WebUI": "http://[IP]:[PORT:3000]/",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/tquizzle/Docker-xml/master/docker-dbgate.xml",
|
||||
"Icon": "https://raw.githubusercontent.com/tquizzle/Docker-xml/master/img/dbgate.png",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Data",
|
||||
"Target": "/root/.dbgate",
|
||||
"Default": "",
|
||||
"Mode": "rw",
|
||||
"Description": "",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/appdata/dbgate"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Port",
|
||||
"Target": "3000",
|
||||
"Default": "3000",
|
||||
"Mode": "tcp",
|
||||
"Description": "",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "3000"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Login",
|
||||
"Target": "LOGIN",
|
||||
"Default": "USER",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "USERNAME"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Password",
|
||||
"Target": "PASSWORD",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "PASSWORD"
|
||||
}
|
||||
],
|
||||
"Repo": "TQ's Repository",
|
||||
"Official": true,
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/TQsRepository/docker-dbgate.xml",
|
||||
"CategoryList": [
|
||||
"Tools-Utilities"
|
||||
],
|
||||
"downloads": 472944,
|
||||
"stars": 21,
|
||||
"LastUpdate": 1728049142,
|
||||
"LastUpdateScan": 1728094101,
|
||||
"FirstSeen": 1696589349
|
||||
},
|
||||
{
|
||||
"Name": "flatnotes",
|
||||
"Repository": "dullage/flatnotes",
|
||||
@ -293090,29 +293173,32 @@
|
||||
"MediaServer-Photos",
|
||||
"MediaServer-Other"
|
||||
],
|
||||
"downloads": 5290273,
|
||||
"downloads": 5299082,
|
||||
"stars": 55,
|
||||
"trending": 0.714,
|
||||
"LastUpdate": 1727919266,
|
||||
"trending": 0.166,
|
||||
"trends": [
|
||||
0.538,
|
||||
0.781,
|
||||
0.714
|
||||
0.714,
|
||||
0.166
|
||||
],
|
||||
"trendsDate": [
|
||||
1720296376,
|
||||
1722895602,
|
||||
1725495084
|
||||
1725495084,
|
||||
1728094101
|
||||
],
|
||||
"downloadtrend": [
|
||||
5183453,
|
||||
5211499,
|
||||
5252497,
|
||||
5290273
|
||||
5290273,
|
||||
5299082
|
||||
],
|
||||
"LastUpdateScan": 1725495084,
|
||||
"LastUpdate": 1725286972,
|
||||
"LastUpdateScan": 1728094101,
|
||||
"FirstSeen": 1655989612,
|
||||
"topTrending": 0.17599999999999993
|
||||
"topTrending": -0.372
|
||||
},
|
||||
{
|
||||
"TemplatePath": "/tmp/appFeed/templates/luisalrpsRepository/ca_profile.xml",
|
||||
@ -315637,29 +315723,32 @@
|
||||
"Productivity",
|
||||
"Other"
|
||||
],
|
||||
"downloads": 27455103,
|
||||
"downloads": 27710962,
|
||||
"stars": 35,
|
||||
"trending": 1.413,
|
||||
"LastUpdate": 1727973775,
|
||||
"trending": 0.923,
|
||||
"trends": [
|
||||
1.633,
|
||||
1.517,
|
||||
1.413
|
||||
1.413,
|
||||
0.923
|
||||
],
|
||||
"trendsDate": [
|
||||
1720296376,
|
||||
1722895602,
|
||||
1725495084
|
||||
1725495084,
|
||||
1728094101
|
||||
],
|
||||
"downloadtrend": [
|
||||
26221212,
|
||||
26656582,
|
||||
27067076,
|
||||
27455103
|
||||
27455103,
|
||||
27710962
|
||||
],
|
||||
"LastUpdateScan": 1725495084,
|
||||
"LastUpdate": 1724952259,
|
||||
"LastUpdateScan": 1728094101,
|
||||
"FirstSeen": 1717697303,
|
||||
"topTrending": -0.21999999999999997
|
||||
"topTrending": -0.71
|
||||
},
|
||||
{
|
||||
"Name": "Immich-Kiosk",
|
||||
@ -334734,29 +334823,32 @@
|
||||
"CategoryList": [
|
||||
"Network-VPN"
|
||||
],
|
||||
"downloads": 61698,
|
||||
"stars": 18,
|
||||
"trending": 36.003,
|
||||
"downloads": 79730,
|
||||
"stars": 19,
|
||||
"LastUpdate": 1726062212,
|
||||
"trending": 22.616,
|
||||
"trends": [
|
||||
40.763,
|
||||
29.128,
|
||||
36.003
|
||||
36.003,
|
||||
22.616
|
||||
],
|
||||
"trendsDate": [
|
||||
1720296376,
|
||||
1722895602,
|
||||
1725495085
|
||||
1725495085,
|
||||
1728094102
|
||||
],
|
||||
"downloadtrend": [
|
||||
16577,
|
||||
27984,
|
||||
39485,
|
||||
61698
|
||||
61698,
|
||||
79730
|
||||
],
|
||||
"LastUpdateScan": 1725495085,
|
||||
"LastUpdate": 1719298584,
|
||||
"LastUpdateScan": 1728094102,
|
||||
"FirstSeen": 1715097974,
|
||||
"topTrending": -4.759999999999998
|
||||
"topTrending": -18.147
|
||||
},
|
||||
{
|
||||
"Name": "psono",
|
||||
|
Loading…
x
Reference in New Issue
Block a user