feat: Add deploy-rs integration with basic configuration

- Add deploy-rs as flake input
- Configure deploy.nodes for all 4 machines (sleeper-service, grey-area, reverse-proxy, congenital-optimist)
- Include safety features: autoRollback, magicRollback, activation timeouts
- Add deploy-rs checks for validation
- Successfully tested dry-run deployment

This completes Tasks 1-3 from the deploy-rs integration roadmap.
This commit is contained in:
Geir Okkenhaug Jerstad 2025-06-15 10:03:56 +02:00
parent a9f490882a
commit bc9869cb67
7 changed files with 183 additions and 19 deletions

View file

@ -1,8 +1,8 @@
{
"models": {
"main": {
"provider": "openai",
"modelId": "qwen3:4b",
"provider": "openrouter",
"modelId": "deepseek/deepseek-chat-v3-0324:free",
"maxTokens": 4096,
"temperature": 0.2,
"baseURL": "http://grey-area:11434/v1"
@ -32,6 +32,7 @@
"bedrockBaseURL": "https://bedrock.us-east-1.amazonaws.com",
"vertexProjectId": "your-gcp-project-id",
"vertexLocation": "us-central1",
"userId": "1234567890"
"userId": "1234567890",
"defaultTag": "master"
}
}

View file

@ -0,0 +1,10 @@
{
"meta": {
"generatedAt": "2025-06-14T14:52:56.566Z",
"tasksAnalyzed": 0,
"thresholdScore": 5,
"projectName": "Home Lab Infrastructure",
"usedResearch": false
},
"complexityAnalysis": []
}

6
.taskmaster/state.json Normal file
View file

@ -0,0 +1,6 @@
{
"currentTag": "master",
"lastSwitched": "2025-06-15T07:35:25.838Z",
"branchTagMapping": {},
"migrationNoticeShown": false
}