Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation update #2

Merged
merged 1 commit into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# taskboard
Web application for managing (create/modify/delete/start/stop) and monitoring (see progress) of generic tasks, that are handled by separate script or module. File system is used for persistency.

- Backend build with Go, using [GorillaMux](https://github.com/gorilla/mux) for router and [GORM](https://gorm.io) for ORM data access
- Backend build with Go, using [GorillaMux](https://github.com/gorilla/mux) for router.
- Frontend based on [OpenUI5](https://openui5.hana.ondemand.com)
- Security is token based with [Keycloak](https://www.keycloak.org) Open ID provider

Expand Down Expand Up @@ -111,7 +111,7 @@ Create group `Realm Admins` with follwoing role mappings:
- `realm-management.view-users`
- `realm-management.manage-users`

Create dedicated user `realmadmin` and addi to `Realm Admins` group.
Create dedicated user `realmadmin` and add it to `Realm Admins` group.
This user can manage (create/delete) users in this realm using the management console: http://keycloak:8086/admin/taskboard/console

This user is responsible to add/remove users from this realm.
Expand Down
16 changes: 0 additions & 16 deletions ui/Dockerfile

This file was deleted.