feat(template): add AppBoard — open-source, self-hostable ASO tool#10884
Closed
erykkruk wants to merge 2 commits into
Closed
feat(template): add AppBoard — open-source, self-hostable ASO tool#10884erykkruk wants to merge 2 commits into
erykkruk wants to merge 2 commits into
Conversation
Contributor
|
This PR did not pass quality checks so it will be closed. If you believe this is a mistake please let us know. |
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.
AppBoard
Adds a one-click service template for AppBoard — an open-source, self-hostable ASO (App Store Optimization) tool. It brings App Store & Google Play listing management, keyword rank tracking, a screenshot editor, publishing and market research into one panel.
appboard_web,appboard_website)Stack
postgres—postgres:18-alpinebackend—ghcr.io/erykkruk/appboard-backend(Bun/Elysia API, internal only)web—ghcr.io/erykkruk/appboard-web(Next.js admin panel, exposed viaSERVICE_FQDN_WEB_6600, proxies/apito the backend)Both images are public on GHCR and tagged
:latest(built by GitHub Actions from the source repos).Zero-config first run
ENCRYPTION_KEYis auto-generated (64-hex) and persisted to a volume on first boot by the backend entrypoint.ADMIN_EMAIL, then log in with email + the generatedSERVICE_PASSWORD_ADMIN. Optionally setSMTP_*for email-OTP login andOPENROUTER_API_KEYfor the AI features.Notes
templates/composeconventions (metadata header,SERVICE_*magic variables, healthchecks, named volumes).public/svgs/appboard.svg.templates/service-templates.json(assuming that's produced by maintainers/CI — happy to add it if you'd prefer).Thanks for Coolify — it's what AppBoard itself is deployed on. 🙌