Tally

Tally

Docker app from JaydenRoberts' Repository

Overview

Self-hosted personal finance for households. Track accounts, transactions, budgets, savings goals, and debt. Link transactions to savings goals and debts. Record transfers between accounts. CSV and PDF bank statement import with reconciliation. AI chat interface (Anthropic, OpenAI, or Ollama). Dracula theme. Single Docker container.

Runtime arguments

Web UI
http://[IP]:[PORT:8091]
Network
bridge
Privileged
false

Template configuration

Web UI PortPorttcp

Port Tally listens on. Access the app at http://[serverIP]:[this port].

Target
8091
Default
8091
Value
8091
Data VolumePathrw

SQLite database storage. Must be a persistent path on the host.

Target
/data
Default
/mnt/user/appdata/tally/data
Value
/mnt/user/appdata/tally/data
Financial Data VolumePathro

Read-only directory for bank statement files (CSV/PDF) available for import.

Target
/financial-data
Default
/mnt/user/appdata/tally/financial-data
Value
/mnt/user/appdata/tally/financial-data
SECRET_KEYVariable

JWT signing key. Generate with: openssl rand -hex 32

ACCESS_TOKEN_EXPIRE_DAYSVariable

JWT token lifetime in days.

Default
30
Value
30
FIRST_RUN_OWNER_USERNAMEVariable

Auto-creates the first owner account on startup. Leave blank to use the setup page instead.

FIRST_RUN_OWNER_PASSWORDVariable

Required if FIRST_RUN_OWNER_USERNAME is set.

RECOVERY_TOKENVariable

Emergency owner password reset token. Set to any strong random value (openssl rand -hex 32), call POST /api/auth/recover, then remove this variable and restart. Leave blank when not in use.

AI_PROVIDERVariable

AI provider for the chat feature: anthropic, openai, or ollama (any OpenAI-compatible endpoint). Leave unset to disable the chat page.

AI_API_KEYVariable

API key for the selected AI provider. Not required for local Ollama.

AI_MODELVariable

Model name to use (e.g. claude-3-5-sonnet-20241022, gpt-4o, llama3). Defaults to provider default if left blank.

AI_BASE_URLVariable

Base URL for OpenAI-compatible endpoints (e.g. http://ollama:11434/v1). Required for Ollama; leave blank for Anthropic or OpenAI.

Categories

Download Statistics

408
Total Downloads

Details

Repository
jaydenroberts/tally:latest
Last Updated2026-04-30
First Seen2026-04-06

Run Tally on Unraid.

Tally is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.