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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
main← Head:feature/lxc-container-support📝 Commits (3)
6f64838Add LXC container support with single-command installer8a35c03Address Copilot suggestions for LXC installer improvementsf6b5141Remove 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:
scripts/README-lxc.md, covering prerequisites, container creation, deployment options (one-command installation or manual setup), networking with Docker, and troubleshooting steps.Automation Enhancements:
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.