unsubbed.co

Cinephage

Self-hosted media management & *arr tool that provides all-in-one media management app.

Overview

The AIO solution to your self hosted media gathering needs The AIO solution to your self hosted media gathering needs - MoldyTaint/Cinephage The project has 661 GitHub stars and is licensed under NOASSERTION.

Getting Started

Source: GitHub README

services:
  cinephage:
    image: ghcr.io/moldytaint/cinephage:latest
    container_name: cinephage
    restart: unless-stopped
    ports:
      - '3000:3000'
    environment:
      - PUID=1000 # Your user ID (run: id -u)
      - PGID=1000 # Your group ID (run: id -g)
      - TZ=UTC
      - ORIGIN=http://localhost:3000
    volumes:
      - ./config:/config
      - /path/to/media:/media # CHANGE THIS
      - /path/to/downloads:/downloads # CHANGE THIS
docker compose up -d

Normalized Features

Source: tool-features-normalized.json

docker, docker compose, rest api.

Features

Integrations & APIs

  • REST API