v0.3.0 — Music library sync API
Server Info
API Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /auth/register | Register a new account |
| POST | /auth/login | Log in and get JWT |
| GET | /auth/me🔒 auth | Get current user info |
| GET | /auth/google | Google OAuth flow |
| GET | /auth/github | GitHub OAuth flow |
| GET | /sync/full🔒 auth | Full library sync |
| POST | /sync/push🔒 auth | Push local changes to server |
| GET | /sync/pull🔒 auth | Pull remote changes |
| POST | /kofi/webhook | Ko-fi donation webhook |
| POST | /patreon/webhook | Patreon membership webhook |
| GET | /admin | Admin dashboard UI |
| GET | /admin/api/stats🔒 auth | Server statistics (admin) |
| GET | /status | This status page (JSON) |