[PR #275] [MERGED] Add Komga LXC #2663

Closed
opened 2026-02-26 13:30:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/275
Author: @yry-dev
Created: 11/16/2024
Status: Merged
Merged: 11/17/2024
Merged by: @havardthom

Base: mainHead: komga-pr


📝 Commits (10+)

  • 4c5d422 add komga
  • 8474a72 fix syntax error
  • c27366c add co-author
  • dae02a0 Merge pull request #1 from DysfunctionalProgramming/komga
  • 613a72d Make this resemble other scripts
  • dd7dfa8 Merge branch 'main' of github.com:DysfunctionalProgramming/ProxmoxVE
  • 21b5b00 Get ready for PR
  • e1b9a9e Address PR feedback to bring more in line with other scripts
  • 658c978 Bring json in line
  • 0fc8694 Harmonize Script

📊 Changes

3 files changed (+182 additions, -0 deletions)

View changed files

ct/komga.sh (+90 -0)
install/komga-install.sh (+58 -0)
json/komga.json (+34 -0)

📄 Description

Description

Add new script for a komga lxc. This is my first attempt at one so candid feedback is welcomed.
Komga is a media server for your comics, mangas, BDs, magazines and eBooks. Kinda like plex for ebooks and comics.

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts.)

Prerequisites

The following efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

🔄 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/community-scripts/ProxmoxVE/pull/275 **Author:** [@yry-dev](https://github.com/yry-dev) **Created:** 11/16/2024 **Status:** ✅ Merged **Merged:** 11/17/2024 **Merged by:** [@havardthom](https://github.com/havardthom) **Base:** `main` ← **Head:** `komga-pr` --- ### 📝 Commits (10+) - [`4c5d422`](https://github.com/community-scripts/ProxmoxVE/commit/4c5d4221c4e552e67205fdc1419b9e2cd6d99ad2) add komga - [`8474a72`](https://github.com/community-scripts/ProxmoxVE/commit/8474a7270ec5e62b96601cbf1477767f26787349) fix syntax error - [`c27366c`](https://github.com/community-scripts/ProxmoxVE/commit/c27366c26b39fea3c50191aaf66e53a66e9b859f) add co-author - [`dae02a0`](https://github.com/community-scripts/ProxmoxVE/commit/dae02a0c9582f478ad41ef2fadb79c025746ba70) Merge pull request #1 from DysfunctionalProgramming/komga - [`613a72d`](https://github.com/community-scripts/ProxmoxVE/commit/613a72dc759f46fc058d7e1d84d015b08c7d537e) Make this resemble other scripts - [`dd7dfa8`](https://github.com/community-scripts/ProxmoxVE/commit/dd7dfa85282d9c3715a6248567d433ea961ca5c1) Merge branch 'main' of github.com:DysfunctionalProgramming/ProxmoxVE - [`21b5b00`](https://github.com/community-scripts/ProxmoxVE/commit/21b5b001d62c0f5219776a1d7156cf0e2156e389) Get ready for PR - [`e1b9a9e`](https://github.com/community-scripts/ProxmoxVE/commit/e1b9a9e569ae88046f71842b4dc46dffde55c63c) Address PR feedback to bring more in line with other scripts - [`658c978`](https://github.com/community-scripts/ProxmoxVE/commit/658c978e94cdd4a23ed2a22d0f9639eded69c5b1) Bring json in line - [`0fc8694`](https://github.com/community-scripts/ProxmoxVE/commit/0fc86942f1388bd7227b5654c2a3baf6d5e4dea5) Harmonize Script ### 📊 Changes **3 files changed** (+182 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/komga.sh` (+90 -0) ➕ `install/komga-install.sh` (+58 -0) ➕ `json/komga.json` (+34 -0) </details> ### 📄 Description ## Description Add new script for a komga lxc. This is my first attempt at one so candid feedback is welcomed. [Komga](https://komga.org/) is a media server for your comics, mangas, BDs, magazines and eBooks. Kinda like plex for ebooks and comics. ## Type of change Please check the relevant option(s): - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly) - [x] New script (a fully functional and thoroughly tested script or set of scripts.) ## Prerequisites The following efforts must be made for the PR to be considered. Please check when completed: - [x] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [x] Testing performed (I have tested my changes, ensuring everything works as expected) - [x] Documentation updated (I have updated any relevant documentation) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:30:57 +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/ProxmoxVE#2663
No description provided.