diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-16 17:36:44 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-16 17:36:44 +0200 |
| commit | e8c668bc0bbf46bd2ca6e8c946ad297b157dd347 (patch) | |
| tree | 7b7cf0b132b0d86ee671f44d2cb37a4d5eb1ade7 /roles/cgit/meta | |
| parent | b8a256f91c0d278e38f19943eca53951aa7c4946 (diff) | |
Allow cgit to theoretically deploy to public URL
Diffstat (limited to 'roles/cgit/meta')
| -rw-r--r-- | roles/cgit/meta/argument_specs.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/cgit/meta/argument_specs.yml b/roles/cgit/meta/argument_specs.yml index 9dbe28b1..652598de 100644 --- a/roles/cgit/meta/argument_specs.yml +++ b/roles/cgit/meta/argument_specs.yml @@ -34,3 +34,7 @@ argument_specs: type: "str" description: "Inventory hostname of the proxy container to deploy vhost on" default: "proxy.home.arpa" + cgit_public_hostname: + type: "str" + description: "Optional public hostname for cgit (e.g. git.a14m.dev); enables public vhost block with TLS" + required: false |
