On Jun 13, 2014 9:09 AM, "bruno binet" <bruno...@gmail.com> wrote:
> I'm wondering if I should rather customize Halite than use the salt-api in an external application.
I'd suggest looking over the Halite source. If that's something you're interested in customizing it'll give you a nice head start. If not, salt-api was written with web applications in mind so you'll be fine building on it as well.
> By the way, does the Halite web application use the salt-api internally?
It does not use salt-api currently.
> Do you know if we can easily extend the Halite web interface, for example by adding a custom renderer that would render an additional web page next to the default interface while still using Halite core engine?
Halite was written with additional pages/views in mind. (The placeholder tab at the top of the page is an example of this.)
On Jun 13, 2014 9:09 AM, "bruno binet" <bruno...@gmail.com> wrote:
> I'm wondering if I should rather customize Halite than use the salt-api in an external application.I'd suggest looking over the Halite source. If that's something you're interested in customizing it'll give you a nice head start. If not, salt-api was written with web applications in mind so you'll be fine building on it as well.
> By the way, does the Halite web application use the salt-api internally?
It does not use salt-api currently.
> Do you know if we can easily extend the Halite web interface, for example by adding a custom renderer that would render an additional web page next to the default interface while still using Halite core engine?
Halite was written with additional pages/views in mind. (The placeholder tab at the top of the page is an example of this.)
--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Jun 16, 2014 1:17 AM, "bruno binet" <bruno...@gmail.com> wrote:
> Do you know why? I guess Halite had to reimplement a kind of own salt-api?
This was done to allow Halite to be able to experiment without worrying about maintaining backward compatibility.