summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-10Add git safe.directory config for NFS repository ownershipPaul Buetow
2026-01-10Fix: Install git-daemon instead of git for git-http-backendPaul Buetow
2026-01-10Add initContainer to install git-http-backendPaul Buetow
2026-01-10Install git-daemon package for git-http-backend supportPaul Buetow
2026-01-10Enable HTTP git operations in repository configPaul Buetow
2026-01-10Fix nginx: copy fastcgi_params to /tmp and reference itPaul Buetow
2026-01-10Fix git-http-backend: insert location into existing server blockPaul Buetow
2026-01-10Fix: remove apk install, use git already in alpine-cgit imagePaul Buetow
2026-01-10Add git-http-backend for HTTP git operationsPaul Buetow
2026-01-10Remove custom SSH agent sidecar - use ArgoCD native SSH supportPaul Buetow
2026-01-10Add persistent ArgoCD configs for git-serverPaul Buetow
2026-01-10Make ssh-agent socket world-readable (chmod 666)Paul Buetow
2026-01-10Fix ssh-agent user creation - check if UID 999 exists firstPaul Buetow
2026-01-10Fix ssh-agent sidecar: install openssh as root, run agent as user 999Paul Buetow
2026-01-10Run SSH agent sidecar as argocd user (999)Paul Buetow
2026-01-10Add SSH agent sidecar to ArgoCD repo-serverPaul Buetow
2026-01-10Use ArgoCD native repository credentials instead of manual SSH key mountPaul Buetow
2026-01-10Set SSH_AUTH_SOCK to /dev/null instead of empty stringPaul Buetow
2026-01-10Fix ArgoCD SSH agent errorPaul Buetow
2026-01-10add changePaul Buetow
2026-01-10Fix git-server non-root deploymentPaul Buetow
2026-01-09remove testPaul Buetow
2026-01-09Remove SETUID/SETGID capabilities from cgit containerPaul Buetow
2026-01-09Final test: verify complete workflowPaul Buetow
2026-01-09Fix cgit nginx config - update correct socket path in default.confPaul Buetow
2026-01-09Add git safe.directory config to entrypoint for NFS compatibilityPaul Buetow
2026-01-09Fix cgit container permissions - use writable /tmp for runtime filesPaul Buetow
2026-01-09Merge branch 'master' of ssh://r0:30022/repos/repos/confPaul Buetow
2026-01-09Use proper security contexts for NFS access without chownPaul Buetow
2026-01-09Test: verify push access worksPaul Buetow
2026-01-09Merge: resolve conflict, keep virtual-root and correct scan-pathPaul Buetow
2026-01-09Fix cgit URL generation by setting virtual-rootPaul Buetow
2026-01-09Fix cgit scan-path to match repository structurePaul Buetow
2026-01-09Migrate all applications from Codeberg to self-hosted gitPaul Buetow
2026-01-09Migrate example-apache-volume-claim to self-hosted gitPaul Buetow
2026-01-09Test: verify SSH push worksPaul Buetow
2026-01-09Migrate all applications from Codeberg to self-hosted gitPaul Buetow
2026-01-09Migrate example-apache-volume-claim to self-hosted gitPaul Buetow
2026-01-09Reduce SSH logging from DEBUG3 to INFOPaul Buetow
2026-01-09Unlock git user account for SSH authenticationPaul Buetow
2026-01-09Make .ssh directory world-readable for SELinux compatibilityPaul Buetow
2026-01-09Remove readOnly flag from git-ssh-writable mountPaul Buetow
2026-01-09Add git-shell to /etc/shells for SSH validityPaul Buetow
2026-01-09Fix nested .ssh directory issuePaul Buetow
2026-01-09Fix authorized_keys permissions via initContainerPaul Buetow
2026-01-09Add SETGID and SETUID capabilities to git-serverPaul Buetow
2026-01-09Add SSH connectivity for git-server and configure ArgoCDPaul Buetow
2026-01-09Fix fcgiwrap socket permissions for nginx workersPaul Buetow
2026-01-09Fix cgit port mapping - nginx listens on port 80Paul Buetow
2026-01-09Add SETGID and SETUID capabilities to cgit containerPaul Buetow