This commit is contained in:
Andrew Z 2024-07-21 02:06:10 -04:00
parent aea8ac0780
commit 00f11c05cc
5 changed files with 120 additions and 8 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1721534792
"last_updated_timestamp": 1721541968
}

View File

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

View File

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

View File

@ -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

View File

@ -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",