Tor v3 onion service launcher for containerized web apps. Debian and Alpine.
909
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.
xeze/onion:latest — Debian-based image; best compatibility for most applicationsxeze/onion:debian — Debian Bookworm-based imagexeze/onion:alphine — small Alpine-based imageFROM xeze/onion:latest
WORKDIR /app
COPY my-app /app/my-app
RUN chmod +x /app/my-app
CMD ["--app-port", "8080", "--", "/app/my-app"]
Open-source source code, Dockerfiles, GitHub Actions release workflow, and build instructions:
https://github.com/Xeze-org/onion
Licensed under Apache-2.0.
Content type
Image
Digest
sha256:cfd458f92…
Size
32.8 MB
Last updated
about 1 month ago
docker pull xeze/onion