Add Gitea registry support and fix cross-device archiving

- Update docker-compose.yml to reference Gitea registry image
- Add docker-publish.cmd for building and pushing to Gitea
- Fix ArchiveService to handle cross-device moves by falling back
  to copy+delete when input and archive are on different volumes

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-21 18:19:03 -05:00
parent 2633bbf37a
commit 2da546fbd5
3 changed files with 57 additions and 2 deletions

2
docker-publish.cmd Normal file
View File

@@ -0,0 +1,2 @@
docker build -t git.thecozycat.net/aj/discordarchivemanager:latest .
docker push git.thecozycat.net/aj/discordarchivemanager:latest