Skip to content

Releases: innotelinc/magnate

Magnate v2.0.1

Choose a tag to compare

@github-actions github-actions released this 07 Sep 12:40

Full Changelog: v2.0.0...v2.0.1

Magnate v2.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 02:07

Full Changelog: v1.2.0...v2.0.0

v1.2.0 — Authentik-first accounts + redesigned landing page

Choose a tag to compare

@innotelinc innotelinc released this 01 Sep 14:02

v1.0.0

Choose a tag to compare

@innotelinc innotelinc released this 06 Aug 20:44

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