Deploy Gitea 1.22.6 on LXC 225 to enable self-hosted Git repositories with CI/CD capabilities via Gitea Actions, reducing dependency on GitHub and associated costs while maintaining GitHub Actions workflow compatibility. - LXC 225 (10.10.0.225) running Ubuntu 20.04 with PostgreSQL 12 - Public access via git.manticorum.com through NPM reverse proxy - Comprehensive documentation including setup, backup, and CI/CD guides - Gitea Actions enabled for GitHub Actions-compatible workflows - Git LFS, SSH access, and webhooks configured Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
13 lines
279 B
Plaintext
13 lines
279 B
Plaintext
arch: amd64
|
|
cores: 2
|
|
features: nesting=1
|
|
hostname: gitea
|
|
memory: 2048
|
|
nameserver: 10.10.0.1
|
|
net0: name=eth0,bridge=vmbr0,gw=10.10.0.1,hwaddr=96:85:25:C9:39:EA,ip=10.10.0.225/24,type=veth
|
|
onboot: 1
|
|
ostype: ubuntu
|
|
rootfs: local-lvm:vm-225-disk-1,size=20G
|
|
swap: 512
|
|
unprivileged: 1
|