2025-04-22 19:48:13 +02:00
{
"name" : "Reactive Resume" ,
"slug" : "reactive-resume" ,
"categories" : [
12
] ,
"date_created" : "2025-04-22" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 3000 ,
2025-07-17 11:32:25 -04:00
"documentation" : "https://docs.rxresume.org/" ,
"website" : "https://rxresume.org" ,
2025-08-19 19:40:44 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/reactive-resume.webp" ,
"config_path" : "/opt/reactive-resume/.env" ,
2025-04-22 19:48:13 +02:00
"description" : "A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/reactive-resume.sh" ,
"resources" : {
"cpu" : 2 ,
2025-08-11 07:23:29 -04:00
"ram" : 4096 ,
2025-04-22 19:48:13 +02:00
"hdd" : 8 ,
2025-10-15 22:58:08 +02:00
"os" : "debian" ,
"version" : "13"
2025-04-22 19:48:13 +02:00
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [ ]
}