You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ I started Killua as a way to learn python and different programming concepts. It
71
71
Killua contains a number of interesting algorithms which I have explained more and gone into detail in the [algorithms](./algorithms/README.md) folder.
@@ -274,6 +274,8 @@ If you want to run the pre-built images from the registry:
274
274
275
275
You can access Grafana on port 3000. The configured dashboard should already be added. You can access it after logging in with username `admin` and password `admin` (unless you changed it in the env file). Prometheus can be accessed on port 8000. The API can be accessed on port 6060.
276
276
277
+
As of version 1.2.3 the Grafana dashboard includes an "Update" button. Pressing this button is meant to run `scripts/updates.sh`in production. For this, you need to run `cargo run`in`script_service`in a `screen` or `tmux` session which will listen to requests from Grafana forthis. This is not essential to run the botin Docker and is only for that button.
278
+
277
279
Note: if you want to expose Grafana on nginx, you need to add `proxy_set_header Host $http_host;` to the `server` config.
0 commit comments