feat: add Sentroy workspace platform template#993
Closed
arasors wants to merge 2 commits into
Closed
Conversation
Sentroy is a self-hostable workspace suite (mail, storage, auth/OIDC, status, WhatsApp, issue tracker, audio studio, downloader, MongoDB backup) on MongoDB, plus a standalone mail server (Postfix/Dovecot/Rspamd + REST API). Both use public prebuilt ghcr.io/sentroy-co/sentroy-oss-* images and derive every URL from one root_domain variable.
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
…apping) The mail server needs SMTP/IMAP on fixed host ports (25/587/465/143/993), which the blueprint CI rejects (only proxy-routed HTTP ports allowed). Keep the HTTP-only Sentroy platform template, which passes cleanly.
Contributor
|
Thanks for the contribution and for the care put into the template itself. However, Dokploy templates are meant for established projects with a real user base, and Sentroy doesn't meet that bar yet: the repository was created 3 days before this PR (currently 1 star, single contributor, who is also the PR author), and identical templates were closed at Coolify for the same reason. The template also ships with required-but-empty S3 (IDRIVE_*) variables, so Storage/Backup wouldn't work out of the box. Once the project has meaningful traction (stars, users, independent contributors) we'd be happy to reconsider — feel free to reopen then. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a template for Sentroy — a self-hostable workspace suite (mail dashboard, storage, auth/OIDC provider, status page, WhatsApp gateway, issue tracker, audio studio, media downloader, MongoDB backup) on MongoDB.
How it works
ghcr.io/sentroy-co/sentroy-oss-*) — no build step.root_domainvariable drives every app's subdomain, and the app URLs resolve from it at container start, so one prebuilt image works on any domain.${password},${base64}).Testing
Validated with
validate-templateandvalidate-docker-compose, and deployed + verified on our own instance (team-tested, no issues).