casudo / Kickbase-Insights

This project is a used to gather data from Kickbase API endpoint and automate various interactions. The data is visualized in a GUI.
https://k1da.de
MIT License
7 stars 0 forks source link

Calculate balances of users #12

Closed casudo closed 3 months ago

casudo commented 3 months ago

Add a function to calculate the balances of the users in the league without the daily login bonus

wiese1979 commented 3 months ago

Hi Casudo,

cool danke für das neue Feature. Leider funktioniert es bei mir immer noch nicht. Habe dir mal meinen Docker Befehl und die Log file angehangen. Immer noch kommt Seite in erreichbar bei http://localhost: 8049

Grüße Wiese79

docker run -d \ --name=kickbase_insights \ --restart=unless-stopped \ -p 3000:3000 -p 8049:5000 \ -e [KB_MAIL=xxx \ -e KB_PASSWORD=xxx \ -e DISCORD_WEBHOOK=xxx \ -e WATCHPACK_POLLING=true \ -e TZ=Europe/Berlin \ [ghcr.io/casudo/kickbase-insights:latest](http://ghcr.io/casudo/kickbase-insights:latest thumbnail_Bild 20 07 24 um 17 45

casudo commented 3 months ago

Hi @wiese1979

das sieht alles korrekt aus. ;)

Warte bis in den Logs angezeigt wird, dass der Webserver gestartet wurde. In dem Screenshot ist das noch nicht der Fall.

Sollte es weitere Probleme geben, öffne bitte ein separates Issue.

LG Casudo

casudo commented 3 months ago

Feature will be added soon.