kahboom / rekor-search-ui

Search Rekor for entries

Home Page:https://search.sigstore.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo contains a simple UI for searching Search the Rekor public transparency log.

https://search.sigstore.dev/

Rekor UI Screenshot

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Deploy

The app is based on Next.JS and is automatically built & deployed to GitHub Pages when pushing to the main branch.

Internal Server Configuration

This app supports overriding of the default rekor server instance for those running private instances of the the sigstore stack. Create a .env.local file at the root and include in it this environment variable

NEXT_PUBLIC_REKOR_DEFAULT_DOMAIN=https://privaterekor.sigstore.dev

About

Search Rekor for entries

https://search.sigstore.dev

License:Apache License 2.0


Languages

Language:TypeScript 96.2%Language:Dockerfile 2.8%Language:JavaScript 1.0%