This commit is contained in:
Andrew Z 2022-10-10 22:04:01 -04:00
parent 8d413e8aa1
commit de8777e125
6 changed files with 40 additions and 65 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1665446619
"last_updated_timestamp": 1665453839
}

View File

@ -32802,7 +32802,7 @@
"Name": "VALIDATION",
"Target": "VALIDATION",
"Default": "http",
"Description": "Certbot validation method to use, options are `http`, `dns` or `duckdns` (`dns` method also requires `DNSPLUGIN` variable set) (`duckdns` method requires `DUCKDNSTOKEN` variable set, and the `SUBDOMAINS` variable must be either empty or set to `wildcard`).",
"Description": "Certbot validation method to use, options are `http` or `dns` (`dns` method also requires `DNSPLUGIN` variable set).",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -32815,7 +32815,7 @@
"Name": "SUBDOMAINS",
"Target": "SUBDOMAINS",
"Default": "www,",
"Description": "Subdomains you'd like the cert to cover (comma separated, no spaces) ie. `www,ftp,cloud`. For a wildcard cert, set this *exactly* to `wildcard` (wildcard cert is available via `dns` and `duckdns` validation only)",
"Description": "Subdomains you'd like the cert to cover (comma separated, no spaces) ie. `www,ftp,cloud`. For a wildcard cert, set this *exactly* to `wildcard` (wildcard cert is available via `dns` validation only)",
"Type": "Variable",
"Display": "always",
"Required": "false",
@ -32841,7 +32841,7 @@
"Name": "DNSPLUGIN",
"Target": "DNSPLUGIN",
"Default": "cloudflare",
"Description": "Required if `VALIDATION` is set to `dns`. Options are `acmedns`, `aliyun`, `azure`, `cloudflare`, `cloudxns`, `cpanel`, `desec`, `digitalocean`, `directadmin`, `dnsimple`, `dnsmadeeasy`, `dnspod`, `do`, `domeneshop`, `dynu`, `gandi`, `gehirn`, `godaddy`, `google`, `he`, `hetzner`, `infomaniak`, `inwx`, `ionos`, `linode`, `loopia`, `luadns`, `netcup`, `njalla`, `nsone`, `ovh`, `porkbun`, `rfc2136`, `route53`, `sakuracloud`, `standalone`, `transip`, and `vultr`. Also need to enter the credentials into the corresponding ini (or json for some plugins) file under `/config/dns-conf`.",
"Description": "Required if `VALIDATION` is set to `dns`. Options are `acmedns`, `aliyun`, `azure`, `cloudflare`, `cloudxns`, `cpanel`, `desec`, `digitalocean`, `directadmin`, `dnsimple`, `dnsmadeeasy`, `dnspod`, `do`, `domeneshop`, `duckdns`, `dynu`, `gandi`, `gehirn`, `godaddy`, `google`, `he`, `hetzner`, `infomaniak`, `inwx`, `ionos`, `linode`, `loopia`, `luadns`, `netcup`, `njalla`, `nsone`, `ovh`, `porkbun`, `rfc2136`, `route53`, `sakuracloud`, `standalone`, `transip`, and `vultr`. Also need to enter the credentials into the corresponding ini (or json for some plugins) file under `/config/dns-conf`.",
"Type": "Variable",
"Display": "always",
"Required": "false",
@ -32862,19 +32862,6 @@
},
"value": ""
},
{
"@attributes": {
"Name": "DUCKDNSTOKEN",
"Target": "DUCKDNSTOKEN",
"Default": "",
"Description": "Required if `VALIDATION` is set to `duckdns`. Retrieve your token from https://www.duckdns.org",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "EMAIL",
@ -207346,10 +207333,10 @@
"CategoryList": [
"GameServers"
],
"downloads": 5036,
"downloads": 6094,
"stars": 6,
"LastUpdateScan": 1662854621,
"LastUpdate": 1662725916,
"LastUpdate": 1663682892,
"LastUpdateScan": 1665453839,
"FirstSeen": 1657656223
},
{
@ -245949,7 +245936,6 @@
],
"downloads": 4090884,
"stars": 12,
"LastUpdate": 1647717591,
"trending": 0.339,
"trends": [
0.17,
@ -245965,6 +245951,7 @@
4090884
],
"LastUpdateScan": 1665446619,
"LastUpdate": 1647717591,
"FirstSeen": 1660248223
},
{
@ -246031,8 +246018,8 @@
"Cloud"
],
"downloads": 289,
"LastUpdate": 1665296914,
"LastUpdateScan": 1665446619,
"LastUpdate": 1665296914,
"FirstSeen": 1660248223
},
{

View File

@ -1,7 +1,7 @@
{
"apps": 1827,
"last_updated_timestamp": 1665446619,
"last_updated": "2022-10-10 20:03",
"last_updated_timestamp": 1665453839,
"last_updated": "2022-10-10 22:03",
"categories": [
{
"Cat": "Backup:",
@ -32964,7 +32964,7 @@
"Name": "VALIDATION",
"Target": "VALIDATION",
"Default": "http",
"Description": "Certbot validation method to use, options are `http`, `dns` or `duckdns` (`dns` method also requires `DNSPLUGIN` variable set) (`duckdns` method requires `DUCKDNSTOKEN` variable set, and the `SUBDOMAINS` variable must be either empty or set to `wildcard`).",
"Description": "Certbot validation method to use, options are `http` or `dns` (`dns` method also requires `DNSPLUGIN` variable set).",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -32977,7 +32977,7 @@
"Name": "SUBDOMAINS",
"Target": "SUBDOMAINS",
"Default": "www,",
"Description": "Subdomains you'd like the cert to cover (comma separated, no spaces) ie. `www,ftp,cloud`. For a wildcard cert, set this *exactly* to `wildcard` (wildcard cert is available via `dns` and `duckdns` validation only)",
"Description": "Subdomains you'd like the cert to cover (comma separated, no spaces) ie. `www,ftp,cloud`. For a wildcard cert, set this *exactly* to `wildcard` (wildcard cert is available via `dns` validation only)",
"Type": "Variable",
"Display": "always",
"Required": "false",
@ -33003,7 +33003,7 @@
"Name": "DNSPLUGIN",
"Target": "DNSPLUGIN",
"Default": "cloudflare",
"Description": "Required if `VALIDATION` is set to `dns`. Options are `acmedns`, `aliyun`, `azure`, `cloudflare`, `cloudxns`, `cpanel`, `desec`, `digitalocean`, `directadmin`, `dnsimple`, `dnsmadeeasy`, `dnspod`, `do`, `domeneshop`, `dynu`, `gandi`, `gehirn`, `godaddy`, `google`, `he`, `hetzner`, `infomaniak`, `inwx`, `ionos`, `linode`, `loopia`, `luadns`, `netcup`, `njalla`, `nsone`, `ovh`, `porkbun`, `rfc2136`, `route53`, `sakuracloud`, `standalone`, `transip`, and `vultr`. Also need to enter the credentials into the corresponding ini (or json for some plugins) file under `/config/dns-conf`.",
"Description": "Required if `VALIDATION` is set to `dns`. Options are `acmedns`, `aliyun`, `azure`, `cloudflare`, `cloudxns`, `cpanel`, `desec`, `digitalocean`, `directadmin`, `dnsimple`, `dnsmadeeasy`, `dnspod`, `do`, `domeneshop`, `duckdns`, `dynu`, `gandi`, `gehirn`, `godaddy`, `google`, `he`, `hetzner`, `infomaniak`, `inwx`, `ionos`, `linode`, `loopia`, `luadns`, `netcup`, `njalla`, `nsone`, `ovh`, `porkbun`, `rfc2136`, `route53`, `sakuracloud`, `standalone`, `transip`, and `vultr`. Also need to enter the credentials into the corresponding ini (or json for some plugins) file under `/config/dns-conf`.",
"Type": "Variable",
"Display": "always",
"Required": "false",
@ -33024,19 +33024,6 @@
},
"value": ""
},
{
"@attributes": {
"Name": "DUCKDNSTOKEN",
"Target": "DUCKDNSTOKEN",
"Default": "",
"Description": "Required if `VALIDATION` is set to `duckdns`. Retrieve your token from https://www.duckdns.org",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "EMAIL",
@ -207508,10 +207495,10 @@
"CategoryList": [
"GameServers"
],
"downloads": 5036,
"downloads": 6094,
"stars": 6,
"LastUpdateScan": 1662854621,
"LastUpdate": 1662725916,
"LastUpdate": 1663682892,
"LastUpdateScan": 1665453839,
"FirstSeen": 1657656223
},
{
@ -246111,7 +246098,6 @@
],
"downloads": 4090884,
"stars": 12,
"LastUpdate": 1647717591,
"trending": 0.339,
"trends": [
0.17,
@ -246127,6 +246113,7 @@
4090884
],
"LastUpdateScan": 1665446619,
"LastUpdate": 1647717591,
"FirstSeen": 1660248223
},
{
@ -246193,8 +246180,8 @@
"Cloud"
],
"downloads": 289,
"LastUpdate": 1665296914,
"LastUpdateScan": 1665446619,
"LastUpdate": 1665296914,
"FirstSeen": 1660248223
},
{

View File

@ -3127,10 +3127,8 @@ Processing /tmp/appFeed/templates/elziksRepository/mecon.xml...Success
Updating stats on containers
rcdailey/nextcloud-cronjob
rcdailey/nextcloud-cronjob Downloads: 4090884 Stars: 12 Base: unknown
kilrah/nextcloud-ffmpeg
kilrah/nextcloud-ffmpeg Downloads: 289 Stars: 0 Base: unknown
tiltedphoques/st-reborn-server
tiltedphoques/st-reborn-server:latest Downloads: 6094 Stars: 6 Base: unknown
Privileged: 105

View File

@ -227260,8 +227260,8 @@
"GameServers"
],
"downloads": 1186,
"LastUpdate": 1639466556,
"LastUpdateScan": 1665439475,
"LastUpdate": 1639466556,
"FirstSeen": 1639458222
},
{
@ -244802,7 +244802,6 @@
],
"downloads": 8191204,
"stars": 465,
"LastUpdate": 1665420570,
"trending": 0.144,
"trends": [
0.123,
@ -244824,6 +244823,7 @@
8191204
],
"LastUpdateScan": 1665439476,
"LastUpdate": 1665420570,
"FirstSeen": 1655045558,
"topTrending": 0.02099999999999999
},
@ -245947,21 +245947,24 @@
"CategoryList": [
"Cloud"
],
"downloads": 4077029,
"stars": 11,
"trending": 0.17,
"downloads": 4090884,
"stars": 12,
"LastUpdate": 1647717591,
"trending": 0.339,
"trends": [
0.17
0.17,
0.339
],
"trendsDate": [
1662847404
1662847404,
1665446619
],
"downloadtrend": [
4070092,
4077029
4077029,
4090884
],
"LastUpdateScan": 1662847404,
"LastUpdate": 1647717591,
"LastUpdateScan": 1665446619,
"FirstSeen": 1660248223
},
{
@ -246027,9 +246030,9 @@
"CategoryList": [
"Cloud"
],
"downloads": 166,
"LastUpdateScan": 1662847404,
"LastUpdate": 1662707799,
"downloads": 289,
"LastUpdate": 1665296914,
"LastUpdateScan": 1665446619,
"FirstSeen": 1660248223
},
{

View File

@ -64751,14 +64751,14 @@
},
"tiltedphoques/st-reborn-server:latest": {
"Base": null,
"Downloads": 5036,
"Downloads": 6094,
"Stars": 6,
"Time": 1662854621,
"Time": 1665453839,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1662725916
"LastUpdate": 1663682892
},
"koillection/koillection": {
"Base": null,