spawn/assets/clouds/.sources.json
A 035e4bf830
Remove Daytona cloud provider from codebase (#2261)
Simplify the cloud matrix by removing Daytona. All Daytona-specific code,
scripts, tests, and configuration have been removed. Daytona has been moved
to "Previously Considered" in the Cloud Provider Wishlist (#1183) and can
be revived on community demand.

Closes #2260

Co-authored-by: Claude <claude@anthropic.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-06 18:53:08 -05:00

22 lines
601 B
JSON

{
"hetzner": {
"url": "https://www.hetzner.com/_resources/themes/hetzner/images/favicons/ms-icon-310x310.png",
"ext": "png"
},
"aws": {
"url": "https://a0.awsstatic.com/libra-css/images/site/touch-icon-ipad-144-smile.png",
"ext": "png"
},
"digitalocean": {
"url": "https://www.digitalocean.com/_next/static/media/android-chrome-512x512.5f2e6221.png",
"ext": "png"
},
"gcp": {
"url": "https://www.gstatic.com/cgc/super_cloud.png",
"ext": "png"
},
"sprite": {
"url": "https://sprites.dev/images/favicon/apple-touch-icon.png",
"ext": "png"
}
}