Unraid Community Apps (CA) submission for Wealthfolio, a beautiful, open-source, local-first personal finance tracker.
This repository hosts only the CA metadata. The application source, Docker image,
and self-hosting documentation live in the upstream repository:
wealthfolio/wealthfolio.
ca_profile.xml— repository profile shown in Community Apps.templates/wealthfolio.xml— the Docker app template (image, ports, volumes, env vars). CA fetches it directly from this repo'smainbranch.
- Open the Apps tab on Unraid.
- Search for Wealthfolio.
- Click Install and fill in the three required values:
WF_SECRET_KEY—openssl rand -base64 32(back this up!)WF_AUTH_PASSWORD_HASH—printf 'your-password' | argon2 yoursalt16chars! -id -eWF_CORS_ALLOW_ORIGINS— the exact URL you'll use to reach the app (e.g.http://192.168.1.10:8088)
- Click Apply.
Full setup guide, reverse-proxy notes, backup, and troubleshooting: https://wealthfolio.app/docs/guide/self-hosting
If you want to install Wealthfolio on Unraid before this repository has been merged into Community Apps, sideload the template directly. SSH into Unraid (or use the WebTerminal) and run:
mkdir -p /boot/config/plugins/dockerMan/templates-user
curl -fsSL \
https://raw.githubusercontent.com/wealthfolio/wealthfolio-unraid/main/templates/wealthfolio.xml \
-o /boot/config/plugins/dockerMan/templates-user/my-wealthfolio.xmlThen Docker → Add Container → Template → User templates → wealthfolio.
- Forum thread: https://forums.unraid.net/topic/198598-afadil-wealthfolio/
- Bug reports: https://github.com/wealthfolio/wealthfolio/issues
The template and metadata in this repository are released under the MIT License. The Wealthfolio application itself is licensed under AGPL-3.0.