mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-07-15 18:37:37 +00:00
reactive-resume (#3980)
* 'Add new script' * Update reactive-resume.sh * Update reactive-resume-install.sh * fssl * fssl * date --------- Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com> Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f46c3005b3
commit
2c46695b72
34
frontend/public/json/reactive-resume.json
Normal file
34
frontend/public/json/reactive-resume.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "Reactive Resume",
|
||||
"slug": "reactive-resume",
|
||||
"categories": [
|
||||
12
|
||||
],
|
||||
"date_created": "2025-04-22",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 3000,
|
||||
"documentation": "https://docs.rxresu.me/",
|
||||
"website": "https://rxresu.me",
|
||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/png/reactive-resume-light.png",
|
||||
"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": []
|
||||
}
|
Reference in New Issue
Block a user