summaryrefslogtreecommitdiffhomepage
path: root/debian/README.Debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian32
1 files changed, 16 insertions, 16 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 7450383..e683b0c 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,45 +1,45 @@
-whiteboard for Debian
-=====================
+webchat for Debian
+==================
-This package is the Debian version of whiteboard.
+This package is the Debian version of webchat.
It is a websocket application communicating to a webserver, e.g. Reichwein.IT webserver.
-Via cron or systemd, whiteboard data in /var/lib/whiteboard is cleaned up once a day.
-Data location and maximum data age can be configured via /etc/whiteboard.conf.
+Via cron or systemd, webchat data in /var/lib/webchat is cleaned up once a day.
+Data location and maximum data age can be configured via /etc/webchat.conf.
Configuration
-------------
-* You can add this to /etc/webserver.conf
+* You can add this to /etc/webchat.conf
- <path requested="/whiteboard">
+ <path requested="/webchat">
<plugin>static-files</plugin>
- <target>/usr/lib/whiteboard/html</target>
+ <target>/usr/lib/webchat/html</target>
</path>
- <path requested="/whiteboard/websocket">
+ <path requested="/webchat/websocket">
<plugin>websocket</plugin>
- <target>127.0.0.1:9014</target>
+ <target>127.0.0.1:9015</target>
</path>
-* Edit /etc/whiteboard.conf to adjust the whiteboard data path if different
- from /var/lib/whiteboard
+* Edit /etc/webchat.conf to adjust the webchat data path if different
+ from /var/lib/webchat
* Enable:
- # systemctl enable whiteboard.service
+ # systemctl enable webchat.service
* Start:
- # systemctl start whiteboard
+ # systemctl start webchat
* Stop:
- # systemctl stop whiteboard
+ # systemctl stop webchat
* Query Status:
- # systemctl status whiteboard
+ # systemctl status webchat
and observe /var/log/syslog