{{ message }}
Add SubsiMail - #6058
Open
subi26 wants to merge 1 commit into
Open
Conversation
SubsiMail is a self-hosted cold email sequencing platform: prospect
lists, templates, connected inboxes, and campaign data live in the
user's own SQLite database, not a third-party SaaS.
- Runtime image: docker.io/subsimail/subsimail, multi-arch
(linux/amd64 + linux/arm64), pinned to the manifest-list digest.
- Single web service behind app_proxy, SQLite persisted under
${APP_DATA_DIR}/data.
- First run needs a free license token from subsimail.com (paste or
OAuth connect) before the app is usable; noted at the top of the
manifest description.
- Website/docs are used for the manifest's website/repo/support
fields since the application source is closed.
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.

App
SubsiMail v2.0.0 — self-hosted cold email sequencing platform. Prospect lists, templates, connected inboxes, and campaign data are stored in the user's own SQLite database on their own server, not a third-party SaaS. Positioned as a self-hosted alternative to Instantly / Smartlead / lemlist / Apollo, with flat per-inbox pricing instead of per-seat fees.
Image source
docker.io/subsimail/subsimail, tag2.0.0, pinned to the multi-arch manifest-list digest.linux/amd64andlinux/arm64both present viadocker buildx imagetools inspect subsimail/subsimail:2.0.0.Notable setup behavior
descriptionso it isn't a surprise mid-install. There is no way to use the app fully offline/local-only — flagging this plainly since I know it's a departure from most App Store packages.webservice behindapp_proxy, SQLite data persisted under${APP_DATA_DIR}/data, migrations run automatically and idempotently on startup.repo:in the manifest points at the docs site rather than a source repo — the application source is closed, so there's no public repo to link.Testing performed
docker run --platform linux/arm64), confirmed it boots, prints its normal startup banner, and runs its embedded SQLite migrations without error.Assets for review
Logo: https://subsimail.com/static/apple-touch-icon.png
Screenshot: https://subsimail.com/static/img/marketing/dashboard-hero.png