2024-11-06 20:14:59 +13:00
{
2025-04-30 15:11:44 +02:00
"name" : "Pingvin Share" ,
"slug" : "pingvin" ,
"categories" : [
11
] ,
"date_created" : "2024-05-02" ,
"type" : "ct" ,
2025-06-07 20:20:14 +02:00
"updateable" : true ,
2025-04-30 15:11:44 +02:00
"privileged" : false ,
"interface_port" : 3000 ,
"documentation" : "https://stonith404.github.io/pingvin-share/introduction" ,
"website" : "https://github.com/stonith404/pingvin-share" ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/pingvin-share.webp" ,
2025-05-13 00:52:28 -05:00
"config_path" : "/opt/pingvin-share/config.yaml" ,
2025-04-30 15:11:44 +02:00
"description" : "Pingvin Share is self-hosted file sharing platform and an alternative for WeTransfer." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/pingvin.sh" ,
"resources" : {
"cpu" : 2 ,
"ram" : 2048 ,
"hdd" : 8 ,
"os" : "debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
2025-05-13 10:55:37 +02:00
"notes" : [
{
"text" : "Run `DATA_DIRECTORY=path-to-your-data-directory pm2 restart all --update-env` to update path to your data directory or to update environment variables." ,
"type" : "info"
2025-05-13 13:33:50 +02:00
}
2025-05-13 10:55:37 +02:00
]
2025-04-24 11:49:40 +02:00
}