Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
on-prem HTTPS and para console

Disclaimer: these questions may be a bit dumb, since I just started trying out a scoold deployment.

If I host a scoold server on my own server (on-prem), it looks like only HTTP is supported.
Is there a way to enable HTTPS on a scoold/para server?

The second question: the para console is accessible via web script obtained from console.paraio.com, that connects back to my server.
Is there any way to have a locally hosted console site to avoid visiting an outside link in order to access para console?

1
1
Posted 3 years ago
Edited 3 years ago
Votes Newest

Answers


Yes, to both questions.

  1. You can enable HTTPS in the JVM using Spring Boot's configuration properties, or use nginx instead.
    https://github.com/Erudika/scoold#self-hosting-para-and-scoold-through-ssl

  2. The Para Web Console is an open source project - simply clone it and use it however you like. It's 100% client-side, so it doesn't really matter if you host it locally or not.
    https://github.com/erudika/para-admin-ui

6
6
Posted 3 years ago
Alex Bogdanovski
1K × 9 Administrator
4K Views
1 Answer
3 years ago
3 years ago
Tags