mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #540] Let's Encrypt/HTTPS integration? #384
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#384
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 @o355 on GitHub (Feb 14, 2017).
Original GitHub issue: https://github.com/koel/koel/issues/540
Hi! Another idea from the mouth of mine.
I'm wondering (as I'm a horrible person) if HTTPS can be integrated with Koel, through a proxy, or whatnot. I've heard of doing proxies behind other programs, but all the terminology just confuses me.
I'd also like to suggest somehow integrating HTTPS easily into Koel (Let's Encrypt or pre-issued SSL certs), so users streaming over the internet can securely log in. Just a suggestion.
@phanan commented on GitHub (Feb 14, 2017):
As much as I'm a fan of Let's Encrypt and service workers, I don't think this is within Koel's scope. You're free to configure your server however you want. My own Koel settings have Nginx proxying Apache over SSL.
@aa6my commented on GitHub (Jun 11, 2017):
Btw you can forceSchema to https and include use Illuminate\Support\Facades\URL; in app/Providers/AppServiceProvider.php
And mine also successfully integrate with cloudflare. https://github.com/phanan/koel/blob/master/nginx.conf.example
@alashow commented on GitHub (Jun 30, 2017):
@aa6my I believe it's
forceSchemeand notforceSchema