Budge is an open-source personal finance application built on the principles of envelope budgeting. Inspired by tools like YNAB and Buckets, it allows you to proactively manage your money by assigning every dollar to a specific category before you spend it. This method helps you gain clarity on your financial habits and stay on track with your goals.
Key features include:
Please note that this tool is currently in an alpha stage of development.
services:
budge:
image: lscr.io/linuxserver/budge:latest
container_name: budge
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
ports:
- 8080:8080
restart: unless-stopped# No sensitive variables required for basic linuxserver/budge setup.Auto-fetched 33 minutes ago
Auto-fetched 33 minutes ago