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-04-22 19:48:13 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/png/reactive-resume-light.png" ,
2025-04-24 11:49:40 +02:00
"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 ,
"ram" : 3072 ,
"hdd" : 8 ,
"os" : "Debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [ ]
}
2025-04-24 11:49:40 +02:00