Unmanic: Library Optimization (Re-encode, change default audio/subtitle language, etc.)
Github: https://github.com/Unmanic/unmanic
Note: You can either add this to the main compose.yaml or make a new one.
Note: There is a non-supporter and supporter tier with the application. I do recommend supporting to unlock full features but its up to ya.
Note: For a short guide on Unmanic https://youtu.be/F5E8hjtfDbQ?si=v9L_fst9HGUgnJ91&t=322 start at 5:22 the first part shows setup not for promox/docker.
Compose.yaml
services:
unmanic:
image: josh5/unmanic:latest
container_name: unmanic
environment:
- PUID=1000
- PGID=1000
- TZ=America/Los_Angeles # Replace with your timezone
volumes:
- ./config:/config # Host path for configuration data
- /data:/libary # Host path for your media library
- ./config/unmanic:/tmp/unmanic # Host path for temporary/cache files
ports:
- 8888:8888 # Maps container port 8888 to host port 8888 for the web UI
restart: unless-stopped
Unmanic: Library Optimization (Re-encode, change default audio/subtitle language, etc.)
Github: https://github.com/Unmanic/unmanic
Compose.yaml
services:
unmanic:
image: josh5/unmanic:latest
container_name: unmanic
environment:
- PUID=1000
- PGID=1000
- TZ=America/Los_Angeles # Replace with your timezone
volumes:
- ./config:/config # Host path for configuration data
- /data:/libary # Host path for your media library
- ./config/unmanic:/tmp/unmanic # Host path for temporary/cache files
ports:
- 8888:8888 # Maps container port 8888 to host port 8888 for the web UI
restart: unless-stopped