Compare commits
2 Commits
254ef750c7
...
af456f7260
Author | SHA1 | Date | |
---|---|---|---|
af456f7260 | |||
87ec56ee56 |
@@ -21,6 +21,7 @@ docker compose up -d
|
|||||||
- **Jellyfin** (8096) - Media streaming server
|
- **Jellyfin** (8096) - Media streaming server
|
||||||
- **Jellyseerr** (5055) - Media request management
|
- **Jellyseerr** (5055) - Media request management
|
||||||
- **Lidarr** (8686) - Music management
|
- **Lidarr** (8686) - Music management
|
||||||
|
- **Pinchflat** (8945) - Youtube Content Downloader
|
||||||
- **Prowlarr** (9696) - Indexer management
|
- **Prowlarr** (9696) - Indexer management
|
||||||
- **qBittorrent** (7070) - Download client
|
- **qBittorrent** (7070) - Download client
|
||||||
- **Radarr** (7878) - Movie management
|
- **Radarr** (7878) - Movie management
|
||||||
@@ -29,6 +30,7 @@ docker compose up -d
|
|||||||
### 🎵 Music & Scrobbling
|
### 🎵 Music & Scrobbling
|
||||||
- **Maloja** (42010) - Music statistics
|
- **Maloja** (42010) - Music statistics
|
||||||
- **Multi-Scrobbler** (9078) - Music scrobbling
|
- **Multi-Scrobbler** (9078) - Music scrobbling
|
||||||
|
- **Maloja to Lidarr Importer** - Scrobble Artist List for Custom Import
|
||||||
|
|
||||||
### 📄 Document Management
|
### 📄 Document Management
|
||||||
- **Gotenberg** - Document conversion
|
- **Gotenberg** - Document conversion
|
||||||
@@ -185,4 +187,4 @@ docker compose ps
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**⚠️ Important**: This setup includes production credentials. Ensure `.env` is never committed to version control.
|
**⚠️ Important**: This setup includes production credentials. Ensure `.env` is never committed to version control.
|
||||||
|
@@ -81,7 +81,6 @@ services:
|
|||||||
arr_network:
|
arr_network:
|
||||||
ipv4_address: 172.20.0.7
|
ipv4_address: 172.20.0.7
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
|
||||||
pinchflat:
|
pinchflat:
|
||||||
image: ghcr.io/kieraneglin/pinchflat:latest
|
image: ghcr.io/kieraneglin/pinchflat:latest
|
||||||
@@ -92,7 +91,7 @@ services:
|
|||||||
- '8945:8945'
|
- '8945:8945'
|
||||||
volumes:
|
volumes:
|
||||||
- /docker-local/pinchflat/config:/config
|
- /docker-local/pinchflat/config:/config
|
||||||
- /data/downloads/:/downloads
|
- /data/music/youtube/:/downloads
|
||||||
|
|
||||||
prowlarr:
|
prowlarr:
|
||||||
image: lscr.io/linuxserver/prowlarr:latest
|
image: lscr.io/linuxserver/prowlarr:latest
|
||||||
@@ -188,10 +187,18 @@ services:
|
|||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- BASE_URL=${SCROBBLE_URL}
|
- BASE_URL=${SCROBBLE_URL}
|
||||||
- SPOTIFY_CLIENT_ID=${SPOTIFY_CLIENT_ID}
|
# - SPOTIFY_CLIENT_ID=${SPOTIFY_CLIENT_ID}
|
||||||
- SPOTIFY_CLIENT_SECRET=${SPOTIFY_CLIENT_SECRET}
|
# - SPOTIFY_CLIENT_SECRET=${SPOTIFY_CLIENT_SECRET}
|
||||||
- SPOTIFY_REDIRECT_URI=${SPOTIFY_REDIRECT_URI}
|
# - SPOTIFY_REDIRECT_URI=${SPOTIFY_REDIRECT_URI}
|
||||||
- YTM_COOKIE=${YTM_COOKIE}
|
- YTM_COOKIE=${YTM_COOKIE}
|
||||||
|
# - YTM_REDIRECT_URI=${YTM_REDIRECT_URI}
|
||||||
|
# - YTM_CLIENT_ID=${YTM_CLIENT_ID}
|
||||||
|
# - YTM_CLIENT_SECRET=${YTM_CLIENT_SECRET}
|
||||||
|
- JELLYFIN_URL=${JELLYFIN_URL}
|
||||||
|
- JELLYFIN_APIKEY=${JELLYFIN_APIKEY}
|
||||||
|
- JELLYFIN_USER=${JELLYFIN_USER}
|
||||||
|
- LZ_TOKEN=${LZ_TOKEN}
|
||||||
|
- LZ_USER=${LZ_USER}
|
||||||
- MALOJA_URL=${MALOJA_URL}
|
- MALOJA_URL=${MALOJA_URL}
|
||||||
- MALOJA_API_KEY=${MALOJA_API_KEY}
|
- MALOJA_API_KEY=${MALOJA_API_KEY}
|
||||||
volumes:
|
volumes:
|
||||||
@@ -199,6 +206,18 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "9078:9078"
|
- "9078:9078"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
lidarr-importer-api:
|
||||||
|
image: gitea.kansaigaijin.com/kansaigaijin/majola-lidarr-importer:latest
|
||||||
|
container_name: maloja-lidarr-importer-api
|
||||||
|
volumes:
|
||||||
|
- ./logs:/app/logs
|
||||||
|
ports:
|
||||||
|
- "5110:5000"
|
||||||
|
environment:
|
||||||
|
- SOURCE_API_URL=${SOURCE_API_URL}
|
||||||
|
- SOURCE_API_KEY=${SOURCE_API_KEY}
|
||||||
|
restart: "unless-stopped"
|
||||||
|
|
||||||
# Document Management
|
# Document Management
|
||||||
broker:
|
broker:
|
||||||
|
Reference in New Issue
Block a user