Tally

Tally

Docker 应用程序 from JaydenRoberts' Repository

概述

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.

运行时参数

网络用户界面
http://[IP]:[PORT:8091]
网络
bridge
特权
false

模板配置

Web UI PortPorttcp

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

目标
8091
默认值
8091
价值
8091
Data VolumePathrw

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

目标
/data
默认值
/mnt/user/appdata/tally/data
价值
/mnt/user/appdata/tally/data
Financial Data VolumePathro

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

目标
/financial-data
默认值
/mnt/user/appdata/tally/financial-data
价值
/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.

默认值
30
价值
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.

下载统计数据

408
下载总数

详细信息

存储库
jaydenroberts/tally:latest
最后更新2026-04-30
初见2026-04-06

在Unraid 上运行 Tally 。

Tally 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。