This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
self-hosting/koel/README.md

539 B

Koel

Koel is a self-hostable music server.

Initial setup

After launching the application for the first time, you have to run the initial setup. This can be done using the following command:

docker exec -it koel_app_1 php artisan koel:init

This will ask you to configure the admin user etc. The location for the music can be left as the default (/music). The command will error out after asking this; this is normal. Even though an error occurred, the system still initialized successfully.