fix(media): remove filestash service

- Remove filestash service and volume from media/compose.yaml
- Remove filestash-backup plan from backrest config
- Remove MEDIA_FILESTASH_* environment variables from arty.yml

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-13 17:01:07 +01:00
parent c55f41408a
commit 4851ca10f0
3 changed files with 1 additions and 53 deletions

View File

@@ -112,23 +112,6 @@
}
}
},
{
"id": "filestash-backup",
"repo": "hidrive-backup",
"paths": [
"/volumes/filestash_data"
],
"schedule": {
"cron": "0 7 * * *"
},
"retention": {
"policyTimeBucketed": {
"daily": 7,
"weekly": 4,
"monthly": 3
}
}
},
{
"id": "gitea-backup",
"repo": "hidrive-backup",