Community Apps

Maple Proxy

By Nostr Dev

OpenAI-compatible proxy for trymaple.ai TEE inference — bring your own key

0.3.1 256MB Updated 19 Aug 2026
ai proxy openai
Install this app
In your Cloudron dashboard, open the App Store, choose "Community apps" and paste this URL:
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.

Screenshot

Recent Changes

  • feat: update upstream maple-proxy from 0.1.11 to 0.3.1