kanade-backend 0.43.21

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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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 type="module" crossorigin src="/assets/index-DYOoh5R7.js"></script>
    <link rel="stylesheet" crossorigin href="/assets/index-DUwwJCNz.css">
  </head>
  <body class="bg-bg text-fg antialiased">
    <div id="root"></div>
  </body>
</html>