2025-02-05 13:29:49 +01:00
{
"name" : "seelf" ,
"slug" : "seelf" ,
"categories" : [
4
] ,
"date_created" : "2025-02-04" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 8080 ,
"documentation" : "https://yuukanoo.github.io/seelf/guide/quickstart.html" ,
"website" : "https://yuukanoo.github.io/seelf/" ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/seelf.webp" ,
2025-04-24 11:49:40 +02:00
"config_path" : "" ,
2025-02-05 13:29:49 +01:00
"description" : "seelf is a self-hosted software which makes it easy to deploy your own applications on your own hardware using an easy to use interface." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/seelf.sh" ,
"resources" : {
"cpu" : 2 ,
"ram" : 4096 ,
"hdd" : 10 ,
"os" : "debian" ,
2025-09-08 10:56:36 +02:00
"version" : "13"
2025-02-05 13:29:49 +01:00
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "Initial admin email and password: `cat ~/seelf.creds`" ,
"type" : "info"
}
]
2025-04-24 11:49:40 +02:00
}