2025-12-02 13:03:59 +01:00
{
"name" : "SnowShare" ,
"slug" : "snowshare" ,
"categories" : [
11
] ,
2025-12-02 12:04:22 +00:00
"date_created" : "2025-12-02" ,
2025-12-02 13:03:59 +01:00
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 3000 ,
"documentation" : "https://github.com/TuroYT/snowshare" ,
"config_path" : "/opt/snowshare/.env" ,
"website" : "https://github.com/TuroYT/snowshare" ,
2025-12-10 18:41:22 +01:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/snowshare.png" ,
2025-12-02 13:03:59 +01:00
"description" : "A modern, secure file and link sharing platform built with Next.js, Prisma, and NextAuth. Share URLs, code snippets, and files with customizable expiration, privacy, and QR codes." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/snowshare.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 1024 ,
"hdd" : 5 ,
"os" : "Debian" ,
"version" : "13"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [ ]
}