mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-30 07:26:35 +00:00
Update README.md
Provide friendlier description on testing
This commit is contained in:
11
README.md
11
README.md
@@ -87,16 +87,17 @@ security:
|
|||||||
# make sure to share this amongst different pods
|
# make sure to share this amongst different pods
|
||||||
tokenSigningKey: thisisasessionkeyreplacethisjetzt
|
tokenSigningKey: thisisasessionkeyreplacethisjetzt
|
||||||
```
|
```
|
||||||
## Local tests
|
## Testing locally
|
||||||
|
A convenience docker-compose allows you to test the RDPGW locally. It uses [Keycloak](http://www.keycloak.org)
|
||||||
|
and [xrdp](http://www.xrdp.org) and exposes it services on port 443. You will need to allow your browser
|
||||||
|
to connect to localhost with and self signed security certificate. For chrome set `chrome://flags/#allow-insecure-localhost`.
|
||||||
|
The username to login to both Keycloak and xrdp is `admin` as is the password.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd dev/docker
|
cd dev/docker
|
||||||
docker-compose build
|
docker-compose build
|
||||||
docker-compose up
|
docker-compose up
|
||||||
```
|
```
|
||||||
Allow your browser to run on unsecure localhost.
|
|
||||||
For chrome
|
|
||||||
chrome://flags/#allow-insecure-localhost
|
|
||||||
Use admin:admin user password combination whenever asked.
|
|
||||||
|
|
||||||
## Use
|
## Use
|
||||||
Point your browser to `https://your-gateway/connect`. After authentication
|
Point your browser to `https://your-gateway/connect`. After authentication
|
||||||
|
|||||||
Reference in New Issue
Block a user