Fix hostname for power on request. Add chuni event data

This commit is contained in:
samnyan
2020-01-16 17:02:32 +09:00
parent 89771b7b51
commit 8287f1f0ba
5 changed files with 361 additions and 8 deletions

View File

@@ -10,7 +10,10 @@ Requirements:
* Java 11 or above
* MySQL (Optional)
Just run `java -jar aqua.jar`
Edit `application.properties` , change the `allnet.server.host` to your IP address or hostname.
DIVA won't work with localhost and 127.0.0.1
Then run `java -jar aqua.jar`
or use the `start.bat` if you are using windows.