Files
furumi-ng/furumi-node-player
Ultradesu 6b1aa6b5d5
Publish Metadata Agent Image / build-and-push-image (push) Successful in 1m23s
Publish Node Player Image / build-and-push-image (push) Successful in 37s
Publish Web Player Image / build-and-push-image (push) Successful in 1m49s
feat: add recent plays history modal
- GET /api/me/recent endpoint returning last 50 play events with track
  and artist info
- RecentPlays modal component with time-ago display
- "Recent plays" button in user dropdown menu
- Clicking a track in history starts playback

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 17:08:54 +01:00
..
2026-03-19 15:47:21 +03:00

auth-app

Проект состоит из двух частей:

  • client - Vite + React + TypeScript
  • server - Express + TypeScript + OIDC авторизация

Запуск

  1. Скопируй server/.env.example в server/.env и заполни OIDC параметры.
    • Если нужно запустить без авторизации, поставь DISABLE_AUTH=true (OIDC параметры тогда не требуются).
  2. В одном терминале:
    • cd server
    • npm run dev
  3. В другом терминале:
    • cd client
    • npm run dev

Клиент откроется на http://localhost:5173, сервер на http://localhost:3001.