https://github.com/graphaware/hume-iframe-example
Example Docker setup for iframing GraphAware Hume inside a React application
https://github.com/graphaware/hume-iframe-example
Last synced: about 1 month ago
JSON representation
Example Docker setup for iframing GraphAware Hume inside a React application
- Host: GitHub
- URL: https://github.com/graphaware/hume-iframe-example
- Owner: graphaware
- Created: 2021-10-18T06:43:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T20:22:47.000Z (over 1 year ago)
- Last Synced: 2025-06-21T22:42:01.981Z (9 months ago)
- Language: Shell
- Size: 990 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example Hume IFrame Setup
This repository contains a self-contained setup for the following demo :
- A parent React application iframing Hume
- Keycloak for single sign on
## Running
The easiest way to run the demo is cloning this repository and start the containers :
```
docker-compose up -d
```
The following services will be up and running :
- The parent React application on http://localhost:8905
- Hume frontend on http://localhost:8081
- Keycloak on http://localhost:8180/auth
- Orchestra and API on their respective 8100 and 8080 ports
Keycloak admin user is auto-configured with the following credentials : `admin/admin123`
A default user for Hume with administrative rights has the following credentials : `testuser/default`
---