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

https://github.com/hrefhref/styx

Lightweight self-service UI for Ory Kratos/Hydra
https://github.com/hrefhref/styx

erlang hydra kratos ory sso

Last synced: 3 months ago
JSON representation

Lightweight self-service UI for Ory Kratos/Hydra

Awesome Lists containing this project

README

          

styx
=====

Ory Kratos/Hydra Lightweight erlang frontend.

Made to run on your main top domain. See `config/nginx.conf` for locations.

Can supervise external `kratos` and `hydra` processes directly (especially useful for development).

## Getting Started

Dependencies:

* NodeJS & NPM (development only, only to modify css/js)
* Kratos and Hydra
* Erlang, Rebar3

rebar3 get-deps
npm --prefix assets install

Build:

rebar3 compile && npm --prefix assets deploy