Philipp Schmitt
Philipp Schmitt
> If we support installing packages from GH Releases, we must support decompressing them. I think it's reasonable to add support like this. That **is supported already**. I've literally linked...
Renaming all the internal funcs is out of scope for this pr imo.
Big +1 for merging this
Hi, thanks for the heads-up. > You only need to call the API once and the port will stay open forever. Does that mean that the same port would be...
I implemented the new API in 3b327c47ce3a59314864cc7268a3e3374937ec24. It hadn't quite dawned on me but, why is the API endpoint not HTTPS? I get that TLS certificates somewhat require a DNS...
It should be stored in `$PIA_CONFIG_DIR/open_port`
That's a great idea. Mind opening a PR for this?
Been digging around a bit. The best I could come up with (that works) is the following: ``` shell ssh [email protected] /usr/bin/cryptsetup luksOpen /dev/sda2 root -
While the commands I posted above do kinda work they are not exactly general enough to scale (you'd need to know the root device name or uuid - which leads...