Post

Budget-Board

Budget-Board is a simple self-hosted app for tracking monthly spending and working towards financial goals. It pairs a .NET web API with a web client backed by PostgreSQL.

Budget-Board
In Development
This script is currently in active development and may be unstable or incomplete. Use in production environments is not recommended.

Installation

Default install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/budget-board.sh)"
CPU: 2 cores RAM: 2048 MB Disk: 8 GB OS: Debian 13

Configuration

Config file:

1
/opt/budget-board/server/.env

Notes

Create your account by registering via the web interface on first access.
To enable email features (password reset, notifications), configure the EMAIL_SMTP_* values in /opt/budget-board/server/.env and restart the service.

Web Interface

Port: 80

Source code
Loading...