chore: remove awsm stack
Remove awsm service and related configuration: - Removed awsm from compose includes - Deleted awsm/compose.yaml - Removed awesome-backup from restic config - Removed awsm volume mount from restic - Removed AWSM env vars from arty.yml - Removed awsm/import script 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -19,7 +19,6 @@ services:
|
||||
- backup_core_redis_data:/volumes/core_redis_data:ro
|
||||
- backup_directus_uploads:/volumes/directus_uploads:ro
|
||||
- backup_directus_bundle:/volumes/directus_bundle:ro
|
||||
- backup_awesome_data:/volumes/awesome_data:ro
|
||||
- backup_mattermost_config:/volumes/mattermost_config:ro
|
||||
- backup_mattermost_data:/volumes/mattermost_data:ro
|
||||
- backup_mattermost_plugins:/volumes/mattermost_plugins:ro
|
||||
@@ -94,9 +93,6 @@ volumes:
|
||||
backup_directus_bundle:
|
||||
name: core_directus_bundle
|
||||
external: true
|
||||
backup_awesome_data:
|
||||
name: awesome_data
|
||||
external: true
|
||||
backup_mattermost_config:
|
||||
name: mattermost_config
|
||||
external: true
|
||||
|
||||
@@ -93,21 +93,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "awesome-backup",
|
||||
"repo": "hidrive-backup",
|
||||
"paths": ["/volumes/awesome_data"],
|
||||
"schedule": {
|
||||
"cron": "0 5 * * *"
|
||||
},
|
||||
"retention": {
|
||||
"policyTimeBucketed": {
|
||||
"daily": 7,
|
||||
"weekly": 4,
|
||||
"monthly": 6
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "mattermost-backup",
|
||||
"repo": "hidrive-backup",
|
||||
|
||||
Reference in New Issue
Block a user