https://git.nostrdev.com/stuff/cloudron-maple-proxy/raw/branch/master/CloudronVersions.json
Description
Maple Proxy
A Cloudron community app that packages the trymaple.ai proxy — a lightweight, OpenAI-compatible HTTP proxy for Maple/OpenSecret's Trusted Execution Environment (TEE) inference endpoints.
The proxy exposes the familiar OpenAI surface (/v1/models, /v1/chat/completions, /v1/embeddings) and forwards requests to https://enclave.trymaple.ai. It holds no API key: each caller passes its own trymaple key per request via Authorization: Bearer <key>, which the proxy forwards upstream — the model trymaple recommends for shared/public deployments.
- OpenAI-compatible — point any OpenAI client at the proxy base URL.
- Bring-your-own-key — no secret stored in the app; users keep their own keys.
- TEE inference — requests are processed in secure enclaves upstream.
- Streaming + non-streaming chat completions, plus embeddings.
- CORS enabled — usable from browser-based clients.
Security posture: the proxy subdomain is reachable from the public internet (it must be, so programmatic agents can call it). There is no Cloudron SSO/proxyAuth gate — that would break programmatic agent access. The trymaple API key each user sends is the only secret; treat it accordingly and rotate it if leaked. Cloudron terminates TLS at the edge; keys travel only over HTTPS.
Recent Changes
fix: versions jsons
fix: cloudronversions ver
fix(ci): curl /health inside the app container in smoke test
fix: replace placeholder app icon with real Maple logo
