Commit graph

4 commits

Author SHA1 Message Date
matthias
d2601cd83f Fix inline comment parsing in RSS feeds file
- Fixed control character errors when using inline comments in rss_feeds.txt
- Comments after # are now properly stripped from RSS URLs
- Minimal fix using split('#', 1)[0].strip() approach
2025-08-04 11:19:38 +02:00
matthias
750b425e33 Fix environment variable support for GTS_SERVER_URL 2025-08-04 10:15:06 +02:00
matthias
5b978f1445 Add proper attribution to @aliceif for original HolMirDas concept
- Acknowledge original HolMirDas for Misskey by @aliceif
- Link both GitHub and Misskey profiles for cross-platform discovery
- Clarify relationship between original Misskey tool and GoToSocial adaptation
2025-07-29 15:07:44 +02:00
matthias
5632a3d641 Initial release: GTS-HolMirDas v1.0
RSS-based content discovery for GoToSocial instances.

Features:
- Multi-instance RSS feed processing
- Docker deployment with .env configuration
- Comprehensive statistics and monitoring
- Production-ready with proper secret management
2025-07-29 12:02:33 +02:00