2023-09-13 16:37:49 -05:00
2023-09-13 16:37:49 -05:00
2023-08-17 14:36:13 -05:00
2019-07-24 20:35:29 +01:00
2023-08-17 22:24:45 +00:00
2023-08-17 17:03:14 -05:00

keycloak-reg-ui

A very simple React-based self-registration UI. Uses https://git.vdb.to/cerc-io/keycloak-reg-api as the backend.

Building

Local

$ yarn install

# Edit `src/App.js` and `src/components/pages/RegisterPage.js` to set
# `basePath` and `apiUrl` and then run:
$ yarn build
$ serve -s build

Docker

$ docker build -t cerc/keycloak-reg-ui:local .

# Edit config.yml for your API settings and then run:
$ docker run -d -p 3000:80 -v .:/config cerc/keycloak-reg-ui:local
S
Description
A simple react app with a login/register pages, without backend.
Readme
12 MiB
Languages
JavaScript 75.3%
CSS 17.6%
HTML 5.3%
Dockerfile 1.8%