Hidden Service
Simple FastAPI for exposing a Tor hidden service.
git clone https://github.com/neozmmv/hidden-servicepython -m venv env./env/Scripts/activatedocker compose up -dpip install -r requirements.txtfastapi dev main.py --host 0.0.0.0For mounting tor-data correctly on Linux:
sudo chown -R $(whoami):$(whoami) ./docker/tor-datasudo chmod -R 700 ./docker/tor-data/hidden_serviceTo see the hostname:
sudo cat ./docker/tor-data/hidden_service/hostname