A stupid simple file upload server with real-time updates and auto-expiration.
services:
drip:
image: ghcr.io/bfpimentel/drip:latest
container_name: drip
restart: always
ports:
- "7123:7123"
volumes:
- ./uploads:/app/uploads
- ./data:/app/dataThe app can be installed as a PWA. Use a reverse proxy (nginx, traefik, caddy) with HTTPS to enable the install prompt.
