Skip to content

pgschk/blackscreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blackscreen

A minimal static website that shows a fully black screen.

Behavior:

  • The page is entirely black and fills the full viewport.
  • Double-click anywhere on the page to toggle fullscreen on/off.

Files

  • index.html: The black-screen page and fullscreen toggle logic.
  • Containerfile: Minimal non-root container image for serving the static site.

Use Published GHCR Image

Image:

  • ghcr.io/pgschk/blackscreen:latest

Run with Podman:

podman run --rm -p 8080:8080 ghcr.io/pgschk/blackscreen:latest

Run with Docker:

docker run --rm -p 8080:8080 ghcr.io/pgschk/blackscreen:latest

Open:

Run with Podman

Build:

podman build -t blackscreen .

Run:

podman run --rm -p 8080:8080 blackscreen

Open:

Run with Docker

Build:

docker build -t blackscreen .

Run:

docker run --rm -p 8080:8080 blackscreen

Open:

Notes

  • The container uses nginxinc/nginx-unprivileged:alpine, which runs without root permissions.
  • The service listens on port 8080.

About

A black screen, be nice to your OLED screens

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors