mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[PR #1914] [CLOSED] Add guide to install koel "bare-metal" on fedora #1947
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#1947
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?
📋 Pull Request Information
Original PR: https://github.com/koel/koel/pull/1914
Author: @prk0ghy
Created: 4/22/2025
Status: ❌ Closed
Base:
master← Head:fedora-guide📝 Commits (3)
68cf073Add guide to install koel "bare-metal" on fedoraee481a0checking the guide on a fresh install, fixing errorsaa35ed0add certbot certonly📊 Changes
13 files changed (+1007 additions, -40 deletions)
View changed files
📝
.gitignore(+3 -0)➕
docs/guide/install-tutorial-fedora.md(+520 -0)📝
docs/troubleshooting.md(+79 -0)➕
examples/etc/nginx/conf.d/koel.example.conf(+48 -0)➕
examples/etc/nginx/conf.d/redirect-to-https.conf(+8 -0)➕
examples/etc/nginx/nginx.conf(+29 -0)➕
examples/etc/php-fpm.d/koel.conf(+13 -0)➕
examples/etc/php.ini(+167 -0)➕
examples/srv/koel/media/dummy.mp3(+1 -0)➕
examples/srv/koel/releases/dummy-koel-release.zip(+1 -0)➕
examples/srv/koel/www/_dot_env(+124 -0)➕
examples/var/lib/pgsql/data/pg_hba.conf(+14 -0)➖
nginx.conf.example(+0 -40)📄 Description
Hey phanan,
I decided to install koel for myself. Since I had troubles installing it I thought I'd write a guide on how to do this.
Looking forward to your comment/review. If I need to change anything in my PR I will be glad for your input.
Cheers
prk0ghy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.