mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #2024] Koel doesn't work with Synology NAS #1056
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#1056
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ait-cgonzalez on GitHub (Jul 4, 2025).
Original GitHub issue: https://github.com/koel/koel/issues/2024
IM TRYING to setup Koel inside Docker Container in a Synology NAS but i get this error with all songs when i try to reproduce.
i have all the permissions set it up, but nothing works.
[:error] [pid 21:tid 21] (13)Permission denied: [client 172.20.0.1:56110] xsendfile: cannot open file: /music/Adele/21 (Deluxe Version)/15 Someone Like You (Live Acoustic).mp3, referer: http://NASIP:7777/
yaml file
version: '3'
services:
koel:
image: phanan/koel
container_name: koel
ports:
- 7777:80
environment:
- DB_CONNECTION=mysql
- DB_HOST=NASIP
- DB_USERNAME=koel_user
- DB_PASSWORD=Removed
- DB_DATABASE=koel_db
volumes:
- /volume1/temporal/audio:/music
- /volume1/docker/koel/covers:/var/www/html/public/img/covers
- /volume1/docker/koel/indexes:/var/www/html/storage/search-indexes
volumes:
db:
driver: local
music:
driver: local
covers:
driver: local
search_index:
driver: local
@phanan commented on GitHub (Jul 13, 2025):
What's the output of the
php artisan koel:doctorcommand?@ait-cgonzalez commented on GitHub (Jul 14, 2025):
Hi, i resolved the issue was downloading the incorrect dockert file