Skip to content

Commit b3f5900

Browse files
authored
Update README.md
1 parent 7769be7 commit b3f5900

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ I started Killua as a way to learn python and different programming concepts. It
7171
Killua contains a number of interesting algorithms which I have explained more and gone into detail in the [algorithms](./algorithms/README.md) folder.
7272

7373
## Flowchart
74-
![setup](https://github.com/Kile/Killua/assets/69253692/186f027c-2941-45d9-ae40-2c71a339618d)
74+
![setup-current](https://github.com/user-attachments/assets/db8700ea-a582-4e5c-810f-1785e5677cfc)
7575

7676
## Programming concepts list
7777

@@ -274,6 +274,8 @@ If you want to run the pre-built images from the registry:
274274
275275
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.
276276
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 for this. This is not essential to run the bot in Docker and is only for that button.
278+
277279
Note: if you want to expose Grafana on nginx, you need to add `proxy_set_header Host $http_host;` to the `server` config.
278280
</details>
279281

0 commit comments

Comments
 (0)