mirror of
https://github.com/byo-software/steam-openid-connect-provider.git
synced 2025-01-09 18:06:22 +00:00
Update README.md
This commit is contained in:
parent
bbd5675720
commit
3832b6518a
1 changed files with 5 additions and 4 deletions
|
@ -49,19 +49,20 @@ This service contains a health check endpoint at `/health`. It checks if the Ste
|
||||||
|
|
||||||
## Docker
|
## Docker
|
||||||
|
|
||||||
[A docker image](https://hub.docker.com/r/imperialplugins/steam-openid-connect-provider) is also available.
|
A docker image is also available.
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run -it \
|
docker run -it \
|
||||||
-e OpenID__RedirectUri=http://localhost:8080/auth/realms/master/broker/steam/endpoint \
|
-e OpenID__RedirectUri=http://localhost:8080/auth/realms/master/broker/steam/endpoint \
|
||||||
-e OpenID__ClientID=steamidp \
|
-e OpenID__ClientID=steamidp \
|
||||||
-e OpenID__ClientSecret=mysecret \
|
-e OpenID__ClientSecret=mysecret \
|
||||||
-e Authentication__Steam__ApplicationKey=MySteamApiKey \
|
-e OpenID__ClientName=myclientname \
|
||||||
|
-e Steam__ApplicationKey=MySteamApiKey \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
--name steamidp \
|
--name steamidp \
|
||||||
imperialplugins/steam-openid-connect-provider
|
ghcr.io/byo-software/steam-openid-connect-provider
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[MIT](https://github.com/ImperialPlugins/steam-openid-connect-provider/blob/master/LICENSE)
|
[MIT](https://github.com/byo-software/steam-openid-connect-provider/blob/master/LICENSE)
|
||||||
|
|
Loading…
Reference in a new issue