elpatron
  • Joined on 2023-12-25
elpatron released v0.1.2 at elpatron/octo-funnel 2025-09-20 16:01:04 +02:00
elpatron pushed to main at elpatron/octo-funnel 2025-09-20 15:59:15 +02:00
667ecc5e72 feat: Tailscale serve/funnel (new CLI) support; UI bindings; Gitea update.json; docs sudo; bump 0.1.2
elpatron pushed tag v0.1.2 to elpatron/octo-funnel 2025-09-20 15:59:14 +02:00
elpatron pushed to main at elpatron/wordle-cheater 2025-09-20 10:19:45 +02:00
023f940255 Fix: Umlaute einbeziehen Funktionalität repariert
elpatron pushed to main at elpatron/capitalism-eats-the-world 2025-08-27 10:34:03 +02:00
0c095f7fcd Fix real-time chart updates by correcting function name mismatch in WebSocket event handlers
c81d0b780d Implement performance optimizations for chart updates: adaptive throttling, data sampling, dynamic bin adjustment, and request batching
Compare 2 commits »
elpatron pushed to main at elpatron/capitalism-eats-the-world 2025-08-27 10:03:40 +02:00
f8bb35e5be Remove unnecessary debug outputs for production performance
elpatron pushed to main at elpatron/capitalism-eats-the-world 2025-08-26 14:19:18 +02:00
cb1327a718 docker compose
elpatron pushed to main at elpatron/capitalism-eats-the-world 2025-08-26 12:52:21 +02:00
be4c8cc2a5 Return to Flask
elpatron pushed to main at elpatron/capitalism-eats-the-world 2025-08-26 12:10:18 +02:00
c59732aef3 Add project information box to about page with copyright, license and source code link
elpatron pushed to main at elpatron/capitalism-eats-the-world 2025-08-26 11:57:26 +02:00
83e4fbf689 Add LICENSE
f03539ed22 Update README
Compare 2 commits »
elpatron pushed to main at elpatron/capitalism-eats-the-world 2025-08-26 11:40:40 +02:00
a1c47136cf Update README-dev.md with information about test files and remove redundant test_distribution_fix.py
elpatron pushed to main at elpatron/capitalism-eats-the-world 2025-08-26 11:38:11 +02:00
c245c05d0f Add development docker-compose file and documentation for testing without Caddy
elpatron pushed to main at elpatron/capitalism-eats-the-world 2025-08-26 11:32:36 +02:00
52b8ab2248 Fix wealth distribution histogram issue by correcting wealth calculation and improving data handling
elpatron pushed to main at elpatron/capitalism-eats-the-world 2025-08-26 10:37:02 +02:00
2fe272bd00 Configure Docker to use Gunicorn instead of Flask development server for production deployment. Updated SocketIO configuration for gevent compatibility.
elpatron pushed to main at elpatron/capitalism-eats-the-world 2025-08-26 10:29:58 +02:00
eedaa253e4 Add comprehensive SEO improvements: meta tags, robots.txt, sitemap.xml, and favicon. Fix meta description rendering issues with proper HTML entity encoding. Update port configuration to use PORT environment variable.
elpatron pushed to main at elpatron/wordle-cheater 2025-08-26 08:47:27 +02:00
bdf18746c2 Cleanup: Temporäre Test-Dateien entfernt
elpatron pushed to main at elpatron/wordle-cheater 2025-08-26 08:45:08 +02:00
243c756ef5 Logging: /stats-Zugriffe aus Statistiken entfernt - Zugriffe auf /stats werden nicht mehr geloggt und aus Aktivitäten gefiltert
elpatron pushed to main at elpatron/capitalism-eats-the-world 2025-08-25 23:06:20 +02:00
ae9107705d Update CADDY.md documentation to reflect corrected Caddyfile configuration and optimizations
elpatron pushed to main at elpatron/capitalism-eats-the-world 2025-08-25 23:05:55 +02:00
f6fe445876 Fix Caddyfile TLS directive syntax and optimize configuration for WebSocket support
elpatron pushed to main at elpatron/capitalism-eats-the-world 2025-08-25 22:28:51 +02:00
b016d83c2f Add Caddy server configuration for domain markov.elpatron.me with Let's Encrypt SSL and WebSocket support. Includes: - Caddy service in docker-compose.yml - Caddyfile with SSL and WebSocket configuration - Enhanced Flask app for proxy compatibility - Documentation files (CADDY.md, updated README.md)