Self-hosted Budgeting Software
This repository has been archived on 2025-10-12. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Lukas Gysin e523c02d0f
feat: Version Bump
Signed-off-by: Lukas Gysin <l.gysin@pm.me>
2025-09-04 18:46:38 +02:00
charts Initial commit 2025-02-04 23:26:09 +01:00
templates feat: Add common labels 2025-03-29 11:31:51 +01:00
.helmignore Initial commit 2025-02-04 23:26:09 +01:00
Chart.yaml feat: Tag as Value 2025-03-29 11:29:04 +01:00
LICENSE Initial commit 2025-02-04 23:26:09 +01:00
README.md docs: Correct Typo 2025-03-29 11:35:42 +01:00
values.yaml feat: Version Bump 2025-09-04 18:46:38 +02:00

Budget

This repository provides the resources for a personal budget manager on the homeserver.

Getting Started

These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Requirements for the software and other tools to build, test and push

Supported IDEs

You can use the IDE of your choice to continue developing the project. However, the following IDEs are recommended and officially supported:

Deployment

As soon as changes are pushed to the main branch on the remote repository, the new version will be deployed.

Development

This repository is a full functional helm chart. Therefore you can use the helm command line tool to deploy a development instance of the project. To deploy a development instance, run the following command:

helm upgrade --install --namespace staging --create-namespace budget . --set host=budget.dev.testgoofy.ch

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments