Replies (4)

ornedii's avatar
ornedii 4 months ago
yeah. have a raspberry pi with nginx reverse proxy to bitaxe and tor hidden service. works like a charm.
bellsov's avatar
bellsov 4 months ago
You can also set the Bitaxe up behind an OpenWRT wifi router, setup Tailscale on the router and access the Bitaxe behind the router via Tailscale.
ornedii's avatar
ornedii 3 months ago
not that i kow off, but roughly simething like this: 1. I note the port and IP the bitaxe runs on. 2. install and configure nginx with reverse proxy in the rpi, and where proxy_pass is yhe bitaxe ip and port. 3. install and configure tor with hidden service on the rpi. 4. go back to your nginx config and add the onion address to server_name. 5. pissibly reboot. check some logs and visit your onion address using torbrowser. Note: you do not need SSL certificates since the onion address works with asimilar cettificate tech. I have a great time with hidden services, it makes it so I dont need DNS! hope this helps