Calligra Suite is a comprehensive office and graphic art suite developed by KDE. It provides a versatile set of applications to handle a wide range of tasks, from creating documents and spreadsheets to designing vector graphics and managing projects.
This integrated suite includes several powerful components:
services:
calligra:
image: lscr.io/linuxserver/calligra:latest
container_name: calligra
security_opt:
- seccomp:unconfined
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- PASSWORD=${GUI_PASSWORD}
volumes:
- ./config:/config
ports:
- 3000:3000
- 3001:3001
shm_size: "1gb"
restart: unless-stopped
# Password to access the Calligra Web GUI
GUI_PASSWORD=your_secure_password
Auto-fetched 8 minutes ago