This commit is contained in:
Andrew Z 2022-04-15 08:03:25 -04:00
parent c7d2308a4a
commit 53e1018ee7
6 changed files with 1460 additions and 920 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1650016996
"last_updated_timestamp": 1650024204
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

54
log.txt
View File

@ -2772,8 +2772,58 @@ Processing /tmp/appFeed/templates/gucky79sRepository/serviio.xml...Success
Updating stats on containers
biggiesize/genea-app
biggiesize/genea-app Downloads: 16319 Stars: 0 Base: unknown
spants/dashing
spants/dashing Downloads: 90227 Stars: 0 Base: unknown
aptalca/zoneminder-1.29
aptalca/zoneminder-1.29 Downloads: 490941 Stars: 19 Base: unknown
hernandito/calibreserver-docker
hernandito/calibreserver-docker Downloads: 3345 Stars: 0 Base: unknown
xamindar/syncthing
xamindar/syncthing Downloads: 63431 Stars: 1 Base: unknown
sdesbure/arch-jackett
sdesbure/arch-jackett Downloads: 58018 Stars: 1 Base: unknown
snoopy86/emoncms-docker
snoopy86/emoncms-docker Downloads: 29451 Stars: 1 Base: unknown
Tagged - Can't determine last update
openhab/openhab
openhab/openhab:amd64-offline Downloads: 56160210 Stars: 396 Base: unknown
quimnut/cloud9ide
quimnut/cloud9ide Downloads: 242932 Stars: 1 Base: unknown
gogs/gogs
gogs/gogs Downloads: 89117222 Stars: 704 Base: unknown
bashninja/docker-pritunl
bashninja/docker-pritunl Downloads: 141847 Stars: 3 Base: unknown
gitlab/gitlab-runner
gitlab/gitlab-runner Downloads: 772864250 Stars: 776 Base: unknown
tynor88/socat
tynor88/socat Downloads: 1243980 Stars: 0 Base: unknown
jlesage/makemkv
jlesage/makemkv Downloads: 14211390 Stars: 65 Base: unknown
deepquestai/deepstack
deepquestai/deepstack Downloads: 11210582 Stars: 42 Base: unknown
rix1337/docker-myjd-api
rix1337/docker-myjd-api Downloads: 1523519 Stars: 2 Base: unknown
ulisses1478/bitcoinwallet-gui
ulisses1478/bitcoinwallet-gui Downloads: 127653 Stars: 0 Base: unknown
foxxmd/multi-scrobbler
foxxmd/multi-scrobbler:latest Downloads: 46465 Stars: 0 Base: unknown
Tagged - Can't determine last update
ich777/steamcmd
ich777/steamcmd:arma3 Downloads: 3945379 Stars: 22 Base: unknown
ich777/dirsyncpro
ich777/dirsyncpro Downloads: 251406 Stars: 3 Base: unknown
ich777/fivemserver
ich777/fivemserver Downloads: 128160 Stars: 4 Base: unknown
ich777/minecraftbedrockserver
ich777/minecraftbedrockserver Downloads: 570298 Stars: 2 Base: unknown
sismics/docs
sismics/docs:latest Downloads: 6589149 Stars: 17 Base: unknown
tzahi12345/youtubedl-material
tzahi12345/youtubedl-material Downloads: 19619267 Stars: 74 Base: unknown
maihai/nut-influxdb-exporter
maihai/nut-influxdb-exporter Downloads: 379521 Stars: 0 Base: unknown
mbentley/omada-controller
mbentley/omada-controller Downloads: 9926800 Stars: 99 Base: unknown
Updating GitHub

View File

