feat: add Ollama proxy timeouts, SSH key migration, polish skills, and demo content
- Update all skill SSH commands from sshpass to key-based auth (~/.ssh/archipelago-deploy) - Add proxy_connect_timeout 120s to nginx Ollama location blocks - Add new polish/sweep skills for overnight automation - Add demo content (documents, photos) for demo stack - Add .ssh/ to .gitignore Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
d3f0f1192e
commit
e8a0e1af19
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"backups": [
|
||||
{
|
||||
"id": "bkp-2025-03-01",
|
||||
"timestamp": "2025-03-01T02:00:00Z",
|
||||
"type": "full",
|
||||
"apps": ["bitcoin-knots", "lnd", "mempool", "nextcloud"],
|
||||
"size_mb": 2340,
|
||||
"status": "success",
|
||||
"encrypted": true,
|
||||
"destination": "local-usb"
|
||||
},
|
||||
{
|
||||
"id": "bkp-2025-02-15",
|
||||
"timestamp": "2025-02-15T02:00:00Z",
|
||||
"type": "incremental",
|
||||
"apps": ["bitcoin-knots", "lnd"],
|
||||
"size_mb": 156,
|
||||
"status": "success",
|
||||
"encrypted": true,
|
||||
"destination": "local-usb"
|
||||
},
|
||||
{
|
||||
"id": "bkp-2025-02-01",
|
||||
"timestamp": "2025-02-01T02:00:00Z",
|
||||
"type": "full",
|
||||
"apps": ["bitcoin-knots", "lnd", "mempool", "nextcloud", "vaultwarden"],
|
||||
"size_mb": 2890,
|
||||
"status": "success",
|
||||
"encrypted": true,
|
||||
"destination": "local-usb"
|
||||
}
|
||||
],
|
||||
"schedule": {
|
||||
"full": "1st of month, 02:00 UTC",
|
||||
"incremental": "15th of month, 02:00 UTC"
|
||||
},
|
||||
"retention": "6 months"
|
||||
}
|
||||
Reference in New Issue
Block a user