diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-22 21:39:55 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-07-10 20:52:54 -0700 |
| commit | aaf129b7ba70b79714e7d1dffbccc83e72b2a189 (patch) | |
| tree | 6b026a15e79e8e4d6769c76b934d2389fad1137d | |
| parent | 1b7e178bfada80cd8c4141697d783a82497a3e64 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1 +1,14 @@ # Teamspeak 6 Web Server Status
+A simple webview of your Teamspeak 6 Server. This is a Python re-write of [ts6-web-explorer](https://github.com/Guraz/ts6-web-explorer) along with a visual overhaul
+
+<img width="852" height="906" alt="image" src="https://github.com/user-attachments/assets/00cf9ea7-cfad-4633-8d3b-7a66039fb87b" />
+
+# Notes
+```
+uv sync
+uv run app.py
+```
+- Rename `.env.template` to `.env` and fill in the parameters as required
+- Spacer channels are hidden
+- Channels with the text `AFK` are shown, the number of users in this channel is used as the AFK users indicator
+- Edit and configure `config.py` for all other non-essential settings
|
