Skip to content

Commit

Permalink
Update README with info about OPEN890_UDP_PORT
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyc committed Apr 6, 2024
1 parent 606ee72 commit aa9e908
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ By default, open890 runs a web server on port `4000` and binds to `0.0.0.0` (all

If you would like to change the default host and port that open890 is accessed via, you can set the `OPEN890_HOST` and `OPEN890_PORT` environment variables accordingly. This is most useful if you are accessing open890 from a separate machine than the one it is running on.

You can change default UDP audio server port from 60001 to whatever you'd like by setting `OPEN890_UDP_PORT`. This is useful if your ISP filters port 60001 and would like to forward the port yourself.

Please note that the web interface **is not secured with a password**, and it assumes that you will run it on a trusted network. This is equivalent to running a computer with ARCP-890 left running.

If you wish to require a basic password, edit `config/config.toml` (you may need to copy `example.config.toml` first), and uncomment or add the following section:
Expand Down

0 comments on commit aa9e908

Please sign in to comment.