Releases: pipejakob/godot_web
Releases · pipejakob/godot_web
v0.2.0
New features
- Option to enable external traffic
- Specifying
--external
will start the server listening to all traffic, rather than only binding to localhost. This will also enable TLS and generate a self-signed certificate, but you can use your own certificate via--tls-cert <FILE>
and--tls-key <FILE>
.
- Specifying
- Override content directory
- Instead of the default behavior of using the current working directory, you can serve content from another directory by specifying it as the last argument:
godot_web [OPTIONS] [DIR]
- Instead of the default behavior of using the current working directory, you can serve content from another directory by specifying it as the last argument:
v0.1.0
First public release.