May 4May 4 Wealthfolio — local-first personal finance trackerWealthfolio is a beautiful, open-source, local-first personal finance app.Track investments, net worth, spending, and simulations across multipleaccounts and asset types — all stored in your own SQLite database on yourUnraid box. No cloud, no telemetry, no account.🌐 Site: https://wealthfolio.app🐙 Source: https://github.com/wealthfolio/wealthfolio (AGPL-3.0)📦 Image: wealthfolio/wealthfolio:latest (multi-arch: amd64 + arm64)🧩 CA template: https://github.com/wealthfolio/wealthfolio-unraid (MIT)Install via Community Apps1. Apps tab → search Wealthfolio → Install.2. Fill in the three required values (see below).3. Click Apply, wait for the container to start, then click the WebUI icon.Required configurationGenerate the secret key and password hash once and keep them somewhere safe — losing WF_SECRET_KEY means losing any stored API keys and broker credentials.Run these on any machine with openssl and argon2 installed (use printf, not echo -n, so no trailing newline sneaks into the hash):openssl rand -base64 32printf 'your-password' | argon2 yoursalt16chars! -id -eThen paste the outputs into the template:• WF_SECRET_KEY — the 32-byte key from openssl. Required.• WF_AUTH_PASSWORD_HASH — the full $argon2id$... PHC string. Required unless auth is disabled.• WF_CORS_ALLOW_ORIGINS — the exact URL you'll use to reach the app, e.g. http://192.168.1.10:8088 or https://wealthfolio.example.com. Required.Full env-var reference, reverse-proxy notes, backup tips, and broker import:https://wealthfolio.app/docs/guide/self-hostingSupport- Bug reports / feature requests: https://github.com/wealthfolio/wealthfolio/issues- General questions: reply in this thread. Edited May 15May 15 by afadil Add screenshot , separate repo for unread template and more details
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.