This repository is my personal Docmost-based knowledge workspace. It keeps the collaboration, wiki, page editing, sharing, permissions, and deployment workflows that I use, with project-facing docs focused on local development and self-hosted use.
- Real-time collaborative pages and spaces.
- Groups, members, comments, search, attachments, and page history.
- Self-developed community features under
apps/client/src/features/communityandapps/server/src/community. - Docker-based local/self-hosted deployment.
pnpm.cmd install --frozen-lockfile
pnpm.cmd run devBuild individual apps:
pnpm.cmd run client:build
pnpm.cmd run server:buildRun with Docker:
docker compose up -d- This is maintained as a personal project for self-hosted use.
- New self-developed functionality should be implemented in the
communitynamespaces. - Avoid coupling personal features to unused upstream modules.
- Keep deployment secrets in
.env; do not commit private keys, tokens, or production credentials.
See LICENSE for the open-source license text included with this repository. Additional third-party or upstream files may retain their original notices where applicable.