Sign inSign up

schklom/node-red

By schklom

•Updated 17 days ago

https://hub.docker.com/r/nodered/node-red with the addition of NPM package passport-openidconnect

Image
0

10K+

schklom/node-red repository overview

Docker Pulls Docker Stars
dockeri.co

⁠What?

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

⁠How?

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.

The status of the process is Sync+build+push Node-Red

⁠Why?

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/⁠.

⁠Miscellaneous

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⁠.

Tag summary

Content type

Image

Digest

sha256:e49058121…

Size

221.7 MB

Last updated

17 days ago

docker pull schklom/node-red