Pinchflat logo

Pinchflat

Pinchflat is a self-hosted app for downloading YouTube content.

#youtube #downloader #Screenshots

Getting Started

  1. Create a folder and move to the folder
    mkdir pinchflat
    cd pinchflat
    
  2. Create a docker-compose.yml file and add the following content:
    services:
      pinchflat:
        image: ghcr.io/kieraneglin/pinchflat:latest
        environment:
          - TZ=Asia/Seoul
        ports:
          - '8945:8945'
        volumes:
          - ./config:/config
          - ./downloads:/downloads
    
  3. Run the following command to start the container:
    docker compose up -d
    
  4. Open the browser and go to http://localhost:8945 to access the Pinchflat.