Skip to content

admin/v0.19.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 11:12
874455c

Lantern admin SPA

Multi-arch container (linux/amd64, linux/arm64), signed with cosign keyless. Caddy 2 Alpine serves the React Router build on :8080 with SPA fallback.

docker run --rm -p 8080:8080 ghcr.io/anaregdesign/lantern-admin:v0.19.0

Then open http://localhost:8080 and point the Lantern picker in the header at your Lantern server (defaults to http://localhost:6380). Make sure LANTERN_CORS_ALLOWED_ORIGINS on the server includes the admin origin — see server/README.md.