Updated README.md

This commit is contained in:
2025-09-24 10:01:20 +00:00
parent 0646176d74
commit 4a8ea0a8b6
2 changed files with 25 additions and 21 deletions

View File

@@ -16,31 +16,34 @@ docker compose up -d
## 📋 Services Overview
### 🎬 Media Management
- **Bazarr** (6767) - Subtitle management
- **FlareSolverr** (8191) - Cloudflare bypass
- **Jellyfin** (8096) - Media streaming server
- **Jellyseerr** (5055) - Media request management
- **Lidarr** (8686) - Music management
- **Pinchflat** (8945) - Youtube Content Downloader
- **Prowlarr** (9696) - Indexer management
- **qBittorrent** (7070) - Download client
- **Radarr** (7878) - Movie management
- **Sonarr** (8989) - TV series management
- **Bazarr** (6767) - Subtitle Management
- **FlareSolverr** (8191) - Cloudflare Bypass
- **Jellyfin** (8096) - Media Streaming Server
- **Jellyseerr** (5055) - Media Request Management
- **Prowlarr** (9696) - Indexer Management
- **qBittorrent** (7070) - Download Client
- **Radarr** (7878) - Movie Management
- **Sonarr** (8989) - TV Series Management
### 🎵 Music & Scrobbling
- **Maloja** (42010) - Music statistics
- **Multi-Scrobbler** (9078) - Music scrobbling
- **Lidarr** (8686) - Music management
- **Lidarr Importer API** (5110) - API of Maloja DB for Lidarr Import
- **Maloja** (42010) - Music Statistics
- **Multi-Scrobbler** (9078) - Music Scrobbling
- **Maloja to Lidarr Importer** - Scrobble Artist List for Custom Import
- **Pinchflat** (8945) - Youtube Content Downloader
- **Soulseek** (5030) - P2P Filesharer
- **Soularr** - Intermediary between Lidarr and Soulseek
### 📄 Document Management
- **Gotenberg** - Document conversion
- **OnlyOffice** (8054) - Document editing
- **Paperless AI** (3040) - AI document enhancement
- **Paperless NGX** (8100) - Document management
- **Redis** - Paperless broker
- **MariaDB** - Paperless database
- **Stirling PDF** (8090) - PDF processing
- **Tika** - Content extraction
- **Gotenberg** - Document Conversion
- **OnlyOffice** (8054) - Document Editing
- **Paperless AI** (3040) - AI Document Enhancement
- **Paperless NGX** (8100) - Document Management
- **Redis** - Paperless Broker
- **MariaDB** - Paperless Database
- **Stirling PDF** (8090) - PDF Processing
- **Tika** - Content Extraction
### 🏠 Personal Applications
- **AdventureLog Frontend** (8015) - Adventure tracking interface

View File

@@ -224,6 +224,7 @@ services:
pinchflat:
image: ghcr.io/kieraneglin/pinchflat:latest
container_name: pinchflat
environment:
- TZ=${TZ}
ports:
@@ -262,7 +263,7 @@ services:
- TZ=${TZ}
- SCRIPT_INTERVAL=300
volumes:
- /data/torrents/downloads:/downloads
- /data/torrents/slskd_downloads:/downloads
- ./Services/soularr:/data
restart: unless-stopped