OnePAM Playground HTTP — Nginx web server for testing PAM web session recording & HAR capture
394
Nginx-based web server for testing privileged web session recording.
A lightweight, isolated HTTP target designed for the OnePAM playground. Demo and test web session recording, HAR capture, URL-based access policies, and HTTP request auditing.
docker run -d --name playground-http \
-p 8080:80 \
onepam/playground-http:latest
Browse to http://localhost:8080 to see the playground landing page.
This image is part of the OnePAM Playground — a suite of isolated demo targets:
| Image | Protocol |
|---|---|
| onepam/playground-ssh | SSH |
| onepam/playground-rdp | RDP |
| onepam/playground-postgres | PostgreSQL |
| onepam/playground-mysql | MySQL |
| onepam/playground-http | HTTP |
Deploy all playground services at once:
services:
ssh:
image: onepam/playground-ssh:latest
ports: ["2222:22"]
rdp:
image: onepam/playground-rdp:latest
ports: ["3389:3389"]
shm_size: 256m
postgres:
image: onepam/playground-postgres:latest
ports: ["5432:5432"]
mysql:
image: onepam/playground-mysql:latest
ports: ["3306:3306"]
http:
image: onepam/playground-http:latest
ports: ["8080:80"]
Full documentation: https://onepam.com/docs
Proprietary — https://onepam.com/terms
Content type
Image
Digest
sha256:01107303f…
Size
24.8 MB
Last updated
5 months ago
docker pull onepam/playground-http