2025-03-11 15:19:28 +08:00
{
2025-03-14 21:28:26 +08:00
"name" : "Seafile" ,
2025-03-18 12:55:59 +01:00
"slug" : "seafile" ,
2025-03-14 21:28:26 +08:00
"categories" : [
12
] ,
"date_created" : "2025-03-11" ,
"type" : "ct" ,
"updateable" : false ,
"privileged" : false ,
"interface_port" : 8000 ,
"documentation" : "https://manual.seafile.com/11.0/deploy" ,
"website" : "https://seafile.com" ,
"logo" : "https://manual.seafile.com/11.0/media/seafile-transparent-1024.png" ,
"description" : "Seafile is an open source file sync and share platform, focusing on reliability and performance." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/seafile.sh" ,
"resources" : {
"cpu" : 2 ,
"ram" : 2048 ,
"hdd" : 20 ,
"os" : "debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
2025-03-11 15:19:28 +08:00
} ,
2025-03-14 21:28:26 +08:00
"notes" : [
{
"text" : "Application credentials: `cat ~/seafile.creds`" ,
"type" : "info"
} ,
{
"text" : "Change STORAGE_DIR value in `external-storage.sh` and run `bash external-storage.sh` to use your defined storage instead of internal." ,
"type" : "info"
} ,
{
"text" : "Execute `~/domain.sh <FULL_DOMAIN_URL_WITH_HTTPS_OR_HTTP>` to enable access to Seafile via your domain. Example: ~/domain.sh https://seafile.example.com" ,
"type" : "info"
}
]
2025-03-18 12:55:59 +01:00
}