Szymon Niemiec

Results 16 comments of Szymon Niemiec

Hello @fd3s1, We will investigate what's going on here, but can you first share what was the email address you registered with? If you are not comfortable with sharing email...

Hello @msmcconnell `join` command was indeed intended to be used once, as a way to pair the device with Husarnet account (or "claim"). If you want to add the device...

I see. This is definitely possible to implement. Interestingly, unjoin/destroy functionality similar that you describe is in our backlog, but we believed it to be very low priority, as this...

Hello again @msmcconnell after a brief internal discussion, we have figured that your case is possible, but if you have access to both accounts (i.e. you know username and password)...

Hello, we have encountered the same issue in our setup and resolved it. Here is a trick to achieve this - the entrypoint script accepts `ZULIP_CUSTOM_SETTINGS` environment variable, which contents...

Hello. I've tripped over this as well. Another problem with this implementation is that user probably expects that in case service is currently stopped, Start() and Restart() will have identical...

Not a maintainer; I just arrived here from search engine, because I wanted to change this setting (and couple more) too. Sadly the PR is not merged, but there is...

Thank you for the report, Per. We'll look into this. You can obtain version via daemon binary, like this: ``` husarnet-daemon --version ``` or ask homebrew: ``` brew info husarnet...

Yes, I'd love the computer to do that for me too! Problem is homebrew does not use sudo; instead it has it's own mechanism of creating and managing services (`brew...

Hello! After some research, it turns out that because Husarnet Daemon needs sudo to create virtual device etc. there is no way to do it all through homebrew. Since you...