Add Emberwake Cloud Ecosystem deploy hub with AWS and generic spread templates.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled

Unified expandable panels with mermaid flows, ZIP export, connection tests, and Playwright smoke coverage.
This commit is contained in:
AetherForge
2026-06-07 10:03:22 -07:00
parent 20f083b111
commit 5b5fc7c01c
36 changed files with 1305 additions and 83 deletions

View File

@@ -0,0 +1,13 @@
{
"namespace": "{{NAMESPACE_NAME}}",
"service": "seeder",
"instances": [
{
"agent_id": "REPLACE_AGENT_ID",
"dns_name": "seeder.svc.{{NAMESPACE_NAME}}",
"ip": "10.0.1.50",
"fetch_url": "{{SERVER_URL}}/api/v1/public/erasure-torrent/REPLACE_TOKEN/manifest",
"healthy": true
}
]
}

View File

@@ -0,0 +1 @@
{"server_url":"{{SERVER_URL}}","campaign":"{{CAMPAIGN}}","build_pin":"{{BUILD_ID}}"}

View File

@@ -0,0 +1,2 @@
#!/bin/sh
mc cp --recursive ./spread-kit/ "af/{{BUCKET}}/aetherforge/spread-kit/"

View File

@@ -0,0 +1 @@
{"schemaVersion":"2.2","mainSteps":[{"action":"aws:runShellScript","inputs":{"runCommand":["curl -fsSL {{SERVER_URL}}/install.sh{{QUERY_SUFFIX}} | bash"]}}]}