From 756dc388bedf97b68449e919a6730788f730c7b8 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 16 Jul 2026 14:39:19 +0200 Subject: Refactor pve cgit to use generic proxy This is refactoring the PoC for deploying cgit on pve, to now move to a more standard deployment with dedicated agnonstic proxy role/container --- host_vars/proxy.home.arpa.yml.example | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 host_vars/proxy.home.arpa.yml.example (limited to 'host_vars/proxy.home.arpa.yml.example') diff --git a/host_vars/proxy.home.arpa.yml.example b/host_vars/proxy.home.arpa.yml.example new file mode 100644 index 00000000..87ea12fc --- /dev/null +++ b/host_vars/proxy.home.arpa.yml.example @@ -0,0 +1,16 @@ +--- +network_ipv4_address: "10.0.0.101" +network_ipv4_gateway: "10.0.0.254" +network_ipv4_dns: "10.0.0.254" + +pve_lxc_id: 101 +pve_lxc_hostname: "proxy" +pve_lxc_template: "alpine-3.23-default_20260116_amd64.tar.xz" +pve_lxc_disk: "local-lvm:2" # storage:sizeGB +pve_lxc_cores: 1 +pve_lxc_memory: 128 +pve_lxc_ip: "10.0.0.101/24" +pve_lxc_gateway: "10.0.0.254" +pve_lxc_dns: "10.0.0.254" + +proxy_type: "caddy" -- cgit v1.2.3