STJÓRNA

Multi-tenant product management with a read-only REST API.

Install via Helm

helm repo add stjorna https://secanis.github.io/stjorna
helm repo update
helm install my-stjorna stjorna/stjorna --version 3.0.0-rc1

The chart provisions a PocketBase backend, a SolidJS frontend, an optional S3 (Garage) dependency, and a TLS-terminating ingress. See the chart README for the full set of values.

API

Three tiers: Public (unauthenticated reads for storefront use), Private (authenticated user CRUD), and Admin (administrator operations). The live OpenAPI 3.0.3 spec is served at /api/openapi.json on every running instance.

View API docs GitHub repo

Helm chart repository contents