Results 61 comments of Micah Lee

This is going to be trickier than I first realized. I'm working in the nginx branch (https://github.com/onionshare/onionshare/tree/nginx) and I've successfully made the CLI version run an nginx process in the...

This is a good idea. Using a unix socket instead of a port will only work in Linux and macOS, but not Windows (being a non-unix OS, Windows doesn't support...

Good to know! I don't have an M1 Mac myself, but I'd love to support this.

This is a pretty cool idea. OnionShare already supports persistent onion services. There shouldn't be any decrease in security when running a long-running persistent onion service, but it's possible that...

Great idea. If OnionShare itself can act as an OnionShare client and not just a server, and if there will be a receiver mode (#97), then I think OnionShare should...

I've been working on this in the https://github.com/micahflee/onionshare/tree/1309_tails branch but I'm hitting problems and I don't quite understand how onion-grater works. I think the correct solution to this issue is...

I just created a new upstream issue in Tails: https://gitlab.tails.boum.org/tails/tails/-/issues/18287

When I run `flatpak run org.onionshare.OnionShare` then then run `ps aux` in another terminal, the path for the onionshare process is is `/usr/bin/python3 /app/bin/onionshare` -- that's a path inside the...

Wow, this is very cool! I will start taking a look soon, and maybe we can get it in the 2.3 release.

I'm removing the 2.3 milestone since I think this is fairly minor.