[PR #1953] [MERGED] feat: make artifacts path configurable #1977

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1953
Author: @phanan
Created: 6/15/2025
Status: Merged
Merged: 6/16/2025
Merged by: @phanan

Base: masterHead: artifacts-path


📝 Commits (1)

  • 82b7960 feat: make artifacts path configurable

📊 Changes

25 files changed (+163 additions, -62 deletions)

View changed files

📝 .env.example (+7 -0)
📝 .github/workflows/unit-backend-mysql.yml (+0 -4)
📝 .github/workflows/unit-backend-pgsql.yml (+0 -4)
📝 .github/workflows/unit-backend-sqlite.yml (+0 -4)
📝 app/Builders/SongBuilder.php (+2 -1)
app/Console/Commands/CleanUpTempFilesCommand.php (+38 -0)
📝 app/Console/Commands/DoctorCommand.php (+5 -4)
📝 app/Console/Kernel.php (+2 -0)
📝 app/Helpers.php (+17 -2)
📝 app/Http/Controllers/API/SettingController.php (+1 -1)
📝 app/Models/SongZipArchive.php (+2 -3)
📝 app/Services/SongStorages/CloudStorage.php (+1 -4)
📝 app/Services/SongStorages/Concerns/ScansUploadedFile.php (+3 -2)
📝 app/Services/SongStorages/SftpStorage.php (+3 -7)
📝 app/Services/Transcoding/CloudTranscodingStrategy.php (+1 -1)
📝 app/Services/Transcoding/LocalTranscodingStrategy.php (+1 -1)
📝 app/Services/Transcoding/SftpTranscodingStrategy.php (+1 -1)
📝 app/Services/Transcoding/TranscodingStrategy.php (+0 -2)
📝 app/Values/Podcast/EpisodePlayable.php (+2 -4)
📝 config/koel.php (+4 -0)

...and 5 more files

📄 Description

No description provided


🔄 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/1953 **Author:** [@phanan](https://github.com/phanan) **Created:** 6/15/2025 **Status:** ✅ Merged **Merged:** 6/16/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `artifacts-path` --- ### 📝 Commits (1) - [`82b7960`](https://github.com/koel/koel/commit/82b79602553da5003f5e2a74932e4f589622e05a) feat: make artifacts path configurable ### 📊 Changes **25 files changed** (+163 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+7 -0) 📝 `.github/workflows/unit-backend-mysql.yml` (+0 -4) 📝 `.github/workflows/unit-backend-pgsql.yml` (+0 -4) 📝 `.github/workflows/unit-backend-sqlite.yml` (+0 -4) 📝 `app/Builders/SongBuilder.php` (+2 -1) ➕ `app/Console/Commands/CleanUpTempFilesCommand.php` (+38 -0) 📝 `app/Console/Commands/DoctorCommand.php` (+5 -4) 📝 `app/Console/Kernel.php` (+2 -0) 📝 `app/Helpers.php` (+17 -2) 📝 `app/Http/Controllers/API/SettingController.php` (+1 -1) 📝 `app/Models/SongZipArchive.php` (+2 -3) 📝 `app/Services/SongStorages/CloudStorage.php` (+1 -4) 📝 `app/Services/SongStorages/Concerns/ScansUploadedFile.php` (+3 -2) 📝 `app/Services/SongStorages/SftpStorage.php` (+3 -7) 📝 `app/Services/Transcoding/CloudTranscodingStrategy.php` (+1 -1) 📝 `app/Services/Transcoding/LocalTranscodingStrategy.php` (+1 -1) 📝 `app/Services/Transcoding/SftpTranscodingStrategy.php` (+1 -1) 📝 `app/Services/Transcoding/TranscodingStrategy.php` (+0 -2) 📝 `app/Values/Podcast/EpisodePlayable.php` (+2 -4) 📝 `config/koel.php` (+4 -0) _...and 5 more files_ </details> ### 📄 Description _No description provided_ --- <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:56 +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#1977
No description provided.