From 6fc42f157228cdf1acb05de2c1495c2099abade2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enes=20Sad=C4=B1k=20=C3=96zbek?= Date: Thu, 2 May 2019 01:27:56 +0300 Subject: [PATCH] Add docker info --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index ee2a336..f60dda4 100644 --- a/README.md +++ b/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. +## 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 [MIT](https://github.com/ImperialPlugins/SteamOpenIdConnectProxy/blob/master/LICENSE)