Simply deploy and run privacyIDEA instance(s) in a container environment.
10K+
privacyIDEA is an open solution for strong two-factor authentication like OTP tokens, SMS, smartphones or SSH keys. This image runs a privacyIDEA server.
The image based on WolfiOS and use gunicorn to run the app.
The image does not include a reverse proxy or other external components. Running the default image as a standalone container uses gunicorn and a sqlite database. Using sqlite database is not suitable for a production environment.
A more 'real world' scenario is described here.
docker pull docker.io/gpappsoft/privacyidea-docker:latest
docker run -d --name privacyidea-docker\
-e PI_ADMIN=admin\
-e PI_ADMIN_PASS=admin\
-e PI_PEPPER=changeMe\
-e PI_SECRET=changeMe\
-v pidata:/privacyidea/etc/persistent:rw,Z\
-p 8080:8080\
gpappsoft/privacyidea-docker:latest
Web-UI: http://localhost:8080
user/password: admin / admin
This project is my private project doing in my free time. This project is not a project from the NetKnights company. The project uses the open source version of privacyIDEA. There is no official support from NetKnights for this project available.
Content type
Image
Digest
sha256:1fb5a713b…
Size
520 Bytes
Last updated
4 days ago
docker pull gpappsoft/privacyidea-docker:sha256-45ff7503222a375b344caeb4ede2cda156cff69c8d10b84f10ed0e8cc7f75576.sig