summaryrefslogtreecommitdiff
path: root/f3s/git-server/helm-chart
AgeCommit message (Expand)Author
29 hoursf3s: set strategy Recreate on single-replica stateful deploymentsPaul Buetow
2026-02-07fix(git-server): copy SSH keys from NFS to local emptyDirPaul Buetow
2026-02-07fix(git-server): add sshd_config to persistent storagePaul Buetow
2026-02-07fix(git-server): persist SSH host keys across pod restartsPaul Buetow
2026-02-07feat: add LAN ingresses for all servicesPaul Buetow
2026-01-10Simplify git-server path from /repos/repos to /reposPaul Buetow
2026-01-10Update git-server README to use explicit NodePort in gitsyncer configPaul Buetow
2026-01-10Add comprehensive README for git-server helm chartPaul Buetow
2026-01-10Add nginx timeouts for git-http-backend to fix large clone issuesPaul Buetow
2026-01-10Set HOME=/tmp for cgit container to allow git config writesPaul Buetow
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-10Fix git-server non-root deploymentPaul Buetow
2026-01-09Remove SETUID/SETGID capabilities from cgit containerPaul Buetow
2026-01-09Fix cgit nginx config - update correct socket path in default.confPaul Buetow
2026-01-09Fix cgit container permissions - use writable /tmp for runtime filesPaul Buetow
2026-01-09Use proper security contexts for NFS access without chownPaul 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-09Make .ssh directory world-readable for SELinux compatibilityPaul Buetow
2026-01-09Remove readOnly flag from git-ssh-writable mountPaul 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
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