[PR #1914] [CLOSED] Add guide to install koel "bare-metal" on fedora #1947

Closed
opened 2026-02-26 03:32:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1914
Author: @prk0ghy
Created: 4/22/2025
Status: Closed

Base: masterHead: fedora-guide


📝 Commits (3)

  • 68cf073 Add guide to install koel "bare-metal" on fedora
  • ee481a0 checking the guide on a fresh install, fixing errors
  • aa35ed0 add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/1914 **Author:** [@prk0ghy](https://github.com/prk0ghy) **Created:** 4/22/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fedora-guide` --- ### 📝 Commits (3) - [`68cf073`](https://github.com/koel/koel/commit/68cf073f63ca36fe4bc26353d07307081c5abe05) Add guide to install koel "bare-metal" on fedora - [`ee481a0`](https://github.com/koel/koel/commit/ee481a08837ca7f72cc8705188ca7dac6621feff) checking the guide on a fresh install, fixing errors - [`aa35ed0`](https://github.com/koel/koel/commit/aa35ed058ff84793692251b0dfa688aca7b2f6aa) add certbot certonly ### 📊 Changes **13 files changed** (+1007 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:32:50 +03:00
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#1947
No description provided.