2025-03-18 12:54:43 +01:00
{
2025-04-30 15:11:44 +02:00
"name" : "CryptPad" ,
"slug" : "cryptpad" ,
"categories" : [
12
] ,
"date_created" : "2025-03-11" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 3000 ,
"documentation" : "https://docs.cryptpad.org/" ,
"website" : "https://cryptpad.org/" ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/cryptpad.webp" ,
2025-04-30 15:11:44 +02:00
"config_path" : "/opt/cryptpad/config/config.js" ,
"description" : "CryptPad is a collaboration suite that is end-to-end encrypted and open-source. It is designed to facilitate collaboration by synchronizing changes to documents in real time. Since all the user data is encrypted, in the event of a breach, attackers have no way of accessing the stored content" ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/cryptpad.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 1024 ,
"hdd" : 8 ,
"os" : "Debian" ,
2025-09-08 10:56:52 +02:00
"version" : "13"
2025-04-30 15:11:44 +02:00
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "After installation finishes, `systemctl status cryptpad.service` to get token URL which you can use to create admin account" ,
"type" : "info"
}
]
2025-03-18 19:11:38 +01:00
}