kentonv changed the topic of #sandstorm to: Welcome to #sandstorm: home of all things sandstorm.io. Say hi! | Have a question but no one is here? Try asking in the discussion group: https://groups.google.com/group/sandstorm-dev
<jdaviescoates>
I just ran the install script on a newly purchased VPS but my set-up URL isn't working :(
<jdaviescoates>
I've tried in Chromium (is that as good as using Chrome?) and Firefox
<jdaviescoates>
Chromium says:
<jdaviescoates>
This site can’t be reacheduniteddiversity.sandcats.io refused to connect.Try:Checking the connectionChecking the proxy and the firewallERR_CONNECTION_REFUSED
<jdaviescoates>
help!
jdaviescoates is now known as qopi
qopi is now known as jdaviescoates
<jdaviescoates>
kawaiipunk where do I recognise your nick from? CoTech?
<jdaviescoates>
anyone here?
<jdaviescoates>
ah, I tried help
<jdaviescoates>
and then checked status
<jdaviescoates>
wasn't running
<jdaviescoates>
to started
<jdaviescoates>
and now link works! :)
halfbit has joined #sandstorm
xet7 has quit [Quit: Leaving]
xet7 has joined #sandstorm
xet7 has quit [Quit: Leaving]
xet7 has joined #sandstorm
xet7 has quit [Remote host closed the connection]
xet7 has joined #sandstorm
xet7 has quit [Client Quit]
xet7 has joined #sandstorm
xet7 has quit [Remote host closed the connection]
xet7 has joined #sandstorm
frigginglorious has joined #sandstorm
frigginglorious has quit [Remote host closed the connection]
frigginglorious has joined #sandstorm
<TimMc>
jdaviescoates: \o/
<halfbit>
are there any capnp services open to the internet?
<halfbit>
looking to write something using capnp, the capnp server would be expose to the wider internet to make it work
<halfbit>
I'd use the rust libs for the server and client
frigginglorious has quit [Ping timeout: 248 seconds]
frigginglorious1 is now known as frigginglorious
guido has quit [Quit: leaving]
jdaviescoates has quit [Remote host closed the connection]
<isd>
halfbit: If you'd find code examples in languages other than rust useful, there's the sandstorm codebase (node-capnp, the C++ reference implementation, and I think a bit of python in the examples?) and various sandstorm-related stuff in Go on my GitHub: https://github.com/zenhack
<isd>
(...as well has the Haskell implementation, which includes a few toy examples but sadly I haven't actually used it for that much since releasing it).
<isd>
There's also the Sandstorm collections app, which is written in Rust and uses the platform's capnp APIs