diff --git a/README.txt b/README.txt index c937a00..391ef53 100644 --- a/README.txt +++ b/README.txt @@ -22,10 +22,17 @@ a proper initscript, but it could form the basis of one. Configuration --- -You can change the location of the chroot, the name of the dgamelaunch -user, and the port number by editing the first few lines of the rlgwebd -script. If you change the chroot location, change it in the Makefile -too. +You can set some options by changing some variables in the first few +lines of the rlgwebd script: + +Option Variable Default + +Chroot path chrootDir /var/dgl +Username dropToUser rodney +Server port httpPort 8080 + +If you change the chroot location, change it in the first line of the +Makefile too. Installation --- @@ -71,6 +78,10 @@ requires socat to be installed.) webtty --- -webtty.js is a Node app which uses the terminal emulator to run a shell. It +"webtty" is a Node app which uses the terminal emulator to run a shell. It includes NO SECURITY WHATSOEVER and should only be used for testing the terminal emulator. Copy index-sh.html to index.html before running it. + +Copyright status +--- +All files in this project are in the public domain.