diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2025-07-09 21:53:19 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2025-07-09 22:15:13 +0200 |
commit | 71e1a744c5521e54da333c78802cf5c57f4598db (patch) | |
tree | 0e84a39b60455db020fb791ddd0074c40560ac0c /README.adoc | |
parent | 80af5c22d62f6df11c63a807ebf34ff69a4af754 (diff) | |
download | xK-71e1a744c5521e54da333c78802cf5c57f4598db.tar.gz xK-71e1a744c5521e54da333c78802cf5c57f4598db.tar.xz xK-71e1a744c5521e54da333c78802cf5c57f4598db.zip |
xP: embed web resources, tame browser cachingorigin/master
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/README.adoc b/README.adoc index 495158f..9ff6785 100644 --- a/README.adoc +++ b/README.adoc @@ -136,12 +136,12 @@ The precondition for running 'xC' frontends is enabling its relay interface: /set general.relay_bind = "127.0.0.1:9000" -To build the web server, you'll need to install the Go compiler, and run `make` -from the _xP_ directory. Then start it from the _public_ subdirectory, -and navigate to the adress you gave it as its first argument--in the following -example, that would be http://localhost:8080[]: +To build the web server, install the Go compiler, and run `make` +from the _xP_ directory. Then start the resulting binary, and navigate to +the adress you give it as its first argument--in the following example, +that would be http://localhost:8080[]: - $ ../xP 127.0.0.1:8080 127.0.0.1:9000 + $ ./xP 127.0.0.1:8080 127.0.0.1:9000 For remote use, it's recommended to put 'xP' behind a reverse proxy, with TLS, and some form of HTTP authentication. Pass the external URL of the WebSocket |