Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

afadil

Members
  • Joined

  • Last visited

  1. Wealthfolio — local-first personal finance tracker Wealthfolio is a beautiful, open-source, local-first personal finance app. Track investments, net worth, spending, and simulations across multiple accounts and asset types — all stored in your own SQLite database on your Unraid 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 Apps 1. 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 configuration Generate 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 32 printf 'your-password' | argon2 yoursalt16chars! -id -e Then 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-hosting Support - Bug reports / feature requests: https://github.com/wealthfolio/wealthfolio/issues - General questions: reply in this thread.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.