[GH-ISSUE #1703] Not able to connect my koel server, only with Caddy I obtain something #932

Closed
opened 2026-02-26 02:34:40 +03:00 by kerem · 1 comment
Owner

Originally created by @lmateovf on GitHub (Sep 5, 2023).
Original GitHub issue: https://github.com/koel/koel/issues/1703

Describe the bug
When entering 192.168.1.39:8000 the server only provides a blank page.

Also when trying to setup Caddy reverse_proxy it almost works [see screenshot], at least it receives the fav icon...

I'm searching on google how to set up caddy with koel and only found this: https://caddy.community/t/dynamic-site-root-from-response-header/6078 .... Just in case it helps, though it seems it is only for CaddyV1 and that it has been resolved in CaddyV2

I have also found the nginx example conf, I don't understand yet all it's parameters...
Maybe you can help understand what is all the problem, or what of this parameters here: php-fastcgi do i have to use...

I'm no developer and maybe I shouldn't be trying to set up this... but I just like the demo server and wanted to build my own... it's a pitty for me...

To reproduce
Steps to reproduce the behavior:

  1. Go to your koel unzipped and set up everything, like it's shon in the docs
  2. php artisan serve
  3. Blank page on firefox

Expected behavior
koel installed and working

Screenshots
Captura de pantalla 2023-09-05 a las 13 53 16
Captura de pantalla 2023-09-05 a las 13 54 10

Environment

  • Koel version [e.g. v6.11.2 Latest]
  • OS: [e.g. Ubuntu 22.04.3 LTS x86_64]
  • Browser [e.g. Firefox 117.0]
  • PHP version [e.g. 8.1.2-1ubuntu2.14 (cli)]
  • Node version [e.g. v20.6.0]

Additional context
I only managed to set up my Caddyfile like this, I don't really understand what else is needed

koel.xxx.duckdns.org {
    reverse_proxy 127.0.0.1:8000
}
Originally created by @lmateovf on GitHub (Sep 5, 2023). Original GitHub issue: https://github.com/koel/koel/issues/1703 **Describe the bug** When entering 192.168.1.39:8000 the server only provides a blank page. Also when trying to setup Caddy reverse_proxy it almost works [see screenshot], at least it receives the fav icon... I'm searching on google how to set up caddy with koel and only found this: https://caddy.community/t/dynamic-site-root-from-response-header/6078 .... Just in case it helps, though it seems it is only for CaddyV1 and that it has been resolved in CaddyV2 I have also found the nginx example conf, I don't understand yet all it's parameters... Maybe you can help understand what is all the problem, or what of this parameters here: [php-fastcgi](https://caddyserver.com/docs/caddyfile/directives/php_fastcgi#php-fastcgi) do i have to use... I'm no developer and maybe I shouldn't be trying to set up this... but I just like the demo server and wanted to build my own... it's a pitty for me... **To reproduce** Steps to reproduce the behavior: 1. Go to your koel unzipped and set up everything, like it's shon in the docs 2. `php artisan serve` 4. Blank page on firefox **Expected behavior** koel installed and working **Screenshots** ![Captura de pantalla 2023-09-05 a las 13 53 16](https://github.com/koel/koel/assets/62722086/b8f9f60b-62b8-4955-90c2-1ebb8b593c33) ![Captura de pantalla 2023-09-05 a las 13 54 10](https://github.com/koel/koel/assets/62722086/ca42d8a1-a631-4fd0-8db2-ad0d45146665) **Environment** - Koel version [e.g. v6.11.2 [Latest](https://github.com/koel/koel/releases/latest)] - OS: [e.g. Ubuntu 22.04.3 LTS x86_64] - Browser [e.g. Firefox 117.0] - PHP version [e.g. 8.1.2-1ubuntu2.14 (cli)] - Node version [e.g. v20.6.0] **Additional context** I only managed to set up my Caddyfile like this, I don't really understand what else is needed ``` koel.xxx.duckdns.org { reverse_proxy 127.0.0.1:8000 } ```
kerem closed this issue 2026-02-26 02:34:40 +03:00
Author
Owner

@phanan commented on GitHub (Jul 10, 2024):

Sorry, I can't provide support to set up a web server (which is what you're trying to do).

<!-- gh-comment-id:2221224564 --> @phanan commented on GitHub (Jul 10, 2024): Sorry, I can't provide support to set up a web server (which is what you're trying to do).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#932
No description provided.