Portabase-Dashboard

Portabase-Dashboard

Official

Docker app from Portabase's Repository

Overview

Portabase is a tool designed to simplify the backup and restoration of your database instances

Install Portabase-Dashboard on Unraid in a few clicks.

Find Portabase-Dashboard 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 Portabase-Dashboard Review the template variables and paths Click Install

Requirements

Portabase requires Postgresql17 to perform dashboard installation. Please have a database configured prior to installation.

Categories

Download Statistics

43,911
Total Downloads

Related apps

Explore more like this

Explore all

Details

Repository
portabase/portabase:latest
Last Updated2026-05-29
First Seen2026-06-01

Runtime arguments

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

Template configuration

WebUI PortPorttcp

Host port for the Portabase web interface

Target
80
Default
8887
Value
8887
Data PathPathrw
Target
/data
Default
/mnt/user/appdata/portabase/dashboard
Value
/mnt/user/appdata/portabase/dashboard
Database StringVariable

enter in the format of postgresql://{Username}:{Secret}@{hostname or ip}:{port}/{Database Name}?schema=public i.e. postgresql://username:password@hostname:1234/portabase?schema=public

Target
DATABASE_URL
New User Registration AllowedVariable

true/false set to true to enable new user registration from the login page. Required for initial setup if not passing a user via Default User Name, Default User, and Default Password

Target
AUTH_SIGNUP_ENABLED
Passkey Auth EnabledVariable

true/false Allow Passkey authentication

Target
AUTH_PASSKEY_ENABLED
Default
true
Value
true
Project URLVariable

URL of your Portabase dashboard as reachable from your agents i.e. http://portabase.local or https://portabase.myfancydomain.com

Target
PROJECT_URL
Project SecretVariable

Secret for your Portabase installation. Must be a hex token i.e. openssl rand -hex 32

Target
PROJECT_SECRET
Default User NameVariable

Default User Name (i.e. first {space} last, or nickname)

Target
AUTH_DEFAULT_USER_NAME
Default User EmailVariable

Default User Email Address

Target
AUTH_DEFAULT_USER
Default User PasswordVariable

Default Password

Target
AUTH_DEFAULT_PASSWORD
Project NameVariable
Target
PROJECT_NAME
Retention CronVariable

Schedule for automatic deletion of backups according to the retention policies.

Target
RETENTION_CRON
Default
0 0 * * *
SMTP HostVariable

SMTP server address (e.g. smtp.resend.com)

Target
SMTP_HOST
SMTP PortVariable

SMTP server port (e.g. 587)

Target
SMTP_PORT
SMTP UserVariable

SMTP username

Target
SMTP_USER
SMTP PasswordVariable

SMTP password

Target
SMTP_PASSWORD
SMTP FromVariable

From email address (e.g. no-reply@your-domain.com)

Target
SMTP_FROM
SMTP SecureVariable

Enable SMTP TLS/SSL (true/false)

Target
SMTP_SECURE
Default
false
Value
false