All apps · 0 apps
Docmost
OfficialDocker app from ZappyZap's Repository
Overview
Readme
View on GitHubDocmost
Open-source collaborative wiki and documentation software.
Website |
Documentation |
Twitter / X
Getting started
To get started with Docmost, please refer to our documentation or try our cloud version .
Features
- Real-time collaboration
- Diagrams (Draw.io, Excalidraw and Mermaid)
- Spaces
- Permissions management
- Groups
- Comments
- Page history
- Search
- File attachments
- Embeds (Airtable, Loom, Miro and more)
- Translations (10+ languages)
Screenshots
License
Docmost core is licensed under the open-source AGPL 3.0 license.
Enterprise features are available under an enterprise license (Enterprise Edition).
All files in the following directories are licensed under the Docmost Enterprise license defined in packages/ee/License.
- apps/server/src/ee
- apps/client/src/ee
- packages/ee
Contributing
See the development documentation
Thanks
Special thanks to;
Crowdin for providing access to their localization platform.
Algolia for providing full-text search to the docs.
Install Docmost on Unraid in a few clicks.
Find Docmost in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
docmost/docmost:latestRuntime arguments
- Web UI
https://[IP]:[PORT:3000]- Network
bridge- Shell
sh- Privileged
- false
- Extra Params
--restart=unless-stopped
Template configuration
- Target
- /app/data/storage
- Value
- /mnt/apps/appdata/docmost/data
The base URL of your application. It is optional, but useful for correct email links.
- Target
- APP_URL
A random key used for application security.
- Target
- APP_SECRET
- Value
- REPLACE_WITH_LONG_SECRET
The connection URL for your PostgreSQL database. Exemple : postgresql://docmost:STRONG_DB_PASSWORD@db:5432/docmost?schema=public
- Target
- DATABASE_URL
The connection URL for your Redis server. exemple : redis://127.0.0.1:6379
- Target
- REDIS_URL
The port on which the application will run.
- Target
- 3000
- Default
- 3000
- Value
- 3000