Yet another privacyIDEA container image

Hello everyone!

First, I wish you a happy new year and all the best for 2024!

I’d like to kick off the year by introducing my little privacyIDEA container project.

Yes, it is another simple image, but maybe someone will find it useful.

The main approach is to have a lightweight container image served by gunicorn without any other application, like NGINX or a database. Also, it should be easy to deploy a full stack with docker compose, including nginx as a reverse-proxy and MariaDB as a database backend for testing purposes.

At the moment, it is not intensively tested, and some components (like RADIUS) are still missing.
The project is based on Docker, but the base functionality will also run with Podman. Maybe I will migrate it later to a pod and/or Kubernetes.

Have fun with it!

2 Likes