summaryrefslogtreecommitdiffstats
path: root/roles/cgit/defaults
AgeCommit message (Collapse)AuthorFilesLines
32 hoursGive git user its own home, separate from /srv/gitAhmed Abdelhalim1-1/+0
authorized_keys lived under /srv/git (git's $HOME), the same tree restic backs up and restores. backup couldn't even read it (0700, unreadable by the backup user), and restore --delete treated it as extraneous and deleted it, breaking push access after every restore. git now gets a normal separate home; clone-prefix in cgitrc serves the repos dir by absolute path instead of the ~-relative form, since that relied on $HOME being the repos dir. Drops the sshd_config.d Include/ Match-block/AllowUsers approach tried first — it directly conflicted with pve-lxc-ssh's sshd_config push, which fully overwrites the file on every run and has no way to know about cgit's edits. Co-Authored-By: Claude.ai
6 daysFix clone URL on cgitAhmed Abdelhalim1-1/+1
10 daysRefactor proxy setup on cgit to simplify setupAhmed Abdelhalim1-1/+0
11 daysRefactor pve cgit to use generic proxyAhmed Abdelhalim1-2/+3
This is refactoring the PoC for deploying cgit on pve, to now move to a more standard deployment with dedicated agnonstic proxy role/container
2026-07-07Add cgit role with testing of molecule serviceAhmed Abdelhalim1-0/+8