index
:
conf
master
Configuration files for the automation of my personal infrastructure (servers, laptops, workstations, phones)!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
f3s
/
git-server
/
helm-chart
Age
Commit message (
Expand
)
Author
29 hours
f3s: set strategy Recreate on single-replica stateful deployments
Paul Buetow
2026-02-07
fix(git-server): copy SSH keys from NFS to local emptyDir
Paul Buetow
2026-02-07
fix(git-server): add sshd_config to persistent storage
Paul Buetow
2026-02-07
fix(git-server): persist SSH host keys across pod restarts
Paul Buetow
2026-02-07
feat: add LAN ingresses for all services
Paul Buetow
2026-01-10
Simplify git-server path from /repos/repos to /repos
Paul Buetow
2026-01-10
Update git-server README to use explicit NodePort in gitsyncer config
Paul Buetow
2026-01-10
Add comprehensive README for git-server helm chart
Paul Buetow
2026-01-10
Add nginx timeouts for git-http-backend to fix large clone issues
Paul Buetow
2026-01-10
Set HOME=/tmp for cgit container to allow git config writes
Paul Buetow
2026-01-10
Add git safe.directory config for NFS repository ownership
Paul Buetow
2026-01-10
Fix: Install git-daemon instead of git for git-http-backend
Paul Buetow
2026-01-10
Add initContainer to install git-http-backend
Paul Buetow
2026-01-10
Install git-daemon package for git-http-backend support
Paul Buetow
2026-01-10
Enable HTTP git operations in repository config
Paul Buetow
2026-01-10
Fix nginx: copy fastcgi_params to /tmp and reference it
Paul Buetow
2026-01-10
Fix git-http-backend: insert location into existing server block
Paul Buetow
2026-01-10
Fix: remove apk install, use git already in alpine-cgit image
Paul Buetow
2026-01-10
Add git-http-backend for HTTP git operations
Paul Buetow
2026-01-10
Fix git-server non-root deployment
Paul Buetow
2026-01-09
Remove SETUID/SETGID capabilities from cgit container
Paul Buetow
2026-01-09
Fix cgit nginx config - update correct socket path in default.conf
Paul Buetow
2026-01-09
Fix cgit container permissions - use writable /tmp for runtime files
Paul Buetow
2026-01-09
Use proper security contexts for NFS access without chown
Paul Buetow
2026-01-09
Fix cgit URL generation by setting virtual-root
Paul Buetow
2026-01-09
Fix cgit scan-path to match repository structure
Paul Buetow
2026-01-09
Make .ssh directory world-readable for SELinux compatibility
Paul Buetow
2026-01-09
Remove readOnly flag from git-ssh-writable mount
Paul Buetow
2026-01-09
Fix nested .ssh directory issue
Paul Buetow
2026-01-09
Fix authorized_keys permissions via initContainer
Paul Buetow
2026-01-09
Add SETGID and SETUID capabilities to git-server
Paul Buetow
2026-01-09
Add SSH connectivity for git-server and configure ArgoCD
Paul Buetow
2026-01-09
Fix fcgiwrap socket permissions for nginx workers
Paul Buetow
2026-01-09
Fix cgit port mapping - nginx listens on port 80
Paul Buetow
2026-01-09
Add SETGID and SETUID capabilities to cgit container
Paul Buetow
2026-01-09
Remove fsGroup to fix nginx worker setgid errors
Paul Buetow
2026-01-09
Remove 'user nginx;' directive to fix nginx worker errors
Paul Buetow
2026-01-09
Run spawn-fcgi as root to avoid setgid errors
Paul Buetow
2026-01-09
Override cgit entrypoint to skip chown/chmod
Paul Buetow
2026-01-09
Disable cgit caching to avoid permission issues
Paul Buetow
2026-01-09
Run cgit as root - required for nginx and spawn-fcgi
Paul Buetow
2026-01-09
Set USE_CUSTOM_CONFIG=true to skip cgit template substitution
Paul Buetow
2026-01-09
Fix cgit permissions - use UID 101 (nginx user)
Paul Buetow
2026-01-09
Fix permissions using fsGroup and initContainer pattern
Paul Buetow
2026-01-09
Run containers as root and use emptyDir for writeable dirs
Paul Buetow
2026-01-09
Fix SSH host keys and container security
Paul Buetow
2026-01-09
Fix sshd_config and cgit permissions
Paul Buetow
2026-01-09
Fix git-server deployment
Paul Buetow
2026-01-09
Add self-hosted git server with SSH and cgit web UI
Paul Buetow