rohitghumare64/spacedeck

By rohitghumare64

Updated over 1 year ago

A self-hosted, real-time collaborative whiteboard application with rich media support.

Image
Web servers
Content management system
0

312

rohitghumare64/spacedeck repository overview

Spacedeck Open - Collaborative Whiteboard

A self-hosted, real-time collaborative whiteboard application with rich media support.

Quick Start

docker pull rohitghumare64/spacedeck:latest
docker run -d -p 9666:9666 rohitghumare64/spacedeck:latest

Access the application at: http://localhost:9666

##Features

  • Virtual whiteboards with unlimited size
  • Drag & drop support for images, videos, and audio
  • Rich text editing with full formatting control
  • Drawing and annotation tools
  • Zooming presentation capabilities
  • Real-time collaboration
  • Space sharing via web or email

##Configuration The container uses the following default configuration:

  • Port: 9666
  • Host: 0.0.0.0
  • SQLite database for storage
  • Default invite code: "secret"

Environment Variables

You can customize the configuration by mounting a custom config file:

docker run -d -p 9666:9666 -v /path/to/your/config.json:/app/config/default.json rohitghumare64/spacedeck:latest

Tag summary

Content type

Image

Digest

sha256:bf4bbdec4

Size

354.8 MB

Last updated

over 1 year ago

docker pull rohitghumare64/spacedeck