gpappsoft/privacyidea-docker

By gpappsoft

Updated 4 days ago

Simply deploy and run privacyIDEA instance(s) in a container environment.

Image
Security
3

10K+

gpappsoft/privacyidea-docker repository overview

privacyIDEA-docker

privacyIDEA is an open solution for strong two-factor authentication like OTP tokens, SMS, smartphones or SSH keys. This image runs a privacyIDEA server.

This is an inofficial image of the privacyIDEA project.

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.

More documentation here: gpappsoft/privacyidea-docker

A more 'real world' scenario is described here.

Example

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

Disclaimer

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.

Tag summary

Content type

Image

Digest

sha256:1fb5a713b

Size

520 Bytes

Last updated

4 days ago

docker pull gpappsoft/privacyidea-docker:sha256-45ff7503222a375b344caeb4ede2cda156cff69c8d10b84f10ed0e8cc7f75576.sig