[PR #11] [MERGED] Add LXC container support with single-command installer #99

Closed
opened 2026-02-27 15:55:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/11
Author: @arunavo4
Created: 5/21/2025
Status: Merged
Merged: 5/21/2025
Merged by: @arunavo4

Base: mainHead: feature/lxc-container-support


📝 Commits (3)

  • 6f64838 Add LXC container support with single-command installer
  • 8a35c03 Address Copilot suggestions for LXC installer improvements
  • f6b5141 Remove unnecessary daemon-reload from README based on PR feedback

📊 Changes

2 files changed (+340 additions, -0 deletions)

View changed files

scripts/README-lxc.md (+152 -0)
scripts/gitea-mirror-lxc-installer.sh (+188 -0)

📄 Description

This pull request introduces a comprehensive guide and an automated installation script for deploying the Gitea Mirror application on Proxmox LXC containers. The changes aim to simplify the deployment process and provide clear instructions for both automatic and manual setups.

Documentation Updates:

  • Added a detailed LXC Container Deployment Guide in scripts/README-lxc.md, covering prerequisites, container creation, deployment options (one-command installation or manual setup), networking with Docker, and troubleshooting steps.

Automation Enhancements:

  • Created scripts/gitea-mirror-lxc-installer.sh, a self-contained script for automated installation of Gitea Mirror in LXC containers. The script handles dependency installation, repository setup, building the application, database initialization, and systemd service creation.

🔄 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/RayLabsHQ/gitea-mirror/pull/11 **Author:** [@arunavo4](https://github.com/arunavo4) **Created:** 5/21/2025 **Status:** ✅ Merged **Merged:** 5/21/2025 **Merged by:** [@arunavo4](https://github.com/arunavo4) **Base:** `main` ← **Head:** `feature/lxc-container-support` --- ### 📝 Commits (3) - [`6f64838`](https://github.com/RayLabsHQ/gitea-mirror/commit/6f64838b554b8737d14ac70e6eb1cdca59ca9ba0) Add LXC container support with single-command installer - [`8a35c03`](https://github.com/RayLabsHQ/gitea-mirror/commit/8a35c0368f78da7753e7b1d9ced4c45f9d8f90ac) Address Copilot suggestions for LXC installer improvements - [`f6b5141`](https://github.com/RayLabsHQ/gitea-mirror/commit/f6b51414a063e6d780318235b6a2c11779e810a9) Remove unnecessary daemon-reload from README based on PR feedback ### 📊 Changes **2 files changed** (+340 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `scripts/README-lxc.md` (+152 -0) ➕ `scripts/gitea-mirror-lxc-installer.sh` (+188 -0) </details> ### 📄 Description This pull request introduces a comprehensive guide and an automated installation script for deploying the Gitea Mirror application on Proxmox LXC containers. The changes aim to simplify the deployment process and provide clear instructions for both automatic and manual setups. ### Documentation Updates: * Added a detailed LXC Container Deployment Guide in `scripts/README-lxc.md`, covering prerequisites, container creation, deployment options (one-command installation or manual setup), networking with Docker, and troubleshooting steps. ### Automation Enhancements: * Created `scripts/gitea-mirror-lxc-installer.sh`, a self-contained script for automated installation of Gitea Mirror in LXC containers. The script handles dependency installation, repository setup, building the application, database initialization, and systemd service creation. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:55:08 +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/gitea-mirror#99
No description provided.