№ 03 · Projects · active
Discord Stay Online
Self-hosted Discord presence service with web UI — maintain online/idle/dnd status via Gateway WebSocket.
- Created
- Stack
- GoWebSocketPostgreSQLDocker
- Source
- pyyupsk/discord-stayonline
A self-hosted service that maintains your Discord presence status (online, idle, or DnD) through the Gateway WebSocket. Includes a web UI for configuration and monitoring, automatic reconnection with exponential backoff, and Docker support for single-binary deployment.
Usage
docker run -d \
--name discord-stayonline \
-p 8080:8080 \
-e DISCORD_TOKEN=your_token_here \
-e API_KEY=your_api_key \
ghcr.io/pyyupsk/discord-stayonline:latest