Update README.md

This commit is contained in:
Kasper Plougmann 2025-07-09 22:27:10 +02:00 committed by GitHub
parent c0f4d36c34
commit dbd464599a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,10 +12,8 @@
- Ubuntu (All LTS & ESM) - Ubuntu (All LTS & ESM)
- Debian (latest stable DVD-1) - Debian (latest stable DVD-1)
- Arch Linux (latest rolling ISO)
- Kali Linux (latest installer, netInstaller & everything ISO) - Kali Linux (latest installer, netInstaller & everything ISO)
**Optional DistroWatch integration** to seed additional distributions
✅ Daily updates with minimal resource usage ✅ Daily updates with minimal resource usage
✅ Uses **Transmission-daemon** (lightweight torrent client) ✅ Uses **Transmission-daemon** (lightweight torrent client)
**Logs and metrics** for transparency and future monitoring **Logs and metrics** for transparency and future monitoring
@ -35,16 +33,6 @@
--- ---
## ⚙️ **Environment Variables**
| Variable | Description | Default |
|---|---|---|
| `ENABLE_DISTROWATCH` | Enable fetching torrents from DistroWatch | `false` |
| `DISTROWATCH_FILTER` | Comma-separated filters for DistroWatch torrents | *(none)* |
| `EXTRA_TORRENTS` | Comma-separated list of additional torrent URLs to fetch | *(none)* |
---
## 📝 **Usage Example** ## 📝 **Usage Example**
```bash ```bash
@ -55,8 +43,6 @@ docker run -d \
-v /path/to/downloads:/downloads \ -v /path/to/downloads:/downloads \
-v /path/to/watch:/watch \ -v /path/to/watch:/watch \
-v /path/to/logs:/logs \ -v /path/to/logs:/logs \
-e ENABLE_DISTROWATCH=true \
-e DISTROWATCH_FILTER=ubuntu,debian,fedora \
-p 9091:9091 \ -p 9091:9091 \
linux-iso-seeder linux-iso-seeder
``` ```