Skip to content

Releases: cloudface-tech/cloudwiki

CloudWiki v3.0.0-beta.1

06 Apr 15:29

Choose a tag to compare

Pre-release

CloudWiki v3.0.0-beta.1

First public beta release of CloudWiki — an open-source knowledge platform built with Node.js, Vue 3, and PostgreSQL.

What's included

  • CloudFace Design System — Modern UI with cyan/navy color palette, Inter font, dark/light theme
  • Real-time collaboration — Multiple users editing simultaneously via Hocuspocus/Y.js
  • Editors — WYSIWYG (TipTap) and Markdown (Monaco) with live preview
  • Authentication — OIDC, OAuth2, SAML, LDAP, CAS, Keycloak, and 15+ providers
  • Multi-site — Run multiple wikis from a single installation
  • Full-text search — Powered by PostgreSQL
  • Storage backends — Database, Git, GitHub, S3, Azure, Google Cloud, SFTP, local disk
  • GraphQL and REST APIs
  • Docker-ready — Single container deployment

Quick start

docker run -d -p 3000:3000 \
  -e DB_TYPE=postgres \
  -e DB_HOST=your-db-host \
  -e DB_PORT=5432 \
  -e DB_USER=cloudwiki \
  -e DB_PASS=your-password \
  -e DB_NAME=cloudwiki \
  ghcr.io/gmowses/cloudwiki:latest

Contributing

We welcome contributions! Check out CONTRIBUTING.md and look for issues labeled good first issue.


Full changelog: https://github.com/cloudface-tech/cloudwiki/commits/v3.0.0-beta.1