digitalcredentials / dcc-admin-dashboard

Admin tool for issuing DCC Verifiable Credentials
MIT License
2 stars 6 forks source link

Admin Dashboard

CHECK OUT OUR GETTING STARTED DOC FOR A STEP BY STEP GUIDE TO EVALUATING AND INSTALLING THIS SOFTWARE.

Release Branch License

A system for:

Features:

Claim page

NOTE: The claim page is packaged separately. Ultimately you can use any claim page you like, but here's one that works with the dashboard: admin-dashboard-claim-page.

You'd typically configure it to run alongside the admin-dashboard in a docker compose as described in our deployment guide

Claim page logo

You may want to change the logo on the claim page. You can change the logo on the DCC Claim page by updating the claim page code itself (and rebuilding) or by setting three environment variables when running your instance of this admin dashboard, like this example:

CLAIM_PAGE_LOGO_URL=https://upload.wikimedia.org/wikipedia/commons/4/40/Image_test.png CLAIM_PAGE_LOGO_WIDTH=433 CLAIM_PAGE_LOGO_HEIGHT=291

Every time the claim page loads it calls the dashboard to ask for these images. If they are set, the claim page uses the returned image and dimensions.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT © MIT