Michael Graf

Results 3 issues of Michael Graf

**What needs to get done?** Niffy should take an list as an option for "exclude" containers. As example: `const ignore = ['video', '.animated-background-image', '#d3-animated-chart']`

Fix for https://github.com/cdent/paste/issues/73 - do not use `%b` use `%m` instead.

### Steps To Reproduce 1. Setup penpot via Docker-Compose (only relevant parts) ``` services: penpot-frontend: image: "penpotapp/frontend:latest" restart: always volumes: - penpot_assets:/opt/data/assets depends_on: - penpot-backend - penpot-exporter networks: - penpot...

bug
self-hosted