Create and manage EU Digital Product Passports on your own computer — keys and data stay local
626
A graphical application for the economic operator — the company that has to publish a Digital Product Passport — for creating and managing passports without a command line. It runs on your own computer and keeps everything in one encrypted file in a folder you choose.
There is no account, no registration and no licence key. Nothing is sent anywhere except to the passport service you configure, and only when you press the button that sends it.
curl -fsSLO https://raw.githubusercontent.com/OwnYourData/dpp-manager-public/main/docker-compose.yml
docker compose up -d
Then open http://localhost:3000 and choose a passphrase. That passphrase encrypts everything the application holds; there is no way to recover it.
The full guide, written for somebody who has never used a container — including a route that is only clicking, and which container programs are free for which companies — is docs/Install.md.
did:oyd for each passport on your machine. Its keys never leave your file.One encrypted file, dpp.db, in the folder you mounted on /data — settings, keys, passports and the log. Copy that folder and you have a backup; copy it to another computer and start there with the same passphrase and you have moved your work.
| Port | 3000 |
| Volume | /data — mount a folder from your computer |
| Runs as | uid 1000, not root |
| Architectures | linux/amd64, linux/arm64 |
| Health | GET /up, which deliberately does not touch the database |
latest — the current buildv0.1.0 — the first published version, unchangedBuilt by OwnYourData. Apache License 2.0.
Content type
Image
Digest
sha256:cf67c685c…
Size
187.6 MB
Last updated
3 days ago
docker pull oydeu/dpp-managerPulls:
93
Last week