Update README.md

This commit is contained in:
Matthias Klein 2025-07-29 10:37:17 +00:00
parent 5632a3d641
commit 7f802646ab

View file

@ -26,7 +26,7 @@ GTS-HolMirDas reads RSS feeds from various Fediverse instances and uses GoToSoci
```bash ```bash
# Clone the repository # Clone the repository
git clone https://your-forgejo-instance.tld/user/gts-holmirdas git clone https://git.klein.ruhr/user/gts-holmirdas
cd gts-holmirdas cd gts-holmirdas
# Copy configuration templates # Copy configuration templates
@ -38,10 +38,10 @@ nano .env # Add your GTS credentials
nano rss_feeds.txt # Customize RSS feeds nano rss_feeds.txt # Customize RSS feeds
# Deploy # Deploy
docker-compose up -d docker compose up -d
# Monitor # Monitor
docker-compose logs -f docker compose logs -f
``` ```
## Configuration ## Configuration
@ -91,7 +91,7 @@ https://infosec.exchange/tags/selfhosting.rss
``` ```
📊 GTS-HolMirDas Run Statistics: 📊 GTS-HolMirDas Run Statistics:
⏱️ Runtime: 0:04:14 ⏱️ Runtime: 0:04:14
📄 Total posts processed: 45 📄 Total posts processed: 45
🌐 Current known instances: 2519 🌐 Current known instances: 2519
New instances discovered: +3 New instances discovered: +3
@ -110,7 +110,7 @@ https://infosec.exchange/tags/selfhosting.rss
### Docker Compose (Recommended) ### Docker Compose (Recommended)
```bash ```bash
docker-compose up -d docker compose up -d
``` ```
### Standalone Docker ### Standalone Docker
@ -147,7 +147,7 @@ docker run -d --env-file .env \
```bash ```bash
# Enable debug logging # Enable debug logging
echo "LOG_LEVEL=DEBUG" >> .env echo "LOG_LEVEL=DEBUG" >> .env
docker-compose restart gts-holmirdas docker compose restart gts-holmirdas
``` ```
## Contributing ## Contributing