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
This commit is contained in:
commit
5632a3d641
9 changed files with 588 additions and 0 deletions
14
.env.example
Normal file
14
.env.example
Normal file
|
@ -0,0 +1,14 @@
|
|||
# GTS Server Configuration
|
||||
GTS_SERVER_URL=https://your-gts-instance.tld
|
||||
GTS_ACCESS_TOKEN=your_gts_access_token_here
|
||||
|
||||
# Processing Configuration
|
||||
MAX_POSTS_PER_RUN=25
|
||||
DELAY_BETWEEN_REQUESTS=1
|
||||
LOG_LEVEL=INFO
|
||||
|
||||
# RSS Configuration
|
||||
RSS_URLS_FILE=/app/rss_feeds.txt
|
||||
|
||||
# Optional: Monitoring
|
||||
# HEALTHCHECK_URL=https://hc-ping.com/your-uuid-here
|
Loading…
Add table
Add a link
Reference in a new issue