Releases: innotelinc/magnate
Releases · innotelinc/magnate
Release list
Magnate v2.0.1
Full Changelog: v2.0.0...v2.0.1
Magnate v2.0.0
Full Changelog: v1.2.0...v2.0.0
v1.2.0 — Authentik-first accounts + redesigned landing page
v1.0.0
What's included
Innotel Media — a subscription site for a self-hosted Jellyfin media server.
Features
- 💳 Stripe billing — hosted Checkout, Customer Portal, automatic plan/price sync
- 📺 Automatic Jellyfin provisioning when payment confirms; access disabled on cancellation
- 🗓️ 3 subscription tiers (Basic / Standard / Premium) with monthly & yearly pricing
- 🎬 Premium-only Jellyseerr request portal access
- 🔐 Admin panel — manage plans & users, reveal credentials, re-provision accounts
- 🗄️ Local SQLite storage — no external database needed
- 🌐 jfa-go account portal integration
Highlights in this release
- Docker image published to ghcr.io/innotelinc/jellyfin-subscription-platform (v1.0.0, 1.0, latest)
- Fix: SQLite database now writable for the non-root container user (self-healing entrypoint)
- New About section on the landing page + GitHub repo metadata (description, homepage, topics)
- CI (typecheck + lint) and automated release publishing workflows
Deployment
docker compose up -d --build # build from source
# or pull the image:
docker pull ghcr.io/innotelinc/jellyfin-subscription-platform:v1.0.0