Compare commits
5 Commits
254ef750c7
...
kansaigaij
Author | SHA1 | Date | |
---|---|---|---|
3c4cbe8615 | |||
4a8ea0a8b6 | |||
0646176d74 | |||
af456f7260 | |||
87ec56ee56 |
46
README.md
46
README.md
@@ -16,29 +16,33 @@ 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
|
||||
- **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
|
||||
- **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
|
||||
@@ -63,7 +67,7 @@ docker compose up -d
|
||||
- **iPerf3 Server** (5201) - LAN Network Speedtest server
|
||||
- **RustDesk (hbbr)** - Remote desktop relay
|
||||
- **RustDesk (hbbs)** - Remote desktop signaling
|
||||
- **Newt** - Notification service
|
||||
- **Newt** - Tunneloing service to offaite reverse proxy
|
||||
- **RackNerd API Converter** (5000) - VPS monitoring API
|
||||
- **Speedtest Database** - MariaDB for speedtest
|
||||
- **Speedtest Tracker** (8180) - Network monitoring
|
||||
@@ -185,4 +189,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.
|
||||
|
@@ -6,7 +6,7 @@ services:
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Pacific/Auckland
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- /docker-local/Arrs/Bazarr/config:/config
|
||||
- /data/:/data/
|
||||
@@ -21,19 +21,18 @@ services:
|
||||
image: ghcr.io/flaresolverr/flaresolverr:latest
|
||||
container_name: flaresolverr
|
||||
environment:
|
||||
- TZ=Pacific/Auckland
|
||||
- TZ=${TZ}
|
||||
ports:
|
||||
- 8191:8191
|
||||
networks:
|
||||
arr_network:
|
||||
ipv4_address: 172.20.0.8
|
||||
restart: unless-stopped
|
||||
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin
|
||||
container_name: jellyfin
|
||||
environment:
|
||||
- TZ=Pacific/Auckland
|
||||
- TZ=${TZ}
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- JELLYFIN_PublishedServerUrl=${JELLYFIN_URL}
|
||||
@@ -53,7 +52,7 @@ services:
|
||||
container_name: jellyseerr
|
||||
environment:
|
||||
- LOG_LEVEL=debug
|
||||
- TZ=Pacific/Auckland
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- ../docker-local/Arrs/Jellyseerr/config:/app/config
|
||||
- /data/torrents:/downloads
|
||||
@@ -70,7 +69,7 @@ services:
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Pacific/Auckland
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- /docker-local/Arrs/Lidarr/config:/config
|
||||
- /data/:/data/
|
||||
@@ -81,24 +80,12 @@ services:
|
||||
arr_network:
|
||||
ipv4_address: 172.20.0.7
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
pinchflat:
|
||||
image: ghcr.io/kieraneglin/pinchflat:latest
|
||||
environment:
|
||||
# Set the timezone to your local timezone
|
||||
- TZ=Pacific/Auckland
|
||||
ports:
|
||||
- '8945:8945'
|
||||
volumes:
|
||||
- /docker-local/pinchflat/config:/config
|
||||
- /data/downloads/:/downloads
|
||||
|
||||
prowlarr:
|
||||
image: lscr.io/linuxserver/prowlarr:latest
|
||||
container_name: prowlarr
|
||||
environment:
|
||||
- TZ=Pacific/Auckland
|
||||
- TZ=${TZ}
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
volumes:
|
||||
@@ -116,7 +103,7 @@ services:
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Pacific/Auckland
|
||||
- TZ=${TZ}
|
||||
- WEBUI_PORT=8080
|
||||
volumes:
|
||||
- ./services/qBittorrent/config:/config
|
||||
@@ -134,7 +121,7 @@ services:
|
||||
image: lscr.io/linuxserver/radarr:latest
|
||||
container_name: radarr
|
||||
environment:
|
||||
- TZ=Pacific/Auckland
|
||||
- TZ=${TZ}
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
volumes:
|
||||
@@ -152,7 +139,7 @@ services:
|
||||
image: lscr.io/linuxserver/sonarr:latest
|
||||
container_name: sonarr
|
||||
environment:
|
||||
- TZ=Pacific/Auckland
|
||||
- TZ=${TZ}
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
volumes:
|
||||
@@ -167,6 +154,21 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
# Music & Scrobbling
|
||||
beets:
|
||||
image: lscr.io/linuxserver/beets:latest
|
||||
container_name: beets
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- /docker-local/beets/config:/config
|
||||
- /data/music:/music
|
||||
- /data/downloads:/downloads
|
||||
ports:
|
||||
- 8337:8337
|
||||
restart: unless-stopped
|
||||
|
||||
maloja:
|
||||
image: "krateng/maloja:latest"
|
||||
container_name: maloja
|
||||
@@ -184,14 +186,22 @@ services:
|
||||
image: foxxmd/multi-scrobbler
|
||||
container_name: multi-scrobbler
|
||||
environment:
|
||||
- TZ=Pacific/Auckland
|
||||
- TZ=${TZ}
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- BASE_URL=${SCROBBLE_URL}
|
||||
- SPOTIFY_CLIENT_ID=${SPOTIFY_CLIENT_ID}
|
||||
- SPOTIFY_CLIENT_SECRET=${SPOTIFY_CLIENT_SECRET}
|
||||
- SPOTIFY_REDIRECT_URI=${SPOTIFY_REDIRECT_URI}
|
||||
# - SPOTIFY_CLIENT_ID=${SPOTIFY_CLIENT_ID}
|
||||
# - SPOTIFY_CLIENT_SECRET=${SPOTIFY_CLIENT_SECRET}
|
||||
# - SPOTIFY_REDIRECT_URI=${SPOTIFY_REDIRECT_URI}
|
||||
- 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_API_KEY=${MALOJA_API_KEY}
|
||||
volumes:
|
||||
@@ -199,7 +209,64 @@ services:
|
||||
ports:
|
||||
- "9078:9078"
|
||||
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"
|
||||
|
||||
pinchflat:
|
||||
image: ghcr.io/kieraneglin/pinchflat:latest
|
||||
container_name: pinchflat
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
ports:
|
||||
- '8945:8945'
|
||||
volumes:
|
||||
- /docker-local/pinchflat/config:/config
|
||||
- /data/torrents/:/downloads
|
||||
|
||||
slskd:
|
||||
image: slskd/slskd
|
||||
container_name: slskd
|
||||
hostname: slskd
|
||||
# user: 1000:1000
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
- SLSKD_REMOTE_CONFIGURATION=true
|
||||
- SLSKD_USERNAME=${SLSKD_USERNAME}
|
||||
- SLSKD_PASSWORD=${SLSKD_PASSWORD}
|
||||
ports:
|
||||
- 5030:5030
|
||||
- 5031:5031
|
||||
- 50300:50300
|
||||
volumes:
|
||||
- /docker-local/slskd:/app
|
||||
- /data:/data
|
||||
- /data/torrents/slskd_downloads:/downloads
|
||||
- /data/torrents/incomplete:/incomplete
|
||||
restart: unless-stopped
|
||||
|
||||
soularr:
|
||||
image: mrusse08/soularr:latest
|
||||
container_name: soularr
|
||||
hostname: soularr
|
||||
user: 1000:1000
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
- SCRIPT_INTERVAL=300
|
||||
volumes:
|
||||
- /data/torrents/slskd_downloads:/downloads
|
||||
- ./Services/soularr:/data
|
||||
restart: unless-stopped
|
||||
|
||||
# Document Management
|
||||
broker:
|
||||
image: docker.io/library/redis:8
|
||||
@@ -477,7 +544,7 @@ services:
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Pacific/Auckland
|
||||
- TZ=${TZ}
|
||||
- DOCKER_MODS=linuxserver/mods:universal-git
|
||||
volumes:
|
||||
- /docker-local/obsidian/vaults:/vaults
|
||||
@@ -495,7 +562,7 @@ services:
|
||||
environment:
|
||||
- TOKEN=${REDBOT_TOKEN}
|
||||
- PREFIX=!
|
||||
- TZ=Pacific/Auckland
|
||||
- TZ=${TZ}
|
||||
- PUID=1000
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -617,7 +684,7 @@ services:
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Pacific/Auckland
|
||||
- TZ=${TZ}
|
||||
- HOMEPAGE_ALLOWED_HOSTS=${HOMEPAGE_ALLOWED_HOSTS}
|
||||
volumes:
|
||||
- ./services/Homepage/config/images:/app/public/images
|
||||
|
Reference in New Issue
Block a user