HELLEDGER

HELLEDGER

Docker 应用程序 from Kreuzbube88's Repository

概述

HELLEDGER is a self-hosted, privacy-first household finance tracker. All data stays on your server in a local SQLite database — no cloud, no subscriptions.

Transactions & Accounts
Transactions — Manual income, expense, and transfer entries with category and account assignment
Accounts — Multiple bank accounts per household with roles: Main, Fixed Costs, Variable, Savings, Separate
Categories — Income, fixed cost, and variable expense categories with subcategories and color coding
CSV / OFX / QFX Import — Bulk transaction import with column mapping and duplicate detection
Global Search — Full-text search across all transactions

Budget & Planning
Fixed Costs — Recurring income, expenses, and savings transfers with configurable intervals; auto-booking each month; reserve tracking
Forecast — 12-month projection based on fixed costs with cumulative savings balance
Savings Goals — Target amount and date, linked savings account, progress tracking

Loans
Loan Management — Consumer loans and mortgages with full amortization schedules
Extra Payments — One-time and recurring extra payments; term-shortening or payment-reduction effect
Loan KPIs — Interest saved, months saved, current balance, payoff date; CSV export

Reporting & Overview
Dashboard — Monthly KPIs, account balances by role, expense donut chart, savings goals widget
Month View — Detailed monthly breakdown by category with KPI bar and available balance split
Year View — Full-year category x month grid with totals
Reports — Expense by category, stacked monthly trend chart, balance history

Infrastructure
Backups — Scheduled and manual backups with configurable retention
Admin Panel — SMTP, OIDC (Authentik, Keycloak), user management, registration control
Multi-Household — Separate financial spaces; users can belong to multiple households
PWA — Installable on desktop and mobile, works offline
i18n — German (default) and English, per-user language preference
Dark/Light Mode — Manual toggle

Documentation: https://github.com/Kreuzbube88/helledger/tree/main/docs

运行时参数

网络用户界面
http://[IP]:[PORT:3000]
网络
bridge
外壳
sh
特权
false

模板配置

Web UI PortPorttcp

Port for the HELLEDGER web interface

目标
3000
默认值
3000
价值
3000
DataPathrw

Database and persistent configuration storage

目标
/data
默认值
/mnt/user/appdata/helledger
价值
/mnt/user/appdata/helledger
BackupsPathrw

Backup storage path

目标
/backups
默认值
/mnt/user/appdata/helledger/backups
价值
/mnt/user/appdata/helledger/backups
PUIDVariable

User ID the app runs as (Unraid default: 99)

默认值
99
价值
99
PGIDVariable

Group ID the app runs as (Unraid default: 100)

默认值
100
价值
100
SECRET_KEYVariable

Required: random secret for session encryption. Generate with: openssl rand -hex 32

TZVariable

Container timezone

默认值
Europe/Berlin
价值
Europe/Berlin
DEFAULT_LANGUAGEVariable

Default UI language (de or en)

默认值
de
价值
de
DATABASE_PATHVariable

Path to SQLite database file inside the container

默认值
/data/helledger.db
价值
/data/helledger.db
BACKUP_INTERVAL_HOURSVariable

Hours between automatic backups (0 to disable)

默认值
24
价值
24
ALLOW_REGISTRATIONVariable

Allow new user self-registration

默认值
true
价值
true

详细信息

存储库
ghcr.io/kreuzbube88/helledger:latest
最后更新2026-05-31
初见2026-04-23

在Unraid 上运行 HELLEDGER 。

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