Pinchflat
4022Pinchflat is a self-hosted app for downloading YouTube content.
#youtube #downloader #Screenshots
2025-02-11
2025-03-14
Getting Started
- Create a folder and move to the folder
mkdir pinchflat cd pinchflat - Create a
docker-compose.ymlfile 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.