README: update project url

This commit is contained in:
Oystein Kristoffer Tveit 2025-01-06 16:53:15 +01:00
parent 546d921ec4
commit fde738910d
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

View File

@ -13,7 +13,7 @@ A set of simple API endpoints and ready-to-go clients to interface with the [Grz
## How to run this
pip install --user git+https://github.com/Programvareverkstedet/grzegorz_clients.git#master
pip install --user git+https://git.pvv.ntnu.no/Grzegorz/grzegorz-clients.git#master
### cli
@ -23,7 +23,7 @@ A set of simple API endpoints and ready-to-go clients to interface with the [Grz
As the user intended to run the server:
pip install --user git+https://github.com/Programvareverkstedet/grzegorz_clients.git#master
pip install --user git+https://git.pvv.ntnu.no/Grzegorz/grzegorz-clients.git#master
grzegorz-webui --host-name 0.0.0.0 --port 80
It's rather insecure and could use a reverse proxy and some whitelisting. ;)