Spotify wrapped and last.fm api alternative for jellyfin.
| app | ||
| bootstrap | ||
| config | ||
| database | ||
| public | ||
| resources | ||
| routes | ||
| storage | ||
| tests | ||
| .editorconfig | ||
| .env.example | ||
| .gitattributes | ||
| .gitignore | ||
| artisan | ||
| composer.json | ||
| composer.lock | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| phpunit.xml | ||
| README.md | ||
| vite.config.js | ||
Jellypakt
Spotify wrapped and last.fm api for jellyfin. Using laravel.
Setup
- Clone the repository and setup environment:
git clone ssh://git@git.alexjonker.dev:2222/alex/jellypakt.git
cd jellypakt
cp .env.example .env
-
Configure the database and jellyfin settings in
.envfile -
Install dependencies and setup application:
composer install
npm install
php artisan key:generate
php artisan migrate
- Start development server:
npm run dev
The application will be available at http://localhost:3000