Releases: TahaHydra/CompDesk
Release list
CompDesk v0.9.0-beta.2 — Public Beta
This beta strengthens first-run setup, browser compatibility, ticket privacy, uploads, notifications, integrations, and the packaged Docker runtime.
Highlights
- Made first-run setup tokens reliably one-time under concurrent requests and improved safe recovery after interrupted setup.
- Fixed ticket creation and copy actions on private-LAN HTTP deployments where secure-context browser APIs are unavailable.
- Prevented restricted ticket-form fields from appearing in API responses or editable requester payloads.
- Revalidated notification recipients at delivery time and removed deleted-comment content from notifications.
- Bounded upload request bodies even when clients omit or misreport
Content-Length. - Hardened API authentication throttling, reverse-proxy address handling, and webhook retry signing.
- Corrected Docker image packaging and migration execution, and refreshed deployment and recovery guidance.
- Updated dependencies; both production and full npm audits report zero known vulnerabilities at release time.
Beta limitations
- Docker Compose with bundled PostgreSQL is the supported deployment path for this beta.
- Multi-replica deployments require shared attachment storage and coordinated configuration.
- Malware scanning requires an optional ClamAV service.
- SMTP server acceptance does not guarantee mailbox delivery.
Back up the database, configuration, and attachment storage before upgrading. See the README and deployment guides for the supported installation and update procedure.
CompDesk v0.9.0-beta.1 — Public Beta
CompDesk v0.9.0-beta.1
The first public beta of CompDesk, a lightweight, privacy-first, self-hosted help desk and ticketing platform built by xHydra.
Highlights
- Self-hosted ticket management
- Department-based ticket routing
- Role-based access control
- Ticket assignment, replies, attachments and status workflows
- Search and filtering
- Custom organization branding
- First-run setup wizard
- Docker deployment with bundled PostgreSQL
- Backup and restore tooling
- xHydra default branding with full tenant customization
Installation
The recommended beta deployment uses Docker Compose with the bundled PostgreSQL database.
A version-pinned docker-compose.yml will be attached to this release after the image publishing workflow completes.
Container image
ghcr.io/tahahydra/compdesk:0.9.0-beta.1
Important beta limitations
- This is a public beta, not a stable v1.0 release.
- External PostgreSQL Compose deployment is not currently supported.
- Use HTTPS when exposing CompDesk outside localhost.
- Review the deployment and production-hardening documentation before using it with real organizational data.
Feedback and security
Please use GitHub Issues for bugs and feature requests.
For security reports, follow the instructions in SECURITY.md.
CompDesk is released under the MIT License.