Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
10859d3efc | |||
a1a91a7976 | |||
e09af1e559 |
3 changed files with 297 additions and 276 deletions
22
tsgrain_web.example.toml
Normal file
22
tsgrain_web.example.toml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Webserver options
|
||||||
|
[Server]
|
||||||
|
Address = ""
|
||||||
|
Port = 8001
|
||||||
|
|
||||||
|
# Websocket connection settings: Ping interval/Timeout in seconds
|
||||||
|
[Server.Websocket]
|
||||||
|
Ping = 10
|
||||||
|
Timeout = 2
|
||||||
|
|
||||||
|
# Compression settings. Refer to code.thetadev.de/TSGRain/ginzip for details.
|
||||||
|
[Server.Compression]
|
||||||
|
Gzip = "default"
|
||||||
|
Brotli = "default"
|
||||||
|
|
||||||
|
[Authentication]
|
||||||
|
Enable = false
|
||||||
|
PasswdFile = "htpasswd"
|
||||||
|
|
||||||
|
# IP-Address and port for communicating with the controller
|
||||||
|
[GRPC]
|
||||||
|
Address = "127.0.0.1:50051"
|
|
@ -22,6 +22,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.17.0",
|
"@babel/core": "^7.17.0",
|
||||||
|
"@types/react": "^18.2.47",
|
||||||
"@types/react-dom": "^17.0.11",
|
"@types/react-dom": "^17.0.11",
|
||||||
"@vitejs/plugin-react-refresh": "latest",
|
"@vitejs/plugin-react-refresh": "latest",
|
||||||
"typescript": "^4.5.2",
|
"typescript": "^4.5.2",
|
||||||
|
|
550
ui/pnpm-lock.yaml
generated
550
ui/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue