https://github.com/victor141516/ts3-dashboard
A simple web that shows who is connected to a TeamSpeak 3 server
https://github.com/victor141516/ts3-dashboard
teamspeak3 ts3 ts3-dashboard
Last synced: 2 months ago
JSON representation
A simple web that shows who is connected to a TeamSpeak 3 server
- Host: GitHub
- URL: https://github.com/victor141516/ts3-dashboard
- Owner: victor141516
- Created: 2022-06-17T19:07:53.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-27T14:30:13.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T09:40:58.586Z (4 months ago)
- Topics: teamspeak3, ts3, ts3-dashboard
- Language: TypeScript
- Homepage:
- Size: 355 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts3-dashboard
A simple web that shows who is connected to a TeamSpeak 3 server.
## Installation
It has a backend and a frontend.
### Backend
Backend is a Docker image you can build or you can use this pre-built image: `victor141516/ts3-dashboard-backend`
It requires 3 env vars `TS3_HOST`, `BOT_USERNAME`, and `BOT_PASSWORD`
### Frontend
It's a Vue application. It requires an env var for the backend url: `VITE_API_HOST`
Backend uses a totally permissive CORS policy so you can use it in any domain.