Simple Budget monitoring via web.
Instead of using the default budgeteer authentication you can activate a preconfigured Keycloak for authentication and authorisation. To activate the Keycloak adapter in budgeteer you need to set the following configurations:
// set this line to true
adapter.keycloak.activated = true
// uncomment this line
spring.autoconfigure.exclude=org.keycloak.adapters.springboot.KeycloakSpringBootConfiguration
You can find more details about how to install and configure Keycloak here.