@ -160891,6 +160891,493 @@
"LastUpdate": 1647823463,
"FirstSeen": 1593270239
},
{
"Name": "authentik",
"Repository": "beryju/authentik:2022.4.1",
"Registry": "https://hub.docker.com/r/beryju/authentik/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "true",
"Support": "https://discord.gg/VWAG7rZ",
"Project": "https://github.com/goauthentik/authentik",
"Overview": "authentik is an open-source Identity Provider focused on flexibility and versatility. You can use authentik in an existing environment to add support for new protocols, implement sign-up/recovery/etc. in your application so you don't have to deal with it, and many other things.\r\n\r\nYou will need the authentik-worker app.\r\n\r\nTo start the initial setup, navigate to https://your-server-ip:9000/if/flow/initial-setup/. There you will be prompted to set a password for the akadmin user.",
"WebUI": "http://[IP]:[PORT:9000]",
"TemplateURL": "https://raw.githubusercontent.com/ibracorp/unraid-templates/master/authentik/authentik.xml",
"Icon": "https://raw.githubusercontent.com/ibracorp/app-logos/main/authentik/authentik.png",
"PostArgs": "server",
"CPUset": "",
"DonateText": "Help support our work by buying us a beer",
"DonateLink": "https://paypal.me/ibracorp",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "AUTHENTIK_PORT_HTTP",
"Target": "9000",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 9000",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9000"
},
{
"@attributes": {
"Name": "AUTHENTIK_PORT_HTTPS",
"Target": "9443",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 9443",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9443"
},
{
"@attributes": {
"Name": "Redis Host",
"Target": "AUTHENTIK_REDIS__HOST",
"Default": "redis",
"Mode": "",
"Description": "Container Variable: AUTHENTIK_REDIS__HOST",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PostgreSQL Host",
"Target": "AUTHENTIK_POSTGRESQL__HOST",
"Default": "postgresql",
"Mode": "",
"Description": "Container Variable: AUTHENTIK_POSTGRESQL__HOST",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PostgreSQL DB User",
"Target": "AUTHENTIK_POSTGRESQL__USER",
"Default": "authentik",
"Mode": "",
"Description": "Container Variable: AUTHENTIK_POSTGRESQL__USER",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PostgreSQL DB Name",
"Target": "AUTHENTIK_POSTGRESQL__NAME",
"Default": "authentik",
"Mode": "",
"Description": "Container Variable: AUTHENTIK_POSTGRESQL__NAME",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PostgreSQL DB Password",
"Target": "AUTHENTIK_POSTGRESQL__PASSWORD",
"Default": "",
"Mode": "",
"Description": "Container Variable: AUTHENTIK_POSTGRESQL__PASSWORD",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Error Reporting",
"Target": "AUTHENTIK_ERROR_REPORTING__ENABLED",
"Default": "",
"Mode": "",
"Description": "Container Variable: AUTHENTIK_ERROR_REPORTING__ENABLED: true or false",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "MaxMind Account ID",
"Target": "GEOIPUPDATE_ACCOUNT_ID",
"Default": "",
"Mode": "",
"Description": "https://www.maxmind.com/en/geolite2/signup",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "MaxMind License Key",
"Target": "GEOIPUPDATE_LICENSE_KEY",
"Default": "",
"Mode": "",
"Description": "Your MaxMind license key",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "GeoIP ",
"Target": "AUTHENTIK_AUTHENTIK__GEOIP",
"Default": "",
"Mode": "",
"Description": "Container Variable: AUTHENTIK_AUTHENTIK__GEOIP",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/geoip/GeoLite2-City.mmdb"
},
{
"@attributes": {
"Name": "GeoIP Path",
"Target": "/geoip",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /geoip",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "APP Key",
"Target": "AUTHENTIK_SECRET_KEY",
"Default": "",
"Mode": "",
"Description": "https://passwordsgenerator.net/",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Redis Password",
"Target": "AUTHENTIK_REDIS__PASSWORD",
"Default": "",
"Mode": "",
"Description": "Container Variable: AUTHENTIK_REDIS__PASSWORD",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Custom Templates",
"Target": "/templates",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /templates",
"Type": "Path",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Docker Socket",
"Target": "/var/run/docker.sock",
"Default": "",
"Mode": "ro",
"Description": "Container Path: /var/run/docker.sock",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "media",
"Target": "/media",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /media",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "IBRACORP's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/IBRACORPsRepository/authentik/authentik.xml",
"CategoryList": [
"Security"
],
"downloads": 43671,
"stars": 2,
"LastUpdateScan": 1649822602,
"LastUpdate": 1649799029,
"FirstSeen": 1649822602
},
{
"Name": "authentik-worker",
"Repository": "beryju/authentik:2022.4.1",
"Registry": "https://hub.docker.com/r/beryju/authentik/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://discord.gg/VWAG7rZ",
"Project": "https://github.com/goauthentik/authentik",
"Overview": "authentik is an open-source Identity Provider focused on flexibility and versatility. You can use authentik in an existing environment to add support for new protocols, implement sign-up/recovery/etc. in your application so you don't have to deal with it, and many other things.\r\n\r\nThis is the worker. You will need the Authentik app which is the server.",
"WebUI": "",
"TemplateURL": "https://raw.githubusercontent.com/ibracorp/unraid-templates/master/authentik-worker/authentik-worker.xml",
"Icon": "https://raw.githubusercontent.com/ibracorp/app-logos/main/authentik-worker/authentik_worker.png",
"ExtraParams": "--restart unless-stopped",
"PostArgs": "worker",
"CPUset": "",
"DonateText": "Help support our work by buying us a beer",
"DonateLink": "https://paypal.me/ibracorp",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "Redis Host",
"Target": "AUTHENTIK_REDIS__HOST",
"Default": "",
"Mode": "",
"Description": "Redis Host:",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PostgreSQL Host",
"Target": "AUTHENTIK_POSTGRESQL__HOST",
"Default": "",
"Mode": "",
"Description": "PostgreSQL Host:",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PostgreSQL DB User",
"Target": "AUTHENTIK_POSTGRESQL__USER",
"Default": "",
"Mode": "",
"Description": "PostgreSQL DB User: authentik",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PostgreSQL DB Name",
"Target": "AUTHENTIK_POSTGRESQL__NAME",
"Default": "",
"Mode": "",
"Description": "PostgreSQL DB Name: authentik",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PostgreSQL DB Password",
"Target": "AUTHENTIK_POSTGRESQL__PASSWORD",
"Default": "",
"Mode": "",
"Description": "PostgreSQL DB Password:",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Error Reporting",
"Target": "AUTHENTIK_ERROR_REPORTING__ENABLED",
"Default": "",
"Mode": "",
"Description": "Error Reporting: True or False",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "Secret Key",
"Target": "AUTHENTIK_SECRET_KEY",
"Default": "",
"Mode": "",
"Description": "https://passwordsgenerator.net/ - SAME AS THE AUTHENTIK SERVER",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Backups",
"Target": "/backups",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /backups",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Media",
"Target": "/media",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /media",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Certs",
"Target": "/certs",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /certs",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Docker Socket",
"Target": "/var/run/docker.sock",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /var/run/docker.sock",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Custom Templates",
"Target": "/templates",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /templates",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Redis Password",
"Target": "AUTHENTIK_REDIS__PASSWORD",
"Default": "",
"Mode": "",
"Description": "Container Variable: AUTHENTIK_REDIS__PASSWORD",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "IBRACORP's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/IBRACORPsRepository/authentik-worker/authentik-worker.xml",
"CategoryList": [
"Security"
],
"downloads": 43671,
"stars": 2,
"LastUpdateScan": 1649822602,
"LastUpdate": 1649799029,
"FirstSeen": 1649822602
},
{
"Name": "BabyBuddy",
"Repository": "linuxserver/babybuddy",
@ -196589,28 +197076,31 @@
"CategoryList": [
"Other"
],
"downloads": 16307,
"trending": 5.121,
"downloads": 16319,
"LastUpdate": 1629229423,
"trending": 0.074,
"trends": [
14.287,
12.19,
5.121
5.121,
0.074
],
"trendsDate": [
1642223012,
1644822197,
1647417797
1647417797,
1650016996
],
"downloadtrend": [
11645,
13586,
15472,
16307
16307,
16319
],
"LastUpdateScan": 1647417797,
"LastUpdate": 1629229423,
"LastUpdateScan": 1650016996,
"FirstSeen": 1629230625,
"topTrending": -9.166
"topTrending": -14.213000000000001
},
{
"Name": "GluetunVPN",

File diff suppressed because it is too large Load Diff