An open API service indexing awesome lists of open source software.

https://github.com/licenseware/ory-admin-ui

A modern admin panel for Ory Kratos. Manage identities, sessions, and schemas through a responsive dark/light UI — ships as a single Go binary or Docker image.
https://github.com/licenseware/ory-admin-ui

admin-dashboard admin-panel admin-ui dark-mode dashboard docker golang identity-management kratos ory ory-kratos pinia self-hosted session-management single-binary tailwindcss typescript vite vue vue3

Last synced: about 10 hours ago
JSON representation

A modern admin panel for Ory Kratos. Manage identities, sessions, and schemas through a responsive dark/light UI — ships as a single Go binary or Docker image.

Awesome Lists containing this project

README

          

# Ory Admin UI

[![GitHub Repo stars](https://img.shields.io/github/stars/licenseware/ory-admin-ui?style=flat)](https://github.com/licenseware/ory-admin-ui)
[![Docker Pulls](https://img.shields.io/docker/pulls/licenseware/ory-admin-ui)](https://hub.docker.com/r/licenseware/ory-admin-ui)
[![GitHub Release](https://img.shields.io/github/v/release/licenseware/ory-admin-ui?label=Latest+Release)](https://github.com/licenseware/ory-admin-ui/releases)
[![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/licenseware/ory-admin-ui/total?label=GitHub+Release+Downloads)](https://github.com/licenseware/ory-admin-ui/releases)
[![Docker Image Size](https://img.shields.io/docker/image-size/licenseware/ory-admin-ui)](https://hub.docker.com/r/licenseware/ory-admin-ui)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/licenseware/ory-admin-ui)](https://github.com/licenseware/ory-admin-ui/commits/main/)
[![GitHub last commit](https://img.shields.io/github/last-commit/licenseware/ory-admin-ui)](https://github.com/licenseware/ory-admin-ui/commits/main/)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache--2.0-yellow.svg)](https://opensource.org/licenses/Apache-2.0)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
[![Powered by Ory](https://img.shields.io/badge/powered%20by-ory-blue)](https://www.ory.sh/)

Admin UI for [Ory Kratos](https://www.ory.sh/docs/kratos). Manage identities, sessions, and schemas across multiple environments.

![Dashboard](docs/assets/dashboard.png)

## Quick Start

```bash
docker run -p 8080:8080 licenseware/ory-admin-ui
```

Open http://localhost:8080, configure your Kratos endpoint in the Settings tab.

### With Custom Profiles

```bash
cat > config.json < Runtime Config > Build-time Env > Hardcoded fallback

## Development

```bash
docker compose up -d

bun install
bun start
```

## Vision

Building a unified admin UI for the [Ory](https://www.ory.sh/) ecosystem. Currently supports Kratos.

Hydra, Keto, and Oathkeeper support planned.

## Contributing

PRs welcome. Fork, branch, PR.

## License

[Apache-2.0](LICENSE)