
Pinchflat
Pinchflat is a self-hosted app for downloading YouTube content.
#youtube #downloader #Screenshots
Getting Started
- Create a folder and move to the folder
mkdir pinchflat cd pinchflat
- 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
- Run the following command to start the container:
docker compose up -d
- Open the browser and go to http://localhost:8945 to access the Pinchflat.