|
@@ -0,0 +1,90 @@
|
|
|
+{
|
|
|
+ "categories": [
|
|
|
+ "Other",
|
|
|
+ "Tools"
|
|
|
+ ],
|
|
|
+ "description": "A one-of-a-kind resume builder that's not out to get your data. Completely secure, customizable, portable, open-source and free forever.",
|
|
|
+ "image_arm64": "martadinata666/reactive-resume:latest",
|
|
|
+ "image_amd64": "martadinata666/reactive-resume:latest",
|
|
|
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/reactiveresume.png",
|
|
|
+ "name": "reactive-resume",
|
|
|
+ "officialDoc": "https://hub.docker.com/r/martadinata666/reactive-resume",
|
|
|
+ "preInstallScript": "install_reactive-resume.sh",
|
|
|
+ "platform": "linux",
|
|
|
+ "env": [
|
|
|
+ {
|
|
|
+ "default": "some-random-alphanumeric123456",
|
|
|
+ "label": "SECRET_KEY",
|
|
|
+ "name": "SECRET_KEY"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "some-random-alphanumeric123456",
|
|
|
+ "label": "JWT_SECRET",
|
|
|
+ "name": "JWT_SECRET"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "reactiveresume",
|
|
|
+ "label": "DATABASE_USERNAME",
|
|
|
+ "name": "DATABASE_USERNAME"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "reactiveresume",
|
|
|
+ "label": "DATABASE_PASSWORD",
|
|
|
+ "name": "DATABASE_PASSWORD"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "use computer IP and Client port http://ip:7768",
|
|
|
+ "label": "PUBLIC_URL",
|
|
|
+ "name": "PUBLIC_URL"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "use computer IP and Server port http://ip:7769",
|
|
|
+ "label": "PUBLIC_SERVER_URL",
|
|
|
+ "name": "PUBLIC_SERVER_URL"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "leave blank to disable",
|
|
|
+ "label": "GOGLE_API_KEY",
|
|
|
+ "name": "GOOGLE_API_KEY"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "label": "DISABLE_SIGNUPS",
|
|
|
+ "name": "DISABLE_SIGNUPS",
|
|
|
+ "select": [
|
|
|
+ {
|
|
|
+ "default": true,
|
|
|
+ "text": "Disable user Signup",
|
|
|
+ "value": "false"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "text": "Allow user Signup",
|
|
|
+ "value": "true"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "7768",
|
|
|
+ "label": "CLIENT_PORT",
|
|
|
+ "name": "CLIENT_PORT"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "7769",
|
|
|
+ "label": "SERVER_PORT",
|
|
|
+ "name": "SERVER_PORT"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "America/New_York",
|
|
|
+ "label": "TZ",
|
|
|
+ "name": "TZ"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "piHostedDoc": "reactive-resume_installation.md",
|
|
|
+ "repository": {
|
|
|
+ "stackfile_arm64": "stack/reactive-resume.yml",
|
|
|
+ "stackfile_amd64": "stack/reactive-resume.yml",
|
|
|
+ "url": "https://github.com/pi-hosted/pi-hosted"
|
|
|
+ },
|
|
|
+ "title": "Reactive-Resume",
|
|
|
+ "type": 3,
|
|
|
+ "webpage": "https://rxresu.me/"
|
|
|
+}
|