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 | Public logs at https://botbot.me/freenode/sandstorm/
<sam_w> hi all, porting Yet Another RSS Readerâ„¢ to sandstorm (miniflux) to get a feel for the process etc, and at a bit of an impasse regarding http requests. Is hack session still a thing like with tinyrss? Should I be using powerbox instead? if so, where do many requests to many different urls fit in with the canonicalUrl pattern? Would it have to be one powerbox request for *every* feed?
<isd> In the case of a feed reader I think one request per feed actually makes a fair amount of sense.
<isd> But yeah, you probably want to be using the powerbox.
isd has quit [Quit: Leaving.]
<sam_w> fair enough, thanks. Is there a way to initiate a request from the server (rather than via the browser to the parent frame)? Seems if not it'll require a lot more work porting apps as many will need extra js etc and a means for the server to send requests to the browser
_whitelogger has joined #sandstorm
larjona has quit [Ping timeout: 246 seconds]
digitalcircuit has quit [Quit: Signing off from Quassel - see ya!]
digitalcircuit has joined #sandstorm
pie_ has quit [Ping timeout: 252 seconds]
guido has quit [Ping timeout: 250 seconds]
guido has joined #sandstorm
<deni> Yaniel: Thanks. Do you (or anyone else for that matter) have any experience with acme-dns? In my opinion Sandstorm should be able to set it up automatically and then you just create an NS record pointing at the server :D
<TimMc_> deni: In my case, I front Sandstorm with an nginx service on the same machine, which is likely to be an easier integration.
TimMc_ is now known as TimMc
<deni> TimMc_: Ok, I'll look into that, but don't have any nginx experience. Do you maybe have a good resource explaining the process?
<deni> TimMc
pie_ has joined #sandstorm
<TimMc> I don't have a ton of experience with nginx, but here's the template I deploy to my sandstorm server: https://github.com/timmc/commapps/blob/master/ansible/roles/sandstorm/templates/nginx-sites/sandstorm.conf.j2
<TimMc> Basically, nginx listens on 443, and you tell it what TLS cert and key to use, etc., and then it forwards any requests it gets to Sandstorm (which is listening locally on some other port).
<TimMc> nginx handles all the TLS termination and beyond that does little else, in this configuration
<TimMc> What's nice about this is that there are certbot-nginx integrations.
<deni> TimMc: Thanks a lot. I'll check it out :)
<deni> Also, is someone maybe working on OpenID support for Sandstorm? That would really be cool from an organization perspective!
<TimMc> I'm not aware of anyone working on that.
Zarutian has quit [Ping timeout: 240 seconds]
Zarutian has joined #sandstorm
<deni> TimMc: Ok. Thanks :)
pie_ has quit [Remote host closed the connection]
pie_ has joined #sandstorm
larjona has joined #sandstorm
<TimMc> Oh, awesome!
<TimMc> (although at first I read that as "Oasis is breaking, even now.")
<kentonv> hah, oops
<TimMc> Seriously, what a relief.