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 --- roles/caddy/meta/argument_specs.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'roles/caddy/meta/argument_specs.yml') diff --git a/roles/caddy/meta/argument_specs.yml b/roles/caddy/meta/argument_specs.yml index 7a55e9a2..5af49897 100644 --- a/roles/caddy/meta/argument_specs.yml +++ b/roles/caddy/meta/argument_specs.yml @@ -1,8 +1,4 @@ --- argument_specs: main: - options: - caddy_server_name: - type: "str" - description: "The server name for caddy configuration" - default: "{{ ansible_facts['hostname'] }}.local" + options: {} -- cgit v1.2.3