All apps · 0 apps
reactive-resume-v5
Docker app from amruthpillai's Repository
Overview
Readme
View on GitHubReactive Resume for Unraid
Unraid Community Applications template for Reactive Resume v5.
Reactive Resume needs a PostgreSQL database. Create or reuse a Postgres container first, then set DATABASE_URL in the template to that database.
The application stores local uploads in /app/data; the template maps that to /mnt/user/appdata/reactive-resume/data.
Template
templates/reactive-resume-v5.xml
Links
Install reactive-resume-v5 on Unraid in a few clicks.
Find reactive-resume-v5 in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Requirements
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allDetails
amruthpillai/reactive-resume:v5.2.2Runtime arguments
- Web UI
http://[IP]:[PORT:3000]- Network
bridge- Shell
sh- Privileged
- false
Template configuration
HTTP port for Reactive Resume.
- Target
- 3000
- Default
- 3000
Persistent local upload storage used when S3 is not configured.
- Target
- /app/data
- Default
- /mnt/user/appdata/reactive-resume/data
Public URL for this instance. Use the external HTTPS URL when behind a reverse proxy.
- Default
- http://[IP]:[PORT:3000]
PostgreSQL connection URL. Replace POSTGRES_HOST with the reachable host name or IP of your Postgres container/server.
- Default
- postgresql://postgres:postgres@POSTGRES_HOST:5432/postgres
Authentication secret. Generate with: openssl rand -hex 32
Container path for local upload storage.
- Default
- /app/data
Container timezone.
- Default
- Etc/UTC