2025-02-07 14:32:10 +01:00
{
"name" : "Cosmos" ,
"slug" : "cosmos" ,
"categories" : [
2 ,
3
] ,
"date_created" : "2025-02-07" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 80 ,
"documentation" : "https://cosmos-cloud.io/doc/1%20index/" ,
"website" : "https://cosmos-cloud.io/" ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/cosmos-server.webp" ,
2025-04-30 15:11:44 +02:00
"config_path" : "/etc/sysconfig/CosmosCloud" ,
2025-02-08 14:33:17 +01:00
"description" : "Cosmos Cloud is a self-hosting platform that automates maintenance and security. It offers an app marketplace, reverse proxy management, container control, VPN integration, real-time monitoring, and disk management. Security features include SSO, anti-DDoS, and encryption. It simplifies self-hosting for all users." ,
2025-02-07 14:32:10 +01:00
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/cosmos.sh" ,
"resources" : {
"cpu" : 2 ,
"ram" : 2048 ,
"hdd" : 8 ,
2025-03-04 13:03:22 +01:00
"os" : "debian" ,
2025-02-07 14:32:10 +01:00
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
2025-09-23 12:06:07 +02:00
"notes" : [
{
"type" : "info" ,
"text" : "The file `/etc/sysconfig/CosmosCloud` is optional. If you need custom settings, you can create it yourself."
}
]
2025-02-07 14:32:10 +01:00
}