kanade-backend 0.44.2

axum + SQLite projection backend for the kanade endpoint-management system. Hosts /api/* and the embedded SPA dashboard, projects JetStream streams into SQLite, drives the cron scheduler
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" type="image/svg+xml" href="/icon.svg" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>kanade — 奏</title>
    <script>
      (function () {
        var t = localStorage.getItem('kanade-theme');
        if (t === 'dark') document.documentElement.classList.add('dark');
        else if (t === 'light') document.documentElement.classList.add('light');
      })();
    </script>
    <script type="module" crossorigin src="/assets/index-BPrVfL-K.js"></script>
    <link rel="modulepreload" crossorigin href="/assets/rolldown-runtime-QTnfLwEv.js">
    <link rel="stylesheet" crossorigin href="/assets/index-DDgrWz-A.css">
  </head>
  <body class="bg-bg text-fg antialiased">
    <div id="root"></div>
  </body>
</html>