Skip to content

Display a page with a counter of how many are online in your ts3 server

License

Notifications You must be signed in to change notification settings

madsbacha/ts3-online

Repository files navigation

ts3-online

go report card

The previous version, which is implemented in python and uses a redis server, is located here: https://github.com/madsbacha/ts3-online-counter

docker-compose

version: '3.8'
services: 
  ts3-online:
    build: .
    environment: 
      - TS_HOST=host.docker.internal:10011
      - TS_USERNAME=serveradmin
      - TS_PASSWORD=secret
      - EXCLUDE_USERNAMES=SinusBot
    ports: 
      - 8080:8080
    restart: always

EXCLUDE_USERNAMES is a comma separated list of usernames to exclude from the list of online users.

About

Display a page with a counter of how many are online in your ts3 server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published