2024-11-06 20:14:59 +13:00
{
"name" : "Memos" ,
"slug" : "memos" ,
"categories" : [
2025-01-20 13:38:32 +01:00
12
2024-11-06 20:14:59 +13:00
] ,
"date_created" : "2024-10-31" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
2024-11-28 15:50:40 +01:00
"interface_port" : 9030 ,
2024-11-06 20:14:59 +13:00
"documentation" : null ,
"website" : "https://www.usememos.com/" ,
"logo" : "https://camo.githubusercontent.com/aa5a8cac358e3448ef7bad80fc178699841913ec438ed0ddfe18f867f931d7ee/68747470733a2f2f7777772e7573656d656d6f732e636f6d2f6c6f676f2d726f756e6465642e706e67" ,
2025-04-24 11:49:40 +02:00
"config_path" : "" ,
2024-11-06 20:14:59 +13:00
"description" : "Memos is an open-source, self-hosted platform designed for fast, privacy-focused note-taking. Users can create, organize, and format notes with Markdown, which are securely stored in a local database. It\u2019s lightweight and customizable, built for quick access and adaptability to individual or team needs." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/memos.sh" ,
"resources" : {
2024-11-28 15:50:40 +01:00
"cpu" : 2 ,
2025-03-14 18:50:27 +01:00
"ram" : 3072 ,
2024-11-28 15:50:40 +01:00
"hdd" : 7 ,
2024-11-06 20:14:59 +13:00
"os" : "debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [ ]
2025-03-14 18:50:27 +01:00
}
2025-04-24 11:49:40 +02:00