FoxUSA

Results 25 comments of FoxUSA

What proxy do you use by chance? It makes no difference to this issue just curious.

@BerkeleyTrue I think this will work today based on my [read of the code](https://github.com/FoxUSA/StoreDown/blob/master/src/services/Database.js#L80) Set the host to `storedown.example.com` and set the database to `_db/storedown`

It seems like you have taken your open source rights and [solved it yourself](https://github.com/FoxUSA/StoreDown/commit/3883a69b8c3146dc430899558bed155a1f6d81e5)

We support this use case by dumping to yml or json and importing today. There has been an idea floating around to have like an update location field where you...

There be problems. It would be really easy to add a img field where you could pass in a link and it would try to render it. Problems: There isn't...

Would solve the public private access issue keeping Alexa integration

Have you seen the [prefix feature](https://github.com/FoxUSA/StoreDown/blob/master/docs/config.schema.md#prefix-example)? That is how I solved this for my use cases

How we handle this is actually very interesting. We don't throw up lots of error messages when your not connected because the sync is so good. Plus when your out...

I set the container CMD to `top` and messing about in `/etc/services.d` in the [base gui image](ignore_failure), I can get services to start it I set `uid` and `gid` files...