jarylc/duoauthproxy

By jarylc

Updated about 2 months ago

Minimal multiarch DuoAuthProxy Alpine docker image, updated by GitLab CI/CD scheduling

Image
Security
Developer tools
Web servers
0

2.6K

jarylc/duoauthproxy repository overview

pipeline status

Source codes | Maintainer - Jaryl Chng

Volumes

Note: It is recommended to have

[main]
log_stdout=true

if you would like Docker to capture logs.

Deploying

Terminal

docker run -d \
    --name duoauthproxy \
    -p 1812:1812 \
    -v /path/to/authproxy.cfg:/app/conf/authproxy.cfg \
    --restart unless-stopped \
    minimages/duoauthproxy

Docker-compose

duoauthproxy:
    image: minimages/duoauthproxy
    ports:
        - "1812:1812"
    volumes:
        - /path/to/authproxy.cfg:/app/conf/authproxy.cfg
    restart: unless-stopped

Examples

You can visit the examples folder in the repository for example deployments.

Tag summary

Content type

Image

Digest

sha256:e4f938a87

Size

54.7 MB

Last updated

about 2 months ago

docker pull jarylc/duoauthproxy