summaryrefslogtreecommitdiff
path: root/git-server/start.sh
AgeCommit message (Collapse)Author
2026-02-20Fix git-server: security, volume path, startup robustnessArseney300
- Remove hardcoded password for git user (chpasswd line) - Fix comment: ubuntu -> debian - Fix volume path: /var/git -> /var/git/repos to match host layout - Remove deprecated compose version field - start.sh: check for .pub files directly instead of any file in keys/ - start.sh: always set repos ownership/permissions, not only when directory is non-empty (fixes fresh start with empty repos dir) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20Initial commit: bastion server projectArseney300
Add Docker configurations for Ghost, Git server, and Nginx services with documentation and architecture diagrams. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>