updated readme

This commit is contained in:
ari melody 2024-01-19 03:31:51 +00:00
parent ee6d02eade
commit 8a8a25bad2
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -22,6 +22,8 @@ jokes aside- while i do absolutely see how an open, self-moderated text buffer i
- `npm ci` to install dependencies - `npm ci` to install dependencies
- `npm run start`, and you should be good to do! - `npm run start`, and you should be good to do!
alternatively, you can `git clone` this repo and `docker build` a container if you like. we do not yet have official openterminal images on a public repo, sorry!
OpenTerminal also makes use of environment variables for server hosts who want a bit more control of their setup: OpenTerminal also makes use of environment variables for server hosts who want a bit more control of their setup:
- `OPENTERM_HOST` - the address to bind OpenTerminal's http and websocket server. (default 0.0.0.0) - `OPENTERM_HOST` - the address to bind OpenTerminal's http and websocket server. (default 0.0.0.0)