If you want to contribute to this project, you can!
BudgetBee is installed via docker-compose, if you want to do an installation from e.g. Portainer, copy the /docker/compose
file file, populate the variables and deploy it in your portainer application.
Wait around 30 seconds after all containers are up to execute the create user command
To create a user, run this command from your local machine, substituting the values with the ones you want
docker exec budgetbee-webserver-1 php scripts/create_user.php <your_name> <your_email> <your_password>
Features | Done |
---|---|
Import records Excel/Json | ✅ |
Create multiple users | ✅ |
Create currencies | ✅ |
Add custom currencies | |
Create/Edit Categories | ✅ |
Budgets by category | ✅ |
Create rules | |
Connect with banks | |
Export banckup | |
Customize dashboard |
To upgrade your BudgetBee application to the latest version, rebuild your docker-compose images and re-upload the containers. This can be done easily by:
docker-compose up -d --build
This section is currently under development
If you would like to collaborate with BudgetBee, you can do so by
For bugs please open an issue