justmiles

Results 16 comments of justmiles

You may already be doing this, but you can get around the self-signed cert issues by including `process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0"` before you create the client.

For what it's worth I was getting this error as well but after updating to the latest version of Simple JSON Datasource (v1.4.1) I was able to query as normal.

Great idea! It's not currently supported. Happy to merge any PRs that add this feature but it's not on any current roadmap. The original intent was to provide a solution...

I think it's worth noting that you can use authentication now with auth systems like [Authelia](https://www.authelia.com/) sitting in front of this. It might be preferable to adding a custom authentication...

Authentication happens before traffic makes it to the app so the app would never need to re-direct a user to a login page. Instead of just deploying the app, users...

Started to put something together but [Authelia docs](https://www.authelia.com/integration/deployment/docker/#lite) probably articulate this best. Just swap out the [example "whoami" container](https://github.com/authelia/authelia/blob/master/examples/compose/lite/docker-compose.yml#L83) with a SilverBullet container everything else remains the same.

hey @kascesar, what version of the CLI is this?

It should be doing an upsert (update or insert). It's definitely checking if the record is already there, and if not, creating it. I wonder if it doesn't have permissions...

Apologies on the disconnect between the documentation and what you're seeing. I'm actually re-factoring a bit right now and the documentation on master is showing the latest changes, not the...

I just realized you're shipping to the datacenter confluence instance. The API is different for the datacenter and I don't have an instance of it to test against. I wouldn't...