mirror of
https://github.com/byo-software/steam-openid-connect-provider.git
synced 2025-01-10 02:16:22 +00:00
Add docker info
This commit is contained in:
parent
3132ee8f84
commit
6fc42f1572
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -14,5 +14,18 @@ Add your Steam API Key as user-secrets like this:
|
||||||
|
|
||||||
After that set up your redirect URI, ClientID and ClientSecret in the appsettings.json.
|
After that set up your redirect URI, ClientID and ClientSecret in the appsettings.json.
|
||||||
|
|
||||||
|
## Docker
|
||||||
|
[A docker image](https://hub.docker.com/r/imperialplugins/steam-openid-connect-proxy) is also available.
|
||||||
|
|
||||||
|
```
|
||||||
|
docker run -it \
|
||||||
|
-e OpenID__RedirectUri=http://localhost:8080/auth/realms/master/broker/steam/endpoint \
|
||||||
|
-e OpenID__ClientID=steam_proxy \
|
||||||
|
-e OpenID__ClientSecret=mysecret \
|
||||||
|
-e Authentication__Steam__ApplicationKey=MySteamApiKey \
|
||||||
|
--restart unless-stopped \
|
||||||
|
--name steamopenidconnectproxy \
|
||||||
|
imperialplugins/steam-openid-connect-proxy
|
||||||
|
```
|
||||||
## License
|
## License
|
||||||
[MIT](https://github.com/ImperialPlugins/SteamOpenIdConnectProxy/blob/master/LICENSE)
|
[MIT](https://github.com/ImperialPlugins/SteamOpenIdConnectProxy/blob/master/LICENSE)
|
||||||
|
|
Loading…
Reference in a new issue