A lightwight REST-API which returns direct links to pr0gramm media files
A lightweight REST-API which returns direct links to pr0gramm media files.
Run: docker run serverlein/pr0download:latest -p 1040:1040
Swagger documentation available http://localhost:1040
version: '3.7'
services:
service:
image: serverlein/pr0download:latest
restart: always
ports:
- "1040:1040"