# Deploy DollarDollar with Easypanel

URL: /templates/dollardollar

DollarDollar (FinPal) is a self-hosted, open-source personal finance management platform. It provides multi-currency expense tracking, flexible bill-splitting, budget management with notifications, investment portfolio tracking, SimpleFin account synchronisation, and OIDC authentication — all with complete data privacy because your financial data never leaves your own server.

## Installation notes

After deployment, open your service URL, register your account, and start adding expenses and categories. To disable public sign-ups once set up, set DISABLE_SIGNUPS=True and redeploy.

## Benefits

### Complete Financial Privacy

All your financial data stays on your own server — no third-party access, no subscriptions, no tracking.

### Multi-Currency Expense Tracking

Track expenses across multiple currencies with automatic conversion and support for recurring transactions.

### Collaborative Bill Splitting

Split bills with friends using equal, custom-amount, or percentage methods and track outstanding balances easily.

## Features

### Expense Management

Log, categorise, and search expenses with custom category hierarchies and auto-categorisation rules.

### Budget Management

Set budgets per category, receive notifications when approaching limits, and visualise spending trends.

### Investment Portfolio Tracking

Track stock and crypto portfolios with auto-updated pricing via Yahoo Finance integration.

### SimpleFin Integration

Sync bank account balances and transactions automatically via the SimpleFin bridge.

### OIDC Authentication

Integrate with any OIDC-compatible identity provider (Authelia, Keycloak, Authentik) for single sign-on.

### Bill Splitting

Collaborative expense splitting with multiple split methods, settlement tracking, and group expense history.

## Configuration

- `appServiceName` (App Service Name, required): dollardollar

- `appServiceImage` (App Service Image, required): harung43/dollardollar:v4.4

## Services

- dollardollar: app (harung43/dollardollar:v4.4)

- dollardollar-db: postgres

## Resources

- [GitHub](https://github.com/harung1993/dollardollar)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/dollardollar)