mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #74] Running in public directory on Fedora home server #54
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#54
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 @ronilaukkarinen on GitHub (Dec 16, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/74
Hello,
First of all, sounds interesting project! I'm keen on this after using Subsonic for a long time, which is "commercial" and quite deprecated, not to mention pain to develop as a front end dev.
There's no mention in the wiki about running this in public domain. Installed just fine with npm, bower and composer, set up vhost to point to subdomain properly, but always getting a timeout. Also getting this in
Only thing I got in logs was this:
But apparently it's solved when added better permissions to
storageandvendor.After timeout I see my domain has been changed in addressbar to a local IP address, so no wonder it timeouts. Any tips how to get this to run from outside my local network? or is it intended to use as so?
@phanan commented on GitHub (Dec 16, 2015):
Koel should run file outside of a local network, and in fact I'm using it just that way. Your described errors don't seem to be related to Koel per-se, but about your web/domain/hosting configuration apparently.
@ronilaukkarinen commented on GitHub (Dec 16, 2015):
I have a home server, and my other subdomains are working properly. This is my virtualhosts entry in
httpd.conf(myserverandmyuserchanged for security reasons for this paste):Any tips? do I need to run
php artisan serveby default? Laravel is new to me.@phanan commented on GitHub (Dec 16, 2015):
Unfortunately I don't have enough Apache config knowledge to support this, sorry.
@etopian commented on GitHub (Dec 17, 2015):
this should solve it http://stackoverflow.com/questions/29912997/laravel-routes-behind-reverse-proxy
@NamPNQ commented on GitHub (Dec 17, 2015):
Oh no, don't use php serve and apache proxy pass, u can try with this config
github.com/NamPNQ/koel@bad5c94e92/apache.conf@ronilaukkarinen commented on GitHub (Dec 17, 2015):
@NamPNQ I don't get how is that supposed to work with sub domains and with koel in its own subdirectory. I got it working by using command
php artisan serve --hostname 192.168.2.100and this in my httpd.conf:@NamPNQ commented on GitHub (Dec 18, 2015):
@ronilaukkarinen:
@ronilaukkarinen commented on GitHub (Dec 18, 2015):
@NamPNQ That works, thanks!
@vukidrock commented on GitHub (Dec 22, 2015):
@ronilaukkarinen @NamPNQ
it's not work, the result
the url on address bar show
@phanan commented on GitHub (Dec 22, 2015):
Koel don't work from a subfolder.
@ronilaukkarinen commented on GitHub (Dec 22, 2015):
@vukidrock I have koel in a "subfolder", but then koel must be set up in subdomain. I have apache on Fedora and it works just fine. I suggest you to try the vhost setup discussed in this thread. @NamPNQ's simple vhost is the best approach so far on apache.
@vukidrock commented on GitHub (Dec 22, 2015):
@ronilaukkarinen @phanan It's OK, unbelievable, it's work if I set subdomain, thank you so much
@X-Ryl669 commented on GitHub (Aug 9, 2016):
Why ? Is it absolutely required ?
@phanan commented on GitHub (Aug 10, 2016):
Yes it is, by design.
On Tuesday, August 9, 2016, X-Ryl669 notifications@github.com wrote: