-
I'd like to package XRF Books as a Sandstorm app. First for private use (mostly because of #4) but eventually for publishing to the app market.
- [x] Create a sandstorm_xrf_core which replaces xrf_…
-
It's possible for some apps network traffic to going out without powerbox ?
Currently, I am working on fix the Rocket.Chat for sandstorm. But it has so many feature, so I need to set the powerbox r…
-
Right now sandstorm-http-bridge only calls out to the app for requests made to a normal session; for powerbox request sessions, it will handle them itself, using the http-apis specified in the package…
-
We are implementing a high-security project open source for stakeholders who can cannot afford to have their data stored on Google's servers. This is, of course, what EtherCalc and Sandstorm excel at.…
-
@abliss hit this when experimenting with matrix: right now it's possible for an app to basically DoS a user's UI session by repeatedly issuing powerbox requests.
The same problem exists with browse…
-
I can't add multiple txt records with WiFi or Ethernet:
```cpp
// initialize mDNS service
mdns.begin(Ethernet.localIP(), hostString);
mdns.addServiceRecord("powerbox" "._http", 80, MDNSService…
-
Ultimately I'm not sure if this is a tt-rss issue or a sandstorm issue, so I'm gonna start here.
Just now, I look at the usage graph on my ttrss vm and found it had flatlined for some hours (I have…
-
-
I hit this while working on getting ttrss to use the powerbox. Right now, if you make a powerbox request for an http endpoint, and then fill in a non-existent domain, the server will throw a 500, Thi…
-
Per grain.capnp:
```capnp
request @3 (query :List(Powerbox.PowerboxDescriptor), requiredPermissions :Identity.PermissionSet)
-> (cap :Capability, descriptor :Powerbox.PowerboxDescriptor);…