Add SystemPrompt (self-hosted AI governance gateway)#981
Open
Ejb503 wants to merge 1 commit into
Open
Conversation
Ejb503
added a commit
to systempromptio/systemprompt-template
that referenced
this pull request
Jul 16, 2026
Reverse-domain x-casaos.id, en_US locale keys, version/update_at/ release_notes/website/repo/support/docs fields; sync script now bumps x-casaos.version alongside the image pin. Upstream draft PR: IceWhaleTech/CasaOS-AppStore#981.
|
Ejb503
marked this pull request as ready for review
July 16, 2026 14:06
Author
|
Hi team, thanks for maintaining the store! This is my first submission here, so I hope I've followed the v2 conventions correctly. I went through the protocol docs and ran Happy to answer any questions about the app itself too. Feel free to reach out any time, either here or via the issues on our repo. |
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.



Type of change
New app: SystemPrompt under
Apps/SystemPrompt/.What is this app
SystemPrompt is a self-hosted governance gateway for AI providers (Claude, OpenAI, Gemini): policy checks, secret scanning, audit trails, rate limits, and MCP orchestration. The app bundles the gateway with a Postgres 18 database.
ghcr.io/systempromptio/systemprompt-template:0.21.0(pinned, published multi-arch for amd64 and arm64)What changed
Adds
Apps/SystemPrompt/with:docker-compose.ymlwith a top-levelx-casaosblock per the v2 protocol reference (id: io.systemprompt.gateway,main,index,port_map,icon, locale-keyedtitle/tagline/description/tips/release_notes,category: Developer,version,update_at,website/repo/support/docs)icon.svgandscreenshot-1.pngapp assetsHow it was validated
docker compose config -qpasses on the app compose file../scripts/build_dist.shcompletes without errors for this app:dist/index.jsonincludes the app anddist/apps/io.systemprompt.gateway/is generated with per-architecture compose files,meta.json, icon PNG fallback, and the optimized screenshot./healthand/v1/modelsreturn 200, and a restart on the persisted volumes recovers cleanly.Notes for reviewers
tips.before_installand in the env descriptions).POSTGRES_PASSWORDmust be set before first start; the bundled database is initialised with it.