Commit Graph
11 Commits
Author SHA1 Message Date
magnusandClaude Opus 4.6 242fa8a927 Change backup directory to /data/backup/gitea
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 15:53:44 +01:00
magnusandClaude Opus 4.6 ffdd8bb4b2 Fix backup permission denied by using docker cp instead of direct mount write
The git user inside the gitea container couldn't write to the NAS-mounted
/tmp/backup directory. Now dumps to /tmp first, then uses docker cp to
extract the file to the sidecar's backup directory.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 08:22:09 +01:00
magnusandClaude Opus 4.6 e17ee68fbd Change backup path from /mnt/nasen to /mnt/nas
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 10:47:48 +01:00
magnusandClaude Opus 4.6 1f06472140 Add README with setup and backup instructions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 10:15:26 +01:00
magnusandClaude Opus 4.6 26af7784e7 Add .gitignore
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 10:14:07 +01:00
magnus 9650c36b69 Merge branch 'master' 2026-02-21 10:11:48 +01:00
magnusandClaude Opus 4.6 e3ba7fd62e Add CLAUDE.md with project guidance for Claude Code
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 10:10:19 +01:00
magnus 06c9efe1a0 Backup in /mnt/nasen/backup 2026-02-20 13:16:57 +01:00
magnusandClaude Opus 4.6 cce5c54177 Add automated daily Gitea backup
Alpine sidecar container runs gitea dump via docker exec at 2 AM daily,
writing backups to /data/backup/gitea/ with 7-day retention.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 21:33:18 +01:00
magnus 9fc824e3ac Initial commit 2026-02-19 20:19:00 +01:00
magnus 0cc4e750e0 Initial commit 2026-02-19 20:17:54 +01:00