From 4a8ea0a8b668fbb2ec55693d1ad51537d99d8c76 Mon Sep 17 00:00:00 2001 From: Jamie Miller Date: Wed, 24 Sep 2025 10:01:20 +0000 Subject: [PATCH] Updated README.md --- README.md | 43 +++++++++++++++++++++++-------------------- docker-compose.yml | 3 ++- 2 files changed, 25 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index f0b6051..d093297 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index c4a8a38..797495e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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