mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 03:49:31 +00:00
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>
22 lines
601 B
JSON
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"
|
|
}
|
|
}
|