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
Renovate Bot a2c03576fa Update mariadb Docker tag to v10.6.1 2021-05-25 01:00:58 +00:00
..
.env.example Modernized Koel config 2021-04-23 14:38:13 +02:00
README.md Added koel config 2021-01-10 14:50:14 +01:00
docker-compose.yml Update mariadb Docker tag to v10.6.1 2021-05-25 01:00:58 +00:00

README.md

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.