asheesh changed the topic of #sandstorm to: Welcome to #sandstorm: home of all things sandstorm.io. Say hi! | Channel glossary: "i,i" means "I have no point, I just want to say". b == thumbs up. | Public logs at https://botbot.me/freenode/sandstorm/ & http://logbot.g0v.tw/channel/sandstorm/today
leeola has quit [Quit: Connection closed for inactivity]
TML has quit [Ping timeout: 240 seconds]
harish has quit [Ping timeout: 260 seconds]
H-Net has joined #sandstorm
<H-Net> Hello
<H-Net> I have installed Sandstorm on a personal server. I have gone through the set up process and end up in a loop when I try to log in as an admin using my google account. help?
ill_logic has joined #sandstorm
<ill_logic> Hi, I am looking at sandstorm-files.list. I'm wondering if sandstorm-http-bridge, sandstorm-http-bridge-config, and sandstorm-manifest are supposed to be in there?
TML-prv has joined #sandstorm
TML-prv is now known as TML
<ill_logic> Also, I'm curious why /proc keeps showing up in there. I have "proc" in hidePaths.
<ill_logic> /proc/cpuinfo specifically
frigginglorious has joined #sandstorm
Zarutian has quit [Quit: Zarutian]
<isd> ill_logic: /proc/cpuinfo is special-cased, since a lot of runtimes use it. It actually gets bind-mounted by sandstorm, so it's not just copying the contents into the package.
<isd> The bridge/manifest stuff should be in there, unless you're not using sandstorm-http-bridge.
<ill_logic> isn't cpuinfo exactly the sort of thing that shouldn't be there?
<ill_logic> it should be different system to system
<isd> ill_logic: it shouldn't get copied into the package; it gets bind-mounted by sandstorm.
<ill_logic> I see. thanks.
ill_logic has quit [Ping timeout: 252 seconds]
H-Net has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
frigginglorious has quit [Remote host closed the connection]
samba_ has quit [Quit: WeeChat 1.7]
H-Net has joined #sandstorm
H-Net has left #sandstorm [#sandstorm]
nicoo has quit [Remote host closed the connection]
nicoo has joined #sandstorm
syb has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
syb has joined #sandstorm
ecloud is now known as ecloud_wfh
ill_logic has joined #sandstorm
<ill_logic> Does Sandstorm application submission actually require Keybase.io?
<ill_logic> I'm not very keen on that service.
<ill_logic> Seems pretty cut and dry. Oh well. It's worth it. I do hope you'd consider not tying your service so closely with theirs.
<ill_logic> In particular what bothers me is that they encourage people to upload their password protected private keys to their server.
<ill_logic> (as I understand)
<ill_logic> It's really cool that you guys have a simple spk command to publish.
harish has joined #sandstorm
xet7 has joined #sandstorm
<davidar_> isd: hm yeah, it looks like the host-meta stuff never made it past the draft stage, but it looks like mastodon supports it: https://github.com/tootsuite/goldfinger/blob/master/lib/goldfinger/client.rb#L41-L54
<davidar_> unfortunately ostatus seems to be more defined by whatever implementations do rather than adhering strictly to specs :/
<davidar_> in any case, I suspect salmon would probably be the most problematic part, since it seems to require your instance to be able to receive POST requests from other instances on a regular basis
harish has quit [Ping timeout: 252 seconds]
Aurelius2 has joined #sandstorm
Aurelius has quit [Ping timeout: 240 seconds]
yeehi has quit [Ping timeout: 255 seconds]
harish has joined #sandstorm
FredFredFred has joined #sandstorm
FredFredFred_ has quit [Ping timeout: 258 seconds]
yeehi has joined #sandstorm
digitalcircuit has quit [Quit: Signing off from Quassel - see ya!]
digitalcircuit has joined #sandstorm
bodisiw has joined #sandstorm
bodisiw has quit [Quit: Leaving]
syb has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
rolig has quit [Ping timeout: 240 seconds]
rolig has joined #sandstorm
samba_ has joined #sandstorm
bodisiw has joined #sandstorm
digitalcircuit has quit [Ping timeout: 255 seconds]
digitalcircuit has joined #sandstorm
<isd> davidar_: am I missing something or does that library actually not even support compliant implementations?
<isd> It looks like it *requires* host-meta
TC01 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
TC01 has joined #sandstorm
<isd> The hard part with salmon seems like it would be communicating the salmon endpoint. While we can generate a capability URL and receive posts on it pretty easily, the grain typically doesn't get to inspect the site key. so having to embed it in a <link> element seems hard.
<isd> Hm, I wonder if you could just turn the whole rss feed into a giant offer template
<isd> No, you need js for that, nevermind
yeehi has quit [Ping timeout: 240 seconds]
yeehi has joined #sandstorm
<isd> Sandstorm apps are generally harder to consume programmatically than is ideal. The api mechanism kinda works, but it's a lot less seamless than is possible with more standard web apps
<isd> And stuff doing federation with typical web architecture in mind is going to typically assume (well-known or discoverable) global identifiers everywhere (uris), which is somwhat at odds with the capability approach.
samba_ has quit [Quit: WeeChat 1.7]
<isd> I *think* you could bootstrap everything from webfinger, but there are lots of smaller problems to be solved.
<isd> It might be a really good contribution to push support for webfist into the common webfinger client libraries; would make setup a lot easier.
<isd> No more setting up a redirect, just email a json blob that's got an offer url in it somewhere.
* isd stops rambling
samba_ has joined #sandstorm
yeehi has quit [Remote host closed the connection]
Telesight has joined #sandstorm
samba_ has quit [Ping timeout: 260 seconds]
funwhilelost has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
funwhilelost has joined #sandstorm
dwrensha has joined #sandstorm
aundro has quit [Ping timeout: 260 seconds]
jemc has joined #sandstorm
leeola has joined #sandstorm
bodisiw has quit [Quit: This computer has gone to sleep]
funwhilelost has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
FredFredFred_ has joined #sandstorm
FredFredFred has quit [Ping timeout: 240 seconds]
afuentes has joined #sandstorm
<ocdtrekkie> ill_logic: Keybase is not required to publish. However, the "author" of the app is the key, and it uses Keybase to identify said author by name. If you publish with a key not in Keybase, it will not display an author name, just the key.
<ocdtrekkie> I have no use of said key outside Sandstorm app publishing, so there's not a huge risk to me there in uploading it to Keybase. Arguably, I don't think there's a reason you can't use a completely separate key from any private keys you use elsewhere.
<TimMc> ill_logic: There's no requirement to upload private keys to keybase.
<TimMc> They only offer that so that people can sign/decrypt in their web UI. (I don't think they should offer that, though...)
samba_ has joined #sandstorm
samba_ has quit [Ping timeout: 260 seconds]
aundro has joined #sandstorm
samba_ has joined #sandstorm
samba_ has quit [Quit: WeeChat 1.7]
samba_ has joined #sandstorm
samba_ has quit [Client Quit]
samba_ has joined #sandstorm
samba_ has quit [Ping timeout: 252 seconds]
Telesight has quit [Remote host closed the connection]
biotim has quit [Quit: Leaving]
<ocdtrekkie> Kinda exciting, there's a new release of draw.io on Sandstorm! :D
<TimMc> Oooh, does it work now?
funwhilelost has joined #sandstorm
Zarutian has joined #sandstorm
Zertrin has quit [Remote host closed the connection]
Zertrin has joined #sandstorm