mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-29 15:06:36 +00:00
Add docker compose options
This commit is contained in:
17
README.md
17
README.md
@@ -331,14 +331,21 @@ __NOTE__: The local testing environment uses a self signed certificate. This wor
|
|||||||
If you want to test it on Windows you will need to provide a valid certificate.
|
If you want to test it on Windows you will need to provide a valid certificate.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# with open id
|
||||||
cd dev/docker
|
cd dev/docker
|
||||||
docker-compose build
|
docker-compose -f docker-compose.yml up
|
||||||
docker-compose up
|
|
||||||
|
# or for arm64 with open id
|
||||||
|
docker-compose -f docker-compose-arm64.yml up
|
||||||
|
|
||||||
|
# or for local or pam
|
||||||
|
docker-compose -f docker-compose-local.yml up
|
||||||
```
|
```
|
||||||
|
|
||||||
You can then connect to the gateway at `https://localhost:9443/connect` which will start the authentication flow. You
|
You can then connect to the gateway at `https://localhost:9443/connect` for the OpenID connect flavors which will start
|
||||||
can login with 'admin/admin'. The RDP file will download and you can open it with a remote desktop client. Also
|
the authentication flow. Or you can connect directly with the gateway set and the host set to ``xrdp`` if using the ``local``
|
||||||
for logging in 'admin/admin' will work.
|
flavorYou can login with 'admin/admin'. The RDP file will download and you can open it with a remote
|
||||||
|
desktop client. Also for logging in 'admin/admin' will work.
|
||||||
|
|
||||||
## 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