Coder Social home page Coder Social logo

container-onion-service's Introduction

Onion Service

To run, set the following (here are some example values, fill in the <...>):

TOR_ONION_NAME=myservice
TOR_ONION_HOSTNAME=<base32...>.onion
TOR_ONION_V3_PUBLIC_KEY=<base64...>
TOR_ONION_V3_SECRET_KEY=<base64...>
TOR_ONION_REMOTE_PORT=80
WEB_FRONTEND_HOST=nginx.internal
WEB_FRONTEND_PORT=8000

Client authentication

To enable client authentication (which will prevent all clients without a key from accessing the service), mount some *.auth files into /authorized_clients when running the container.

Generating a key and hidden service name

To create new service names and their associated keys, run:

docker build -t onion-service.local .
docker run --rm --entrypoint gen-service-keypair onion-service.local

Generating a client auth key

To generate a new client keypair (you can pass any number of service names):

./gen-client-keypair <base32...>.onion

container-onion-service's People

Contributors

maeve-fpf avatar mig5 avatar rileykoyote avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

reverse-ex

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.