Scoreboard GUI to access the scoreboard API
- change
apiBaseUrl
inconfig.js
to your scoreboard url - set folder
public/
as document root in your webserver
nginx example:
server {
root /home/pi/scoreboard-gui/public;
}
Scoreboard GUI to access the scoreboard API
apiBaseUrl
in config.js
to your scoreboard urlpublic/
as document root in your webserverserver {
root /home/pi/scoreboard-gui/public;
}