diff options
author | Özgür Kesim <oec@codeblau.de> | 2023-12-27 13:21:13 +0100 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2023-12-27 13:21:13 +0100 |
commit | 475fc7c257733d04e99dfc5dea8006c234b46d7f (patch) | |
tree | 4fd3e629b55261abd029f2b5b702f38cce8ace40 | |
parent | 026e5cc8c9f916611cb5000735a2f6f4132bd9f4 (diff) |
update execution
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -30,17 +30,21 @@ the commandline. ``` -Usage of ./taler-dashboard: +Usage of taler-dashboard: + -fr duration + update frequency (default 1m0s) -min string minimum version we care for (default "0.9.3") -num int - number of issues to retrieve at once (default 100) + number of issues to retrieve at once (default 250) -port string [ip]:port to serve (default ":8080") + -project int + project id to use (default 23) -token string API-Token (default "") -url string - URL to the issues (default "https://bugs.gnunet.org/api/rest/issues") + URL to the issues (default "https://bugs.gnunet.org/api/rest") ``` **Note**: We assume that this service runs behind a reverse-proxy which deals |