An open API service indexing awesome lists of open source software.

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

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.