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
2dd7e9162e
Merge branch 'master' of https://git.klein.ruhr/matthias/gts-holmirdas
2025-08-04 10:16:13 +02:00
matthias
750b425e33
Fix environment variable support for GTS_SERVER_URL
2025-08-04 10:15:06 +02:00
0cbac9b31c
Streamline README, move detailed docs to Wiki
2025-08-03 21:46:26 +00:00
c8dabb5c0e
Streamline README, move detailed docs to Wiki
2025-08-03 21:45:58 +00:00
298d11fc44
Streamline README, move detailed docs to Wiki
2025-08-03 21:44:03 +00:00
8c000eea02
Streamline README, move detailed docs to Wiki
2025-08-03 21:43:23 +00:00
228e3c8d51
Streamline README, move detailed docs to Wiki
2025-08-03 20:49:42 +00:00
c9545735ea
Streamline README, move detailed docs to Wiki
2025-08-03 20:47:38 +00:00
4bd1d05d93
Streamline README, move detailed docs to Wiki
2025-08-03 20:46:12 +00:00
798433af07
Streamline README, move detailed docs to Wiki
2025-08-03 20:20:01 +00:00
matthias
c75b59fcbf
Merge branch 'master' of https://git.klein.ruhr/matthias/gts-holmirdas
2025-07-30 18:03:39 +02:00
matthias
80867fc857
v1.1.0: Performance scaling with RSS URL parameters
...
- Add support for ?limit= URL parameters (up to 100 posts/feed)
- Update documentation with performance scaling guidelines
- Add progressive scaling examples in rss_feeds.example.txt
- Include optimization strategies and troubleshooting
- Maintain backward compatibility with standard RSS feeds
2025-07-30 18:02:33 +02:00
86133f8a6d
Update README.md
2025-07-29 14:18:51 +00:00
matthias
12d8fee03d
Merge branch 'master' of https://git.klein.ruhr/matthias/gts-holmirdas
2025-07-29 15:11:50 +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
f783c08909
Update README.md
2025-07-29 13:05:38 +00:00
bd4944c619
Update README.md
2025-07-29 11:31:10 +00:00
1a79e6a4b4
Update README.md
2025-07-29 11:30:44 +00:00
b2936259d5
Update README.md
2025-07-29 11:28:55 +00:00
3ddc757123
Update README.md
2025-07-29 10:40:25 +00:00
7f802646ab
Update README.md
2025-07-29 10:37:17 +00: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