Income, budgets and purchases manager
1.1K
Kirin UI container images
This is the UI service of Kirin.
You can find more information about the code in the repository.
The service requires a Kirin deployed with its dependencies and configurations, including Keycloak.
Authentication Code flow with PKCE is used to validate the user.
KIRIN_CLIENT_ID Client IdKIRIN_AUTH_ENDPOINT Authorization endpointKIRIN_TOKEN_ENDPOINT Token endpointKIRIN_LOGOUT_ENDPOINT Logount endpointKIRIN_REDIRECT_URI Kirin UI URI. Must be added in the Valid redirect URIs and Web origins of the Client Id.Kirin UI use the Kirin backend services.
KIRIN_BASE_PATH Kirin URLdocker run -p 4173:80 \
-e KIRIN_CLIENT_ID=kirin \
-e KIRIN_AUTH_ENDPOINT=https://keycloak.domain.intranet/realms/App/protocol/openid-connect/auth \
-e KIRIN_TOKEN_ENDPOINT=https://keycloak.domain.intranet/realms/App/protocol/openid-connect/token \
-e KIRIN_LOGOUT_ENDPOINT=https://keycloak.domainn.intranet/realms/App/protocol/openid-connect/logout \
-e KIRIN_REDIRECT_URI=http://localhost:4173 \
-e KIRIN_BASE_PATH=https://kirin.domain.intranet \
reiizumi/kirin-ui
Content type
Image
Digest
sha256:8a06e3e84…
Size
6.3 MB
Last updated
6 months ago
docker pull reiizumi/kirin-ui:1.2.1