Skip to content

otobrglez/discodigg

Repository files navigation

discodigg

System for observing Discord servers and their membership.

Live: discord.pinkstack.com - Slovenian Discord Servers

Development

Deployment

Build a Docker image with the help of just in justfile:

just docker-build

docker run --rm \
        -e JAVA_OPTS="--sun-misc-unsafe-memory-access=allow --enable-native-access=ALL-UNNAMED " \
        -v ${PWD}/servers.yml:/tmp/servers.yml \
        -p 8081:8081 \
        -p 8082:8082 \
        discodigg/discodigg:`cat VERSION` -- server \
        --refresh-interval=PT360S ./tmp/servers.yml

Port 8081 is for the UI, and port 8082 is for serving Prometheus metrics.

There is also a Kubernetes deployment in the k8s folder.

Author

Oto Brglez

About

Tool for collecting basic information about Discord servers.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors