41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "Tududi",
|
|
"slug": "tududi",
|
|
"categories": [
|
|
12
|
|
],
|
|
"date_created": "2025-07-07",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 3002,
|
|
"documentation": null,
|
|
"config_path": "/",
|
|
"website": "https://tududi.com/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/notesnook.webp",
|
|
"description": "Notesnook is a free (as in speech) & open-source note-taking app focused on user privacy & ease of use. To ensure zero knowledge principles, Notesnook encrypts everything on your device using XChaCha20-Poly1305 & Argon2.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/tududi.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 1024,
|
|
"hdd": 4,
|
|
"os": "Debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Create users like this: `cd /opt/tududi` => `npm run user:create <email> <password>`",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|