BudgE

Manage personal finances with the envelope budgeting method. This open-source app supports multiple users, monthly rollovers, and CSV transaction imports.

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:

  • Multi-user support for household budgeting.
  • Envelope system with monthly rollovers for unspent funds.
  • Comprehensive transaction and account management.
  • Support for standard bank accounts, credit cards, and tracking accounts.
  • CSV transaction import to easily add your financial data.
  • Export account transactions for your records.

Please note that this tool is currently in an alpha stage of development.

Directory Structure

budge
config
.env
docker-compose.yml

docker-compose.yml

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

.env

# No sensitive variables required for basic linuxserver/budge setup.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to BudgE

Favicon

 

  
  
Favicon

 

  
  
Favicon