mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-25 07:15:57 +03:00
[PR #11] [MERGED] Add LXC container support with single-command installer #99
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gitea-mirror#99
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.