From 00f11c05cc2704d58e47fb949205568f78e72f63 Mon Sep 17 00:00:00 2001 From: Andrew Z Date: Sun, 21 Jul 2024 02:06:10 -0400 Subject: [PATCH] Update --- applicationFeed-lastUpdated.json | 2 +- applicationFeed-raw.json | 3 +- applicationFeed.json | 7 +- log.txt | 3 - old-applicationFeed-raw.json | 113 +++++++++++++++++++++++++++++++ 5 files changed, 120 insertions(+), 8 deletions(-) diff --git a/applicationFeed-lastUpdated.json b/applicationFeed-lastUpdated.json index 2d4df3275..55f789dc4 100755 --- a/applicationFeed-lastUpdated.json +++ b/applicationFeed-lastUpdated.json @@ -1,3 +1,3 @@ { - "last_updated_timestamp": 1721534792 + "last_updated_timestamp": 1721541968 } \ No newline at end of file diff --git a/applicationFeed-raw.json b/applicationFeed-raw.json index 3b032d948..4a806c772 100644 --- a/applicationFeed-raw.json +++ b/applicationFeed-raw.json @@ -290606,6 +290606,7 @@ "Network": "bridge", "Shell": "sh", "Privileged": "false", + "Support": "https://forums.unraid.net/topic/170592-support-devzwf-docmost/", "Project": "https://github.com/docmost/docmost", "Overview": "Open-source collaborative wiki and documentation software\r\nCreate, collaborate, and share knowledge seamlessly with Docmost.\r\nIdeal for managing your wiki, knowledge-base, documentation and a lot more.\r\n\r\nRequire before deploying:\r\n - Postgres \r\n - redis", "WebUI": "https://[IP]:[PORT:3000]", @@ -290707,8 +290708,8 @@ "Tools-Utilities" ], "downloads": 7689, - "LastUpdate": 1721496618, "LastUpdateScan": 1721534787, + "LastUpdate": 1721496618, "FirstSeen": 1721534787 }, { diff --git a/applicationFeed.json b/applicationFeed.json index 1d96f726a..0db6233b7 100755 --- a/applicationFeed.json +++ b/applicationFeed.json @@ -1,7 +1,7 @@ { "apps": 2324, - "last_updated_timestamp": 1721534792, - "last_updated": "2024-07-21 00:06", + "last_updated_timestamp": 1721541968, + "last_updated": "2024-07-21 02:06", "categories": [ { "Cat": "AI:", @@ -290772,6 +290772,7 @@ "Network": "bridge", "Shell": "sh", "Privileged": "false", + "Support": "https://forums.unraid.net/topic/170592-support-devzwf-docmost/", "Project": "https://github.com/docmost/docmost", "Overview": "Open-source collaborative wiki and documentation software\r\nCreate, collaborate, and share knowledge seamlessly with Docmost.\r\nIdeal for managing your wiki, knowledge-base, documentation and a lot more.\r\n\r\nRequire before deploying:\r\n - Postgres \r\n - redis", "WebUI": "https://[IP]:[PORT:3000]", @@ -290873,8 +290874,8 @@ "Tools-Utilities" ], "downloads": 7689, - "LastUpdate": 1721496618, "LastUpdateScan": 1721534787, + "LastUpdate": 1721496618, "FirstSeen": 1721534787 }, { diff --git a/log.txt b/log.txt index 01caac2aa..65de4d910 100644 --- a/log.txt +++ b/log.txt @@ -4246,9 +4246,6 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml.. Updating stats on containers -docmost/docmost -docmost/docmost:latest Downloads: 7689 Stars: 0 Base: unknown -Pulling docmost/docmost:latest Privileged: 103 diff --git a/old-applicationFeed-raw.json b/old-applicationFeed-raw.json index 20ae94d6e..3b032d948 100644 --- a/old-applicationFeed-raw.json +++ b/old-applicationFeed-raw.json @@ -290598,6 +290598,119 @@ "topTrending": 0.10200000000000004, "topPerforming": 0.534 }, + { + "Name": "Docmost", + "Repository": "docmost/docmost:latest", + "Beta": "true", + "Registry": "https://hub.docker.com/r/docmost/docmost", + "Network": "bridge", + "Shell": "sh", + "Privileged": "false", + "Project": "https://github.com/docmost/docmost", + "Overview": "Open-source collaborative wiki and documentation software\r\nCreate, collaborate, and share knowledge seamlessly with Docmost.\r\nIdeal for managing your wiki, knowledge-base, documentation and a lot more.\r\n\r\nRequire before deploying:\r\n - Postgres \r\n - redis", + "WebUI": "https://[IP]:[PORT:3000]", + "TemplateURL": "https://raw.githubusercontent.com/devzwf/unraid-docker-templates/master/docmost.xml", + "Icon": "https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/docmost-logo.png", + "ExtraParams": "--restart=unless-stopped", + "Config": [ + { + "@attributes": { + "Name": "Storage", + "Target": "/app/data/storage", + "Default": "", + "Mode": "rw", + "Description": "", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "/mnt/apps/appdata/docmost/data" + }, + { + "@attributes": { + "Name": "Application URL", + "Target": "APP_URL", + "Default": "", + "Mode": "", + "Description": "The base URL of your application. It is optional, but useful for correct email links.", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Application Secret", + "Target": "APP_SECRET", + "Default": "", + "Mode": "", + "Description": "A random key used for application security.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "REPLACE_WITH_LONG_SECRET" + }, + { + "@attributes": { + "Name": "Database URL", + "Target": "DATABASE_URL", + "Default": "", + "Mode": "", + "Description": "The connection URL for your PostgreSQL database.\rExemple : postgresql://docmost:STRONG_DB_PASSWORD@db:5432/docmost?schema=public", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Redis URL", + "Target": "REDIS_URL", + "Default": "", + "Mode": "", + "Description": "The connection URL for your Redis server.\rexemple : redis://127.0.0.1:6379", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "WebUI", + "Target": "3000", + "Default": "3000", + "Mode": "tcp", + "Description": "The port on which the application will run.", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "3000" + } + ], + "Repo": "ZappyZap's Repository", + "Official": true, + "ChangeLogPresent": true, + "templatePath": "/tmp/GitHub/AppFeed/templates/ZappyZapsRepository/docmost.xml", + "CategoryList": [ + "Productivity", + "Tools-Utilities" + ], + "downloads": 7689, + "LastUpdate": 1721496618, + "LastUpdateScan": 1721534787, + "FirstSeen": 1721534787 + }, { "Name": "esphome-libretiny", "Repository": "ghcr.io/libretiny-eu/libretiny-esphome-docker:latest",