Note
You need to invite the bot to your server to use this.
Note
The server won't respond if Fluxer is down. Check its status here.
allowed styles:
- flat
- flat-square
- plastic
- social
- for-the-badge
https://badges.fluxer.ltrx.lol/badge/0000000000000000000?style=flat
https://badges.fluxer.ltrx.lol/badge/0000000000000000000?style=flat-square
https://badges.fluxer.ltrx.lol/badge/0000000000000000000?style=plastic
https://badges.fluxer.ltrx.lol/badge/0000000000000000000?style=social
https://badges.fluxer.ltrx.lol/badge/0000000000000000000?style=for-the-badge
# compose.yml
services:
fluxerbadges:
stop_grace_period: 60s # in case fluxer crashes, it waits 60 seconds before restarting
image: ghcr.io/letruxux/fluxer-badges:latest
environment:
- FLUXER_BOT_TOKEN=${FLUXER_BOT_TOKEN} # use env or change this to your token directly here
ports:
- "4005:4005" # runs on port 4005, you can change this if you want
restart: unless-stopped