2025-08-08 08:23:14 +02:00
{
"name" : "Palmr" ,
"slug" : "palmr" ,
"categories" : [
11
] ,
2025-08-08 06:23:34 +00:00
"date_created" : "2025-08-08" ,
2025-08-08 08:23:14 +02:00
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 3000 ,
"documentation" : "https://palmr.kyantech.com.br/docs/3.1-beta" ,
"config_path" : "/opt/palmr/apps/server/.env, /opt/palmr/apps/web/.env" ,
"website" : "https://palmr.kyantech.com.br/" ,
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/palmr.webp" ,
"description" : "Palmr is a fast and secure platform for sharing files, built with performance and privacy in mind." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/palmr.sh" ,
"resources" : {
"cpu" : 4 ,
2025-08-13 10:57:48 -04:00
"ram" : 6144 ,
2025-08-08 08:23:14 +02:00
"hdd" : 6 ,
"os" : "Debian" ,
2025-10-15 22:39:16 +02:00
"version" : "13"
2025-08-08 08:23:14 +02:00
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
2025-08-13 10:57:48 -04:00
{
2025-09-10 08:38:19 -04:00
"text" : "To use a bind mount for storage, create symlinks to your mount for both `uploads` and `temp-uploads` in `/opt/palmr_data`, and uncomment `CUSTOM_PATH` to add the path to your bind mount" ,
2025-08-08 08:23:14 +02:00
"type" : "info"
} ,
{
"text" : "To use Palmr with a reverse proxy, uncomment `SECURE_SITE` in `/opt/palmr/apps/server/.env`" ,
"type" : "info"
}
]
}