From 8a0c1029b31b6a2832a620bb6edf69842f6cc9e7 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Fri, 17 Jul 2026 23:45:23 +0200 Subject: Update cgit view (remove owner) and example vars --- host_vars/git.home.arpa.yml | Bin 606 -> 566 bytes host_vars/git.home.arpa.yml.example | 4 ++-- roles/cgit/templates/cgitrc.j2 | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/host_vars/git.home.arpa.yml b/host_vars/git.home.arpa.yml index e835dee9..bb002c3f 100644 Binary files a/host_vars/git.home.arpa.yml and b/host_vars/git.home.arpa.yml differ diff --git a/host_vars/git.home.arpa.yml.example b/host_vars/git.home.arpa.yml.example index 88264068..45b037b5 100644 --- a/host_vars/git.home.arpa.yml.example +++ b/host_vars/git.home.arpa.yml.example @@ -15,6 +15,6 @@ pve_lxc_dns: "10.0.0.254" pve_lxc_ssh_port: 2222 cgit_hostname: "git.home.arpa" -cgit_title: "git.a14m.dev" -cgit_description: "a14m git repositories" +cgit_title: "git.example.com" +cgit_description: "git repositories" cgit_ssh_user: "git" diff --git a/roles/cgit/templates/cgitrc.j2 b/roles/cgit/templates/cgitrc.j2 index 89578a7c..17e95138 100644 --- a/roles/cgit/templates/cgitrc.j2 +++ b/roles/cgit/templates/cgitrc.j2 @@ -11,6 +11,7 @@ root-desc={{ cgit_description }} clone-prefix={{ cgit_clone_prefix }} enable-index-links=1 +enable-index-owner=0 enable-log-filecount=1 enable-log-linecount=1 enable-blame=1 -- cgit v1.2.3