Sign inSign up

onepam/playground-http

By onepam

Updated 5 months ago

OnePAM Playground HTTP — Nginx web server for testing PAM web session recording & HAR capture

Image
Security
Web servers
0

394

onepam/playground-http repository overview

OnePAM Playground — HTTP

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.

Quick Start

docker run -d --name playground-http \
  -p 8080:80 \
  onepam/playground-http:latest

Browse to http://localhost:8080 to see the playground landing page.

Features

  • Nginx on Alpine Linux (minimal ~60 MB)
  • Embedded landing page with playground branding
  • Read-only root filesystem support
  • Custom Nginx configuration optimized for demo use

Use with OnePAM

This image is part of the OnePAM Playground — a suite of isolated demo targets:

Running the Full Playground

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"]

Documentation

Full documentation: https://onepam.com/docs

License

Proprietary — https://onepam.com/terms

Tag summary

Content type

Image

Digest

sha256:01107303f

Size

24.8 MB

Last updated

5 months ago

docker pull onepam/playground-http