Updated README.md
This commit is contained in:
43
README.md
43
README.md
@@ -16,31 +16,34 @@ docker compose up -d
|
|||||||
## 📋 Services Overview
|
## 📋 Services Overview
|
||||||
|
|
||||||
### 🎬 Media Management
|
### 🎬 Media Management
|
||||||
- **Bazarr** (6767) - Subtitle management
|
- **Bazarr** (6767) - Subtitle Management
|
||||||
- **FlareSolverr** (8191) - Cloudflare bypass
|
- **FlareSolverr** (8191) - Cloudflare Bypass
|
||||||
- **Jellyfin** (8096) - Media streaming server
|
- **Jellyfin** (8096) - Media Streaming Server
|
||||||
- **Jellyseerr** (5055) - Media request management
|
- **Jellyseerr** (5055) - Media Request Management
|
||||||
- **Lidarr** (8686) - Music management
|
- **Prowlarr** (9696) - Indexer Management
|
||||||
- **Pinchflat** (8945) - Youtube Content Downloader
|
- **qBittorrent** (7070) - Download Client
|
||||||
- **Prowlarr** (9696) - Indexer management
|
- **Radarr** (7878) - Movie Management
|
||||||
- **qBittorrent** (7070) - Download client
|
- **Sonarr** (8989) - TV Series Management
|
||||||
- **Radarr** (7878) - Movie management
|
|
||||||
- **Sonarr** (8989) - TV series management
|
|
||||||
|
|
||||||
### 🎵 Music & Scrobbling
|
### 🎵 Music & Scrobbling
|
||||||
- **Maloja** (42010) - Music statistics
|
- **Lidarr** (8686) - Music management
|
||||||
- **Multi-Scrobbler** (9078) - Music scrobbling
|
- **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
|
- **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
|
### 📄 Document Management
|
||||||
- **Gotenberg** - Document conversion
|
- **Gotenberg** - Document Conversion
|
||||||
- **OnlyOffice** (8054) - Document editing
|
- **OnlyOffice** (8054) - Document Editing
|
||||||
- **Paperless AI** (3040) - AI document enhancement
|
- **Paperless AI** (3040) - AI Document Enhancement
|
||||||
- **Paperless NGX** (8100) - Document management
|
- **Paperless NGX** (8100) - Document Management
|
||||||
- **Redis** - Paperless broker
|
- **Redis** - Paperless Broker
|
||||||
- **MariaDB** - Paperless database
|
- **MariaDB** - Paperless Database
|
||||||
- **Stirling PDF** (8090) - PDF processing
|
- **Stirling PDF** (8090) - PDF Processing
|
||||||
- **Tika** - Content extraction
|
- **Tika** - Content Extraction
|
||||||
|
|
||||||
### 🏠 Personal Applications
|
### 🏠 Personal Applications
|
||||||
- **AdventureLog Frontend** (8015) - Adventure tracking interface
|
- **AdventureLog Frontend** (8015) - Adventure tracking interface
|
||||||
|
@@ -224,6 +224,7 @@ services:
|
|||||||
|
|
||||||
pinchflat:
|
pinchflat:
|
||||||
image: ghcr.io/kieraneglin/pinchflat:latest
|
image: ghcr.io/kieraneglin/pinchflat:latest
|
||||||
|
container_name: pinchflat
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
ports:
|
ports:
|
||||||
@@ -262,7 +263,7 @@ services:
|
|||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
- SCRIPT_INTERVAL=300
|
- SCRIPT_INTERVAL=300
|
||||||
volumes:
|
volumes:
|
||||||
- /data/torrents/downloads:/downloads
|
- /data/torrents/slskd_downloads:/downloads
|
||||||
- ./Services/soularr:/data
|
- ./Services/soularr:/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user