mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-05-21 09:51:28 +00:00
Update
This commit is contained in:
parent
383659e40b
commit
d4f65e1d1d
@ -1,3 +1,3 @@
|
||||
{
|
||||
"last_updated_timestamp": 1710641033
|
||||
"last_updated_timestamp": 1710654971
|
||||
}
|
@ -278751,7 +278751,7 @@
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "TUNNEL_TOKEN",
|
||||
"Target": "token",
|
||||
"Target": "TUNNEL_TOKEN",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Associates the cloudflared instance with a specific tunnel. The tunnel\u2019s token is shown in the dashboard when you first create the tunnel. You can also retrieve the token using the API.",
|
||||
@ -308584,164 +308584,6 @@
|
||||
"LastUpdate": 1704251945,
|
||||
"FirstSeen": 1703938784
|
||||
},
|
||||
{
|
||||
"Name": "DuckDNS-Official",
|
||||
"Repository": "linuxserver/duckdns",
|
||||
"Registry": "https://hub.docker.com/r/linuxserver/duckdns",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/UNRA1DUser/unraid-docker-templates",
|
||||
"Project": "https://docs.linuxserver.io/images/docker-duckdns/?h=duckdns",
|
||||
"Overview": "Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence.\r\n\r\n|-------------------------------------------------\r\n| Application Setup\r\n|-------------------------------------------------\r\n1 - Go to the duckdns website (WebUI link), register your subdomain(s) and retrieve your token\r\n2 - Add your subdomain(s) and token into the variables\r\n\r\nIt will update your IP with the DuckDNS service every 5 minutes (with a random jitter)\r\n\r\n|-------------------------------------------------\r\n| Notice regarding automatic detection\r\n|-------------------------------------------------\r\nUsing the \"UPDATE_IP\" variable whatever its value (ipv4, ipv6 or both) uses external Cloudflare whoami service to detect public IP addresses. Be aware that using this variable will query a third-party service other than DuckDNS.\r\n\r\nOmitting the \"UPDATE_IP\" variable uses DuckDNS for detection and only supports IPv4.",
|
||||
"WebUI": "https://www.duckdns.org/",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/UNRA1DUser/unraid-docker-templates/master/templates/DuckDNS-Official.xml",
|
||||
"Icon": "https://raw.githubusercontent.com/UNRA1DUser/unraid-docker-templates/main/templates/img/duckdns.png",
|
||||
"ExtraParams": "--memory=1G --restart=unless-stopped",
|
||||
"DonateText": "If you like my work and would like to support me please consider Donating.",
|
||||
"DonateLink": "https://www.paypal.com/paypalme/M4rc31",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "SUBDOMAINS",
|
||||
"Target": "SUBDOMAINS",
|
||||
"Default": "subdomain1,subdomain2",
|
||||
"Mode": "",
|
||||
"Description": "Multiple subdomains allowed, comma separated, no spaces, if your domain is user.duckdns.org you put user, not a sub-subdomain",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "TOKEN",
|
||||
"Target": "TOKEN",
|
||||
"Default": "token",
|
||||
"Mode": "",
|
||||
"Description": "DuckDNS token",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "true"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "LOG_FILE",
|
||||
"Target": "LOG_FILE",
|
||||
"Default": "false|true",
|
||||
"Mode": "",
|
||||
"Description": "Set to true to log to file (also need to map /config)",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Data",
|
||||
"Target": "/config",
|
||||
"Default": "/mnt/cache/appdata/duckdns-official",
|
||||
"Mode": "rw",
|
||||
"Description": "Persistent config files",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "PUID",
|
||||
"Target": "PUID",
|
||||
"Default": "99",
|
||||
"Mode": "",
|
||||
"Description": "UID for permissions. Do not change unless you know what you're doing.",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "PGID",
|
||||
"Target": "PGID",
|
||||
"Default": "100",
|
||||
"Mode": "",
|
||||
"Description": "GID for permissions. Do not change unless you know what you're doing.",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "UMASK",
|
||||
"Target": "UMASK",
|
||||
"Default": "022",
|
||||
"Mode": "",
|
||||
"Description": "UMASK for newly created files. Do not change unless you know what you're doing.",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"Repo": "UNRA1DUser's Repository",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/UNRA1DUsersRepository/templates/DuckDNS-Official.xml",
|
||||
"CategoryList": [
|
||||
"Network-DNS",
|
||||
"Tools-Utilities"
|
||||
],
|
||||
"downloads": 207306341,
|
||||
"stars": 382,
|
||||
"trending": 11.032,
|
||||
"trends": [
|
||||
1.541,
|
||||
1.533,
|
||||
1.412,
|
||||
1.366,
|
||||
1.399,
|
||||
1.293,
|
||||
11.032
|
||||
],
|
||||
"trendsDate": [
|
||||
1620878554,
|
||||
1623477785,
|
||||
1626077006,
|
||||
1628676210,
|
||||
1631275416,
|
||||
1633874610,
|
||||
1710641031
|
||||
],
|
||||
"downloadtrend": [
|
||||
171875021,
|
||||
174550548,
|
||||
177049944,
|
||||
179502622,
|
||||
182050285,
|
||||
184435620,
|
||||
207306341
|
||||
],
|
||||
"LastUpdateScan": 1710641031,
|
||||
"LastUpdate": 1709525565,
|
||||
"FirstSeen": 1710641031,
|
||||
"topTrending": 9.491,
|
||||
"topPerforming": 11.032
|
||||
},
|
||||
{
|
||||
"Name": "Immich-Official",
|
||||
"Repository": "ghcr.io/imagegenius/immich",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"apps": 2200,
|
||||
"last_updated_timestamp": 1710641033,
|
||||
"last_updated": "2024-03-16 22:03",
|
||||
"apps": 2199,
|
||||
"last_updated_timestamp": 1710654971,
|
||||
"last_updated": "2024-03-17 01:56",
|
||||
"categories": [
|
||||
{
|
||||
"Cat": "AI:",
|
||||
@ -164522,8 +164522,8 @@
|
||||
],
|
||||
"downloads": 11447,
|
||||
"stars": 1,
|
||||
"LastUpdate": 1708865022,
|
||||
"LastUpdateScan": 1710640986,
|
||||
"LastUpdate": 1708865022,
|
||||
"FirstSeen": 1710640986
|
||||
},
|
||||
{
|
||||
@ -164700,7 +164700,6 @@
|
||||
],
|
||||
"downloads": 44004,
|
||||
"stars": 6,
|
||||
"LastUpdate": 1710175669,
|
||||
"trending": 18.442,
|
||||
"trends": [
|
||||
27.357,
|
||||
@ -164719,6 +164718,7 @@
|
||||
44004
|
||||
],
|
||||
"LastUpdateScan": 1710640991,
|
||||
"LastUpdate": 1710175669,
|
||||
"FirstSeen": 1702746338,
|
||||
"topTrending": -8.915
|
||||
},
|
||||
@ -172976,8 +172976,8 @@
|
||||
],
|
||||
"downloads": 5140429,
|
||||
"stars": 3,
|
||||
"LastUpdate": 1709152086,
|
||||
"LastUpdateScan": 1710640999,
|
||||
"LastUpdate": 1709152086,
|
||||
"FirstSeen": 1643807012
|
||||
},
|
||||
{
|
||||
@ -173509,8 +173509,8 @@
|
||||
"Tools-Utilities"
|
||||
],
|
||||
"downloads": 22492,
|
||||
"LastUpdate": 1690895597,
|
||||
"LastUpdateScan": 1710640999,
|
||||
"LastUpdate": 1690895597,
|
||||
"FirstSeen": 1644627798
|
||||
},
|
||||
{
|
||||
@ -173646,8 +173646,8 @@
|
||||
],
|
||||
"downloads": 2993899,
|
||||
"stars": 46,
|
||||
"LastUpdate": 1710148750,
|
||||
"LastUpdateScan": 1710641000,
|
||||
"LastUpdate": 1710148750,
|
||||
"FirstSeen": 1710641000
|
||||
},
|
||||
{
|
||||
@ -173827,8 +173827,8 @@
|
||||
],
|
||||
"downloads": 2993899,
|
||||
"stars": 46,
|
||||
"LastUpdate": 1710148750,
|
||||
"LastUpdateScan": 1710641005,
|
||||
"LastUpdate": 1710148750,
|
||||
"FirstSeen": 1710641005
|
||||
},
|
||||
{
|
||||
@ -238062,8 +238062,8 @@
|
||||
],
|
||||
"downloads": 101065,
|
||||
"stars": 6,
|
||||
"LastUpdate": 1692306717,
|
||||
"LastUpdateScan": 1710641010,
|
||||
"LastUpdate": 1692306717,
|
||||
"FirstSeen": 1710641010
|
||||
},
|
||||
{
|
||||
@ -238178,8 +238178,8 @@
|
||||
],
|
||||
"downloads": 101065,
|
||||
"stars": 6,
|
||||
"LastUpdate": 1692306717,
|
||||
"LastUpdateScan": 1710641015,
|
||||
"LastUpdate": 1692306717,
|
||||
"FirstSeen": 1710641015
|
||||
},
|
||||
{
|
||||
@ -238237,8 +238237,8 @@
|
||||
],
|
||||
"downloads": 120085,
|
||||
"stars": 2,
|
||||
"LastUpdate": 1709091605,
|
||||
"LastUpdateScan": 1710641021,
|
||||
"LastUpdate": 1709091605,
|
||||
"FirstSeen": 1710641021
|
||||
},
|
||||
{
|
||||
@ -238771,8 +238771,8 @@
|
||||
"Tools-Utilities"
|
||||
],
|
||||
"downloads": 52,
|
||||
"LastUpdate": 1710475535,
|
||||
"LastUpdateScan": 1710641026,
|
||||
"LastUpdate": 1710475535,
|
||||
"FirstSeen": 1710641026
|
||||
},
|
||||
{
|
||||
@ -253503,8 +253503,8 @@
|
||||
"Productivity"
|
||||
],
|
||||
"downloads": 89,
|
||||
"LastUpdate": 1707875154,
|
||||
"LastUpdateScan": 1710641031,
|
||||
"LastUpdate": 1707875154,
|
||||
"FirstSeen": 1707879971
|
||||
},
|
||||
{
|
||||
@ -274091,8 +274091,8 @@
|
||||
"Backup"
|
||||
],
|
||||
"downloads": 1026,
|
||||
"LastUpdate": 1709926199,
|
||||
"LastUpdateScan": 1710641031,
|
||||
"LastUpdate": 1709926199,
|
||||
"FirstSeen": 1705345561
|
||||
},
|
||||
{
|
||||
@ -278917,7 +278917,7 @@
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "TUNNEL_TOKEN",
|
||||
"Target": "token",
|
||||
"Target": "TUNNEL_TOKEN",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Associates the cloudflared instance with a specific tunnel. The tunnel\u2019s token is shown in the dashboard when you first create the tunnel. You can also retrieve the token using the API.",
|
||||
@ -303896,7 +303896,6 @@
|
||||
],
|
||||
"downloads": 36436,
|
||||
"stars": 3,
|
||||
"LastUpdate": 1705046929,
|
||||
"trending": 17.834,
|
||||
"trends": [
|
||||
17.834
|
||||
@ -303909,6 +303908,7 @@
|
||||
36436
|
||||
],
|
||||
"LastUpdateScan": 1710641031,
|
||||
"LastUpdate": 1705046929,
|
||||
"FirstSeen": 1707959182
|
||||
},
|
||||
{
|
||||
@ -307134,7 +307134,6 @@
|
||||
],
|
||||
"downloads": 72270,
|
||||
"stars": 101,
|
||||
"LastUpdate": 1710321946,
|
||||
"trending": 60.324,
|
||||
"trends": [
|
||||
60.324
|
||||
@ -307147,6 +307146,7 @@
|
||||
72270
|
||||
],
|
||||
"LastUpdateScan": 1710641031,
|
||||
"LastUpdate": 1710321946,
|
||||
"FirstSeen": 1705359948
|
||||
},
|
||||
{
|
||||
@ -308750,164 +308750,6 @@
|
||||
"LastUpdate": 1704251945,
|
||||
"FirstSeen": 1703938784
|
||||
},
|
||||
{
|
||||
"Name": "DuckDNS-Official",
|
||||
"Repository": "linuxserver/duckdns",
|
||||
"Registry": "https://hub.docker.com/r/linuxserver/duckdns",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/UNRA1DUser/unraid-docker-templates",
|
||||
"Project": "https://docs.linuxserver.io/images/docker-duckdns/?h=duckdns",
|
||||
"Overview": "Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence.\r\n\r\n|-------------------------------------------------\r\n| Application Setup\r\n|-------------------------------------------------\r\n1 - Go to the duckdns website (WebUI link), register your subdomain(s) and retrieve your token\r\n2 - Add your subdomain(s) and token into the variables\r\n\r\nIt will update your IP with the DuckDNS service every 5 minutes (with a random jitter)\r\n\r\n|-------------------------------------------------\r\n| Notice regarding automatic detection\r\n|-------------------------------------------------\r\nUsing the \"UPDATE_IP\" variable whatever its value (ipv4, ipv6 or both) uses external Cloudflare whoami service to detect public IP addresses. Be aware that using this variable will query a third-party service other than DuckDNS.\r\n\r\nOmitting the \"UPDATE_IP\" variable uses DuckDNS for detection and only supports IPv4.",
|
||||
"WebUI": "https://www.duckdns.org/",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/UNRA1DUser/unraid-docker-templates/master/templates/DuckDNS-Official.xml",
|
||||
"Icon": "https://raw.githubusercontent.com/UNRA1DUser/unraid-docker-templates/main/templates/img/duckdns.png",
|
||||
"ExtraParams": "--memory=1G --restart=unless-stopped",
|
||||
"DonateText": "If you like my work and would like to support me please consider Donating.",
|
||||
"DonateLink": "https://www.paypal.com/paypalme/M4rc31",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "SUBDOMAINS",
|
||||
"Target": "SUBDOMAINS",
|
||||
"Default": "subdomain1,subdomain2",
|
||||
"Mode": "",
|
||||
"Description": "Multiple subdomains allowed, comma separated, no spaces, if your domain is user.duckdns.org you put user, not a sub-subdomain",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "TOKEN",
|
||||
"Target": "TOKEN",
|
||||
"Default": "token",
|
||||
"Mode": "",
|
||||
"Description": "DuckDNS token",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "true"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "LOG_FILE",
|
||||
"Target": "LOG_FILE",
|
||||
"Default": "false|true",
|
||||
"Mode": "",
|
||||
"Description": "Set to true to log to file (also need to map /config)",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Data",
|
||||
"Target": "/config",
|
||||
"Default": "/mnt/cache/appdata/duckdns-official",
|
||||
"Mode": "rw",
|
||||
"Description": "Persistent config files",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "PUID",
|
||||
"Target": "PUID",
|
||||
"Default": "99",
|
||||
"Mode": "",
|
||||
"Description": "UID for permissions. Do not change unless you know what you're doing.",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "PGID",
|
||||
"Target": "PGID",
|
||||
"Default": "100",
|
||||
"Mode": "",
|
||||
"Description": "GID for permissions. Do not change unless you know what you're doing.",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "UMASK",
|
||||
"Target": "UMASK",
|
||||
"Default": "022",
|
||||
"Mode": "",
|
||||
"Description": "UMASK for newly created files. Do not change unless you know what you're doing.",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"Repo": "UNRA1DUser's Repository",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/UNRA1DUsersRepository/templates/DuckDNS-Official.xml",
|
||||
"CategoryList": [
|
||||
"Network-DNS",
|
||||
"Tools-Utilities"
|
||||
],
|
||||
"downloads": 207306341,
|
||||
"stars": 382,
|
||||
"LastUpdate": 1709525565,
|
||||
"trending": 11.032,
|
||||
"trends": [
|
||||
1.541,
|
||||
1.533,
|
||||
1.412,
|
||||
1.366,
|
||||
1.399,
|
||||
1.293,
|
||||
11.032
|
||||
],
|
||||
"trendsDate": [
|
||||
1620878554,
|
||||
1623477785,
|
||||
1626077006,
|
||||
1628676210,
|
||||
1631275416,
|
||||
1633874610,
|
||||
1710641031
|
||||
],
|
||||
"downloadtrend": [
|
||||
171875021,
|
||||
174550548,
|
||||
177049944,
|
||||
179502622,
|
||||
182050285,
|
||||
184435620,
|
||||
207306341
|
||||
],
|
||||
"LastUpdateScan": 1710641031,
|
||||
"FirstSeen": 1710641031,
|
||||
"topTrending": 9.491,
|
||||
"topPerforming": 11.032
|
||||
},
|
||||
{
|
||||
"Name": "Immich-Official",
|
||||
"Repository": "ghcr.io/imagegenius/immich",
|
||||
|
5
log.txt
5
log.txt
@ -4039,3 +4039,8 @@ No change to feed
|
||||
|
||||
Updating GitHub
|
||||
|
||||
warning: in the working copy of 'log.txt', CRLF will be replaced by LF the next time Git touches it
|
||||
[master 383659e40] Update
|
||||
2 files changed, 4056 insertions(+), 16 deletions(-)
|
||||
To https://github.com/Squidly271/AppFeed.git
|
||||
e44320ce6..383659e40 master -> master
|
||||
|
Loading…
x
Reference in New Issue
Block a user