Wealthfolio

Wealthfolio

Offiziell

Docker-Anwendung from Wealthfolio's Repository

Übersicht

Wealthfolio is a beautiful, open-source, local-first personal finance and investment tracker that keeps all of your data in your own SQLite database with no cloud dependency.

Laufzeit-Argumente

Web-UI
http://[IP]:[PORT:8088]/
Netzwerk
bridge
Shell
sh
Privilegiert
false
Extra Params
--user=99:100 --health-cmd="wget --quiet --tries=1 --spider http://127.0.0.1:8088/api/v1/healthz || exit 1" --health-interval=30s --health-timeout=10s --health-retries=3 --health-start-period=15s

Konfiguration der Vorlage

WebUI PortPorttcp

Host port to expose. Change if 8088 clashes with another container.

Ziel
8088
Standard
8088
Wert
8088
AppdataPathrw

Holds the SQLite database (wealthfolio.db) and the encrypted secrets file. BACK THIS UP.

Ziel
/data
Standard
/mnt/user/appdata/wealthfolio
Wert
/mnt/user/appdata/wealthfolio
WF_SECRET_KEYVariable

REQUIRED. 32-byte key used to encrypt secrets at rest and sign session tokens. Generate ONCE with: openssl rand -base64 32 -- then save it somewhere safe. Losing it means losing all stored API keys and broker credentials.

WF_AUTH_PASSWORD_HASHVariable

REQUIRED unless WF_AUTH_REQUIRED=false. Argon2id PHC hash of your login password. Generate with: printf '%s' 'your-password' | argon2 yoursalt16chars -id -e -- then paste the full argon2id PHC string here.

WF_CORS_ALLOW_ORIGINSVariable

REQUIRED when auth is enabled. Comma-separated list of origins allowed to call the API. Must EXACTLY match the URL in your browser address bar (scheme, host, and port). Example: http://192.168.1.10:8088 or https://wealthfolio.example.com

WF_AUTH_REQUIREDVariable

Set to false if a reverse proxy handles authentication (in which case leave WF_AUTH_PASSWORD_HASH empty).

Standard
true
Wert
true
WF_AUTH_TOKEN_TTL_MINUTESVariable

Session access token lifetime in minutes.

Standard
60
Wert
60
WF_REQUEST_TIMEOUT_MSVariable

HTTP request timeout in milliseconds. Default is 5 minutes -- generous to accommodate large broker syncs.

Standard
300000
Wert
300000
WF_LISTEN_ADDRVariable

Bind address inside the container. Leave at 0.0.0.0:8088 unless you know what you are doing.

Standard
0.0.0.0:8088
Wert
0.0.0.0:8088
WF_DB_PATHVariable

SQLite database path inside the container. Must live under /data so it persists.

Standard
/data/wealthfolio.db
Wert
/data/wealthfolio.db
WF_LOG_FORMATVariable

Log format: text (human-readable) or json (structured).

Standard
text
Wert
text

Kategorien

Statistik herunterladen

6,912
Downloads insgesamt

Einzelheiten

Repository
wealthfolio/wealthfolio:latest
Zuletzt aktualisiert2026-05-15
Erstmals gesehen2026-05-16

Führen Sie Wealthfolio auf Unraid aus.

Wealthfolio ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.