All apps · 0 apps
Ghostfolio
OfficialDocker app from LeonStoldt's Repository
Overview
This Community Application provides the official Ghostfolio container.
Ghostfolio is an open source wealth management software built with web technology. The application empowers busy people to keep track of stocks, ETFs or cryptocurrencies and make solid, data-driven investment decisions.
Project Page: https://ghostfol.io/
GitHub Repository: https://github.com/ghostfolio/ghostfolio
CAUTION!
Ghostfolio requires a Postgres and Redis instance to run. Make sure to set them up first and reference the required variables down below.
A detailed description of how to setup ghostfolio can be found in the Support Thread:
https://forums.Unraid.net/topic/123829-support-community-applications-ghostfolio/
Install Ghostfolio on Unraid in a few clicks.
Find Ghostfolio 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 Ghostfolio Review the template variables and paths Click Install
Categories
Download Statistics
2,701,525
Total Downloads
167,592
This Month
113,774
Avg / Month
Total Downloads Over Time
Loading chart...
Related apps
Explore more like this
Explore allLinks
Details
Repository
ghostfolio/ghostfolioLast Updated2026-06-28
First Seen2022-05-22
Runtime arguments
- Web UI
http://[IP]:[PORT:3333]- Network
bridge- Shell
sh- Privileged
- false
Template configuration
REDIS_HOSTVariable
Reference your redis container host
REDIS_PORTVariable
Container Variable: REDIS_PORT
- Default
- 6379
- Value
- 6379
DATABASE_URLVariable
Connection URL for your postgres container
- Default
- postgresql://[USER]:[PASSWORD]@[HOST]:5432/ghostfolio-db?sslmode=prefer
- Value
- postgresql://[USER]:[PASSWORD]@[HOST]:5432/ghostfolio-db?sslmode=prefer
WebUI PortPorttcp
Port for the ghostfolio Web-UI
- Target
- 3333
- Default
- 3333
- Value
- 3333
REDIS_PASSWORDVariable
If your redis is secured by a password
EOD_HISTORICAL_DATA_API_KEYVariable
API Key for EOD Historical Data
JWT_SECRET_KEYVariable
Provide a secure JWT secret key!
- Default
- 123456
- Value
- 123456
ACCESS_TOKEN_SALTVariable
- Default
- GHOSTFOLIO
- Value
- GHOSTFOLIO
NODE_ENVVariable
Set NODE_ENV to production to fix issue#1259
- Default
- production
- Value
- production