summaryrefslogtreecommitdiff
path: root/f3s/git-server/helm-chart
AgeCommit message (Expand)Author
2026-01-09Fix cgit port mapping - nginx listens on port 80Paul Buetow
2026-01-09Add SETGID and SETUID capabilities to cgit containerPaul Buetow
2026-01-09Remove fsGroup to fix nginx worker setgid errorsPaul Buetow
2026-01-09Remove 'user nginx;' directive to fix nginx worker errorsPaul Buetow
2026-01-09Run spawn-fcgi as root to avoid setgid errorsPaul Buetow
2026-01-09Override cgit entrypoint to skip chown/chmodPaul Buetow
2026-01-09Disable cgit caching to avoid permission issuesPaul Buetow
2026-01-09Run cgit as root - required for nginx and spawn-fcgiPaul Buetow
2026-01-09Set USE_CUSTOM_CONFIG=true to skip cgit template substitutionPaul Buetow
2026-01-09Fix cgit permissions - use UID 101 (nginx user)Paul Buetow
2026-01-09Fix permissions using fsGroup and initContainer patternPaul Buetow
2026-01-09Run containers as root and use emptyDir for writeable dirsPaul Buetow
2026-01-09Fix SSH host keys and container securityPaul Buetow
2026-01-09Fix sshd_config and cgit permissionsPaul Buetow
2026-01-09Fix git-server deploymentPaul Buetow
2026-01-09Add self-hosted git server with SSH and cgit web UIPaul Buetow