This commit is contained in:
Andrew Z 2023-10-23 02:05:33 -04:00
parent 432b436789
commit a4d2ae763a
7 changed files with 901 additions and 18 deletions

View File

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

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
},
{

View File

@ -1,7 +1,7 @@
{
"apps": 2135,
"last_updated_timestamp": 1698033932,
"last_updated": "2023-10-23 00:05",
"apps": 2136,
"last_updated_timestamp": 1698041132,
"last_updated": "2023-10-23 02:05",
"categories": [
{
"Cat": "Backup:",
@ -164999,6 +164999,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",
@ -191480,6 +191911,7 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1698041131,
"FirstSeen": 1682445878
},
{
@ -271910,9 +272342,9 @@
"MediaApp-Music",
"MediaServer-Music"
],
"downloads": 738,
"LastUpdateScan": 1695441933,
"downloads": 778,
"LastUpdate": 1693880587,
"LastUpdateScan": 1698041132,
"FirstSeen": 1692842700
},
{
@ -288113,7 +288545,7 @@
"CategoryList": [
"Tools-Utilities"
],
"LastUpdateScan": 1695441933,
"LastUpdateScan": 1698041132,
"FirstSeen": 1687644271
},
{

View File

@ -2982,5 +2982,6 @@
"justinhimself/i2pd": 1697508348,
"vdsm/virtual-dsm:latest": 1697738750,
"ich777/steamcmd:thefront": 1697789142,
"ghcr.io/nightmeer/apachephp8:latest": 1697894656
"ghcr.io/nightmeer/apachephp8:latest": 1697894656,
"outlinewiki/outline:latest": 1698041131
}

View File

@ -1659,6 +1659,7 @@ Processing /tmp/appFeed/templates/A75GsRepository/templates/mumble.xml...Success
Processing /tmp/appFeed/templates/A75GsRepository/templates/netbox.xml...Success
Processing /tmp/appFeed/templates/A75GsRepository/templates/deprecated/nut.xml... ***DEPRECATED BY REPO PATH*** Success
Processing /tmp/appFeed/templates/A75GsRepository/templates/nut.xml...Success
Processing /tmp/appFeed/templates/A75GsRepository/templates/outline.xml...Success
Processing /tmp/appFeed/templates/A75GsRepository/templates/phpbb.xml...Success
Processing /tmp/appFeed/templates/A75GsRepository/templates/psitransfer.xml...Success
Processing /tmp/appFeed/templates/A75GsRepository/templates/pterodactyl-panel.xml...Removed from CA
@ -3802,6 +3803,13 @@ 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

@ -98896,7 +98896,6 @@
"Tools-Utilities"
],
"downloads": 18167,
"LastUpdate": 1686593860,
"trending": 9.363,
"trends": [
13.123,
@ -98918,6 +98917,7 @@
18167
],
"LastUpdateScan": 1698026742,
"LastUpdate": 1686593860,
"FirstSeen": 1620072167,
"topTrending": -3.76
},
@ -263909,8 +263909,8 @@
"Network-Management"
],
"downloads": 636,
"LastUpdate": 1694620543,
"LastUpdateScan": 1698026742,
"LastUpdate": 1694620543,
"FirstSeen": 1661645018
},
{
@ -284819,7 +284819,6 @@
"Network-VPN",
"Plugins"
],
"LastUpdateScan": 1698026742,
"FirstSeen": 1679839477
},
{

View File

@ -76617,7 +76617,7 @@
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1695441933,
"Time": 1698041131,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -77627,7 +77627,7 @@
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1695441933,
"Time": 1698041132,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -79289,9 +79289,9 @@
},
"daredoes/mopidy3:stable": {
"Base": null,
"Downloads": 738,
"Downloads": 778,
"Stars": null,
"Time": 1695441933,
"Time": 1698041132,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -80320,5 +80320,16 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": null
},
"outlinewiki/outline:latest": {
"Base": null,
"Downloads": 7603243,
"Stars": 108,
"Time": 1698041131,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1697083060
}
}