Partager l'information et collaborer.

Logo Docmost

Docmost

Self-hosted team wiki with real-time collaboration — open-source Notion and Confluence alternative.

2 Go (4 Go recommandé) RAM 2 vCPU Port 3000 Disponible

Stack technique

DockerNode.jsPostgreSQL 16Redis 7
RAM minimum2 Go (4 Go recommandé)
CPU minimum2 vCPU
Port par défaut3000
OS compatiblesubuntu-24.04

Docmost is an open-source collaborative wiki and documentation platform built as a self-hosted alternative to Notion and Confluence. Multiple people can work on the same page simultaneously — no overwrites, no document locking — with changes synced live across all connected editors.

Deployed on a ServOrbit VPS, Docmost gives your team a private knowledge base with nested page trees, full-text search, inline comments, page history and built-in diagramming (Mermaid, Draw.io, Excalidraw). The entire stack runs in three Docker containers — Docmost, PostgreSQL and Redis — from a single Compose file. Your docs stay on your server, subject to your retention policy, with no per-seat pricing or vendor lock-in.

Fonctionnalités clés

Real-time collaborative editing — multiple editors, one page, zero conflicts
Nested page tree with unlimited depth and drag-and-drop reorganisation
Built-in diagramming: Mermaid, Draw.io and Excalidraw without extra plugins
Full-text search across all pages and attachments
Inline comments, page history and version diff
Workspaces, groups and fine-grained permission control
AGPL-3.0 — fully self-hostable, air-gap capable

Quand utiliser cette solution ?

1

Engineering wiki

Runbooks, ADRs, onboarding docs and postmortems — all searchable, versioned and collaboratively maintained without leaving the browser.

2

Project documentation

Write specs, meeting notes and roadmaps together in real time, then track changes through built-in page history.

3

Internal knowledge base

Centralise HR policies, support playbooks and client-facing FAQ drafts on infrastructure you own — no per-seat bill, no data leaving your server.

Déployer Docmost sur votre VPS

Guide optimisé pour les VPS Cloud ServOrbit.

01

Provision a VPS

Order a ServOrbit VPS with at least 2 GB RAM (4 GB for teams of 10+) running Ubuntu 22.04. Docmost itself is lightweight — most of the RAM budget goes to PostgreSQL. Open port 3000 or plan a reverse proxy on port 80/443.

02

Generate secrets

SSH into the VPS and run openssl rand -hex 32 to generate APP_SECRET. Choose a strong POSTGRES_PASSWORD. Create /opt/docmost/.env with APP_URL, APP_SECRET, DATABASE_URL (postgresql://docmost:@db/docmost) and REDIS_URL (redis://redis:6379).

03

Deploy with Docker Compose

Create /opt/docmost/docker-compose.yml with three services: docmost (docmost/docmost:latest, port 3000), db (postgres:16-alpine) and redis (redis:7-alpine, --appendonly yes). Then run docker compose up -d. Allow 30 seconds for migrations on first boot.

04

Reverse proxy + SSL

With Caddy: docs.yourdomain.com { reverse_proxy localhost:3000 } — TLS is automatic. With Nginx: proxy_pass http://127.0.0.1:3000 + Certbot. Update APP_URL in .env to your HTTPS domain and restart: docker compose restart docmost.

05

Create your workspace

Open the UI, register the first admin account and name your workspace. Invite teammates from Settings → Members. Pages live in a tree on the left sidebar — start with a home page and grow from there.

Questions fréquentes

Docmost is an open-source collaborative wiki and documentation platform (AGPL-3.0). It is a self-hosted alternative to Notion and Confluence, with real-time editing, nested pages, full-text search and built-in diagramming — all running on your own server.

Partager l'information et collaborer.

Activez Docmost sur votre infrastructure.

VPS Cloud dédié — IPv4 incluse, datacenter européen, support inclus. Vos données ne quittent jamais votre serveur.

Configuration recommandée : 2 Go (4 Go recommandé) RAM · 2 vCPU

Besoin d'aide ?

Parcourez notre centre d'aide et notre FAQ, ou écrivez à notre équipe — support en anglais, français et arabe.