Create home authored by Michael Westergaard's avatar Michael Westergaard
## Usage ##
### Setting up application in Gitlab ###
Create an application in your Gitlab instance; you want it to have these settings:
![Screenshot_2021-01-13_at_21.05.14](uploads/d052befd2820269548aaf3faa1d56ee7/Screenshot_2021-01-13_at_21.05.14.png)
You can be as createive as your rcreativety allows for the application name, and you can switch off Trusted if you prefer (it will mean users have to approve the application gains access to their Gitlab resources).
Make sure to use the proper base URL instead of `http://localhost:8080/` for all the URLs; you need to whitelist all the URLs (though only the first two are in use right now). Here the URLs are in a copy-paste friendly format:
```
http://localhost:8080/
http://localhost:8080/planning/global
http://localhost:8080/planning/project
http://localhost:8080/doing/todo
http://localhost:8080/doing/random
http://localhost:8080/evaluating/milestones
http://localhost:8080/reporting/burndown
http://localhost:8080/reporting/time-report
http://localhost:8080/reporting/time-sheet
```
### Run in Docker ###