Error when running in cli #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Node v10.7.0
Cannot run sclient
Doh! It’s missing the
#!/usr/bin/env node
up at the top.I’m AFK tonight, but you can also download and use the standalone Go version:
https://telebit.cloud/sclient
The Go version is slightly behind the node version I’m terms of some of the shortcut methods, but the core functionality is identical.
Or you could it the file npm installed and add the missing bash header described above.
I actually don’t know how nvm works, but if it’s not doing anything too fancy this is the file that needs the bash header:
.nvm/versions/node/v10.7.0/bin/sclient
I’ll fix it tomorrow.
Published v1.4.3 with the bash header fix. Please test and close.
It is working now...
Awesome. If you can spare another minute, I'm curious to know two things:
I was searching for vpn solution and heard about telebit in Javascript Jabber Podcast. Through that ended up in this project.
I am using telebit for connecting my Media server via raspberrypi.
Currently i am just hacking around and trying to run telebit in heroku.
I don't think you'll be able to run the telebit remote on Heroku due to how Heroku force-closes stale connections (and deletes files, so the certs would be lost, regenerated, and rate limited - which could affect other users if you're using the telebit.io domains, so please don't do that).
I don't think you'll be able to run the telebit relay on Heroku without paying a ton of money because of the multiple domains and wildcard routing.
I'd recommend trying to get it running on Digital Ocean instead, which is a better fit for an always-on, always-connected type of application.
Are you trying to run the remote or the relay?
I was trying relay. I will try Digital Ocean instead