https://hub.docker.com/r/nodered/node-red with the addition of NPM package passport-openidconnect
10K+
This is a Node-Red image with the passport-openidconnect NPM package added to it.
The Dockerfile is tiny, so I can post it here without taking too much space:
FROM nodered/node-red
RUN npm install passport-openidconnect
The GitHub Action checks daily if https://github.com/node-red/node-red-docker changes (checks last released version).
If it changed since the last check, the GitHub Action builds the Dockerfile and uploads the Docker image here.
This is used mainly for OpenID Connect (inspired from https://goauthentik.io/integrations/services/node-red/#step-3). A guide for Authelia is available at https://www.authelia.com/integration/openid-connect/node-red/.
If you prefer Authelia, https://www.authelia.com/integration/openid-connect/introduction/#well-known-discovery-endpoints describes how to adapt the configuration.
Note that if you check on your Authelia instance at https://auth.example.com/.well-known/openid-configuration, you will see that the issuer is https://auth.example.com.
Content type
Image
Digest
sha256:e49058121…
Size
221.7 MB
Last updated
17 days ago
docker pull schklom/node-red