I also just started the process of migrating to a self hosted music server. I’m using navidrome, but a big feature I want is being able to easily add custom tags to songs that I can later use to search and filter for what I want. Navidrome will only open your library in read-only, which is a smart security measure, but means it cant support this. I’m going to try Koel next and see how that goes.
Navidrome will only open your library in read-only
Are you sure that’s not just the default in the example docker-compose.yml? If there isn’t some additional handling, you can just remove the “:ro” from:
I also just started the process of migrating to a self hosted music server. I’m using navidrome, but a big feature I want is being able to easily add custom tags to songs that I can later use to search and filter for what I want. Navidrome will only open your library in read-only, which is a smart security measure, but means it cant support this. I’m going to try Koel next and see how that goes.
Are you sure that’s not just the default in the example
docker-compose.yml? If there isn’t some additional handling, you can just remove the “:ro” from:volumes: - "/path/to/your/music/folder:/music:ro"