This commit is contained in:
Andrew Z 2023-10-23 04:05:37 -04:00
parent a4d2ae763a
commit 24ca4d2d71
6 changed files with 443 additions and 20 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1698041132
"last_updated_timestamp": 1698048336
}

View File

@ -165264,8 +165264,8 @@
],
"downloads": 7603243,
"stars": 108,
"LastUpdate": 1697083060,
"LastUpdateScan": 1698041131,
"LastUpdate": 1697083060,
"FirstSeen": 1698041131
},
{
@ -191749,7 +191749,6 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1698041131,
"FirstSeen": 1682445878
},
{
@ -272181,8 +272180,8 @@
"MediaServer-Music"
],
"downloads": 778,
"LastUpdate": 1693880587,
"LastUpdateScan": 1698041132,
"LastUpdate": 1693880587,
"FirstSeen": 1692842700
},
{

View File

@ -1,7 +1,7 @@
{
"apps": 2136,
"last_updated_timestamp": 1698041132,
"last_updated": "2023-10-23 02:05",
"last_updated_timestamp": 1698048336,
"last_updated": "2023-10-23 04:05",
"categories": [
{
"Cat": "Backup:",
@ -165426,8 +165426,8 @@
],
"downloads": 7603243,
"stars": 108,
"LastUpdate": 1697083060,
"LastUpdateScan": 1698041131,
"LastUpdate": 1697083060,
"FirstSeen": 1698041131
},
{
@ -191911,7 +191911,6 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1698041131,
"FirstSeen": 1682445878
},
{
@ -272343,8 +272342,8 @@
"MediaServer-Music"
],
"downloads": 778,
"LastUpdate": 1693880587,
"LastUpdateScan": 1698041132,
"LastUpdate": 1693880587,
"FirstSeen": 1692842700
},
{

View File

@ -1 +1 @@
588
637

View File

@ -3803,13 +3803,6 @@ Processing /tmp/appFeed/templates/NightMeersRepository/templates/ApachePHP8.xml.
Updating stats on containers
outlinewiki/outline
outlinewiki/outline:latest Downloads: 7603243 Stars: 108 Base: unknown
Tagged - Can't determine last update
daredoes/mopidy3
daredoes/mopidy3:stable Downloads: 778 Stars: 0 Base: unknown
dock.mau.dev/maubot/maubot
dock.mau.dev/maubot/maubot:latest Downloads: Stars: Base: unknown
Privileged: 102

View File

@ -164837,6 +164837,437 @@
"LastUpdate": 1669347173,
"FirstSeen": 1667052221
},
{
"Name": "outline",
"Repository": "outlinewiki/outline:latest",
"Registry": "https://hub.docker.com/r/outlinewiki/outline/",
"Network": "bridge",
"Support": "https://forums.unraid.net/topic/89502-support-a75g-repo/",
"Project": "https://www.getoutline.com/",
"Overview": "The fastest wiki and knowledge base for growing teams.\r\nMore information https://docs.getoutline.com/s/hosting/doc/docker-7pfeLP5a8t \r\nAuthentication used in the docker template is OpenID https://medium.com/@Lola_Dam/guide-for-installing-outline-with-authelia-as-an-openid-provider-129a141f6090",
"WebUI": "http://[IP]:[PORT:3000]",
"Icon": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/outline.png",
"Requires": "Postgres\r<br>Redis\r<br>Authentication - https://docs.getoutline.com/s/hosting/doc/authentication-7ViKRmRY5o https://github.com/outline/outline/blob/main/.env.sample https://medium.com/@Lola_Dam/guide-for-installing-outline-with-authelia-as-an-openid-provider-129a141f6090",
"Config": [
{
"@attributes": {
"Name": "Data Path",
"Target": "/var/lib/outline/data",
"Default": "",
"Mode": "rw",
"Description": "Data Path",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/outline"
},
{
"@attributes": {
"Name": "Port HTTP",
"Target": "3000",
"Default": "3000",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "3000"
},
{
"@attributes": {
"Name": "SECRET_KEY",
"Target": "SECRET_KEY",
"Default": "",
"Mode": "",
"Description": "Generate a hex-encoded 32-byte random key. You could use `openssl rand -hex 32`",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "generate_a_new_key"
},
{
"@attributes": {
"Name": "UTILS_SECRET",
"Target": "UTILS_SECRET",
"Default": "",
"Mode": "",
"Description": "Generate a hex-encoded 32-byte random key. You could use `openssl rand -hex 32`",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "generate_a_new_key"
},
{
"@attributes": {
"Name": "DATABASE_URL",
"Target": "DATABASE_URL",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "postgres://user:pass@localhost:5432/outline"
},
{
"@attributes": {
"Name": "REDIS_URL",
"Target": "REDIS_URL",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "redis://:password@localhost:6379"
},
{
"@attributes": {
"Name": "URL",
"Target": "URL",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "https://docs.example.com"
},
{
"@attributes": {
"Name": "FILE_STORAGE",
"Target": "FILE_STORAGE",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "local"
},
{
"@attributes": {
"Name": "DEFAULT_LANGUAGE",
"Target": "DEFAULT_LANGUAGE",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "en_US"
},
{
"@attributes": {
"Name": "PGSSLMODE",
"Target": "PGSSLMODE",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "disable"
},
{
"@attributes": {
"Name": "OIDC_CLIENT_ID",
"Target": "OIDC_CLIENT_ID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "outline"
},
{
"@attributes": {
"Name": "OIDC_CLIENT_SECRET",
"Target": "OIDC_CLIENT_SECRET",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "OIDC_AUTH_URI",
"Target": "OIDC_AUTH_URI",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "https://auth.example.com/api/oidc/authorization"
},
{
"@attributes": {
"Name": "OIDC_TOKEN_URI",
"Target": "OIDC_TOKEN_URI",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "https://auth.example.com/api/oidc/token"
},
{
"@attributes": {
"Name": "OIDC_USERINFO_URI",
"Target": "OIDC_USERINFO_URI",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "https://auth.example.com/api/oidc/userinfo"
},
{
"@attributes": {
"Name": "OIDC_DISPLAY_NAME",
"Target": "OIDC_DISPLAY_NAME",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "Auth"
},
{
"@attributes": {
"Name": "NODE_ENV",
"Target": "NODE_ENV",
"Default": "production",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "production"
},
{
"@attributes": {
"Name": "DATABASE_CONNECTION_POOL_MIN",
"Target": "DATABASE_CONNECTION_POOL_MIN",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "DATABASE_CONNECTION_POOL_MAX",
"Target": "DATABASE_CONNECTION_POOL_MAX",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "FILE_STORAGE_LOCAL_ROOT_DIR",
"Target": "FILE_STORAGE_LOCAL_ROOT_DIR",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "/var/lib/outline/data"
},
{
"@attributes": {
"Name": "FILE_STORAGE_UPLOAD_MAX_SIZE",
"Target": "FILE_STORAGE_UPLOAD_MAX_SIZE",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "26214400"
},
{
"@attributes": {
"Name": "FORCE_HTTPS",
"Target": "FORCE_HTTPS",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "ENABLE_UPDATES",
"Target": "ENABLE_UPDATES",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "WEB_CONCURRENCY",
"Target": "WEB_CONCURRENCY",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "1"
},
{
"@attributes": {
"Name": "MAXIMUM_IMPORT_SIZE",
"Target": "MAXIMUM_IMPORT_SIZE",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "5120000"
},
{
"@attributes": {
"Name": "LOG_LEVEL",
"Target": "LOG_LEVEL",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "info"
},
{
"@attributes": {
"Name": "RATE_LIMITER_ENABLED",
"Target": "RATE_LIMITER_ENABLED",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "RATE_LIMITER_REQUESTS",
"Target": "RATE_LIMITER_REQUESTS",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "1000"
},
{
"@attributes": {
"Name": "RATE_LIMITER_DURATION_WINDOW",
"Target": "RATE_LIMITER_DURATION_WINDOW",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "60"
}
],
"Repo": "A75G's Repository",
"TemplateURL": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/outline.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/A75GsRepository/templates/outline.xml",
"CategoryList": [
"Productivity"
],
"downloads": 7603243,
"stars": 108,
"LastUpdate": 1697083060,
"LastUpdateScan": 1698041131,
"FirstSeen": 1698041131
},
{
"Name": "phpbb",
"Repository": "bitnami/phpbb:latest",
@ -191318,6 +191749,7 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1698041131,
"FirstSeen": 1682445878
},
{
@ -271748,9 +272180,9 @@
"MediaApp-Music",
"MediaServer-Music"
],
"downloads": 738,
"LastUpdateScan": 1695441933,
"downloads": 778,
"LastUpdate": 1693880587,
"LastUpdateScan": 1698041132,
"FirstSeen": 1692842700
},
{
@ -287951,7 +288383,7 @@
"CategoryList": [
"Tools-Utilities"
],
"LastUpdateScan": 1695441933,
"LastUpdateScan": 1698041132,
"FirstSeen": 1687644271
},
{