reactive-resume-v5

reactive-resume-v5

Docker app from amruthpillai's Repository

Overview

Reactive Resume is a free and open-source resume builder for creating, updating, and sharing resumes. This v5 template requires a reachable PostgreSQL database.

Reactive 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.

Open the Apps tab on your Unraid server Search Community Apps for reactive-resume-v5 Review the template variables and paths Click Install

Requirements

PostgreSQL database reachable from this container. Set APP_URL, DATABASE_URL, and AUTH_SECRET before first start.

Categories

Download Statistics

4,838,705
Total Downloads
120,182
This Month
110,941
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
amruthpillai/reactive-resume:v5.2.2
Last Updated2026-06-20
First Seen2020-04-13

Runtime arguments

Web UI
http://[IP]:[PORT:3000]
Network
bridge
Shell
sh
Privileged
false

Template configuration

WebUIPorttcp

HTTP port for Reactive Resume.

Target
3000
Default
3000
DataPathrw

Persistent local upload storage used when S3 is not configured.

Target
/app/data
Default
/mnt/user/appdata/reactive-resume/data
APP_URLVariable

Public URL for this instance. Use the external HTTPS URL when behind a reverse proxy.

Default
http://[IP]:[PORT:3000]
DATABASE_URLVariable

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
AUTH_SECRETVariable

Authentication secret. Generate with: openssl rand -hex 32

LOCAL_STORAGE_PATHVariable

Container path for local upload storage.

Default
/app/data
TZVariable

Container timezone.

Default
Etc/UTC