Sign inSign up

bunkerity/bunkerweb-hello

By bunkerity

•Updated 8 months ago

Image
0

2.0K

bunkerity/bunkerweb-hello repository overview

BunkerWeb logo ⁠


🌐 Website⁠ | 🤝 Panel⁠ | 📓 Documentation⁠ | 👨‍💻 Demo⁠ | 📱 Demo UI⁠ | 🧩 Templates⁠ | 🛡️ Examples⁠
💬 Chat⁠ | 📝 Forum⁠ | 📝 Community⁠ | 🗺️ Threatmap⁠ | 📊 Status⁠ | 🔎 Feedback⁠

🛡️ Make security by default visible.

⁠BunkerWeb Hello

BunkerWeb Hello is a minimal, branded request inspector that surfaces the most useful request details for quick troubleshooting, demos, and edge debugging. It pairs a clean UI with safe rendering of untrusted data.

⁠Why BunkerWeb Hello?

  • Instant visibility: client IP, request details, server identity, headers.
  • Secure by default UX: safe display of untrusted header values.
  • Drop-in demo: a lightweight image that runs anywhere Docker runs.
  • BunkerWeb tone: aligned with the project’s messaging and visuals.

⁠What it shows

  • Client details: IP, forwarded headers, user agent.
  • Request details: method, scheme, URI, protocol, request ID.
  • Server details: hostname, server address, port.
  • Headers: curated view plus an optional full header list.

⁠All headers endpoint

Use the "Headers (all)" panel to fetch /headers, which returns a JSON map of all received request headers.

⁠Build

docker build -t bunkerweb-hello .

⁠Run

docker run --rm -p 80:8080 bunkerweb-hello

Then visit http://localhost.

⁠Fonts

  • Courier Prime is bundled locally under html/fonts/courier-prime/.
  • Don Jose is bundled locally under html/fonts/don-jose/.

⁠License

This project is licensed under the GNU AGPLv3 license.

Tag summary

Content type

Image

Digest

sha256:e41f030e4…

Size

25.1 MB

Last updated

8 months ago

docker pull bunkerity/bunkerweb-hello