Sign inSign up

xeze/onion

By xeze

Updated about 1 month ago

Tor v3 onion service launcher for containerized web apps. Debian and Alpine.

Image
Networking
Security
0

909

xeze/onion repository overview

onion

Run any containerized web application as a Tor v3 onion service.

onion starts Tor, creates the hidden service, prints the .onion URL, and runs your application. No host port needs to be exposed.

Images

  • xeze/onion:latest — Debian-based image; best compatibility for most applications
  • xeze/onion:debian — Debian Bookworm-based image
  • xeze/onion:alphine — small Alpine-based image

Quick start

FROM xeze/onion:latest

WORKDIR /app
COPY my-app /app/my-app
RUN chmod +x /app/my-app

CMD ["--app-port", "8080", "--", "/app/my-app"]

Source code

Open-source source code, Dockerfiles, GitHub Actions release workflow, and build instructions:

https://github.com/Xeze-org/onion

Licensed under Apache-2.0.

Tag summary

Content type

Image

Digest

sha256:cfd458f92

Size

32.8 MB

Last updated

about 1 month ago

docker pull xeze/onion