sandstorm-io / sandstorm

Sandstorm is a self-hostable web productivity suite. It's implemented as a security-hardened web app package manager.
https://sandstorm.io
Other
6.76k stars 705 forks source link

Enable subscribe bookmarklet for Tiny Tiny RSS (requires inbound APIs) #107

Open dckc opened 10 years ago

dckc commented 10 years ago

I'd like to be able to use Tiny Tiny RSS's subscribe bookmarklet with my installation on sandstorm.

What URL should I use?

I expect this depends on working out some of the "exporting an API" issues (odd... I don't find that in the issues list here).

p.s. I wondered a little bit about whether this is a good place to file this request; consider this an early support request from a beta customer. Let me know if there's a better place.

kentonv commented 10 years ago

You are correct that this depends on APIs. We plan to implement this over the next couple weeks (now that I'll finally have some free time :) ). In fact, one of the first planned use cases for APIs is the TinyTinyRSS Android app. So hopefully this will be working within the next month.

kentonv commented 9 years ago

We've had APIs for a while, so this could actually be implemented now (in the same way that the TinyTinyRSS Android app works). See:

https://github.com/sandstorm-io/sandstorm/wiki/Exporting-HTTP-APIs

kentonv commented 9 years ago

Arguably this issue should be on the TinyTinyRSS sandstorm port repo but I'll leave it here because it's a nice Sandstorm starter project.

paulproteus commented 9 years ago

BTW @zarvox, this might make a good way to learn (even) more about app packaging.