Completed in Thailand, HUE-826 brings a new way to integrate external Web application into Hue. Java apps or already existing websites can now be shown as a Hue app with little effort.
For example, let’s integrate Tableau:
To create a new app:
build/env/bin/hue create_proxy_app my_hue http://gethue.com tools/app_reg/app_reg.py --install my_hue --relative-paths
If you want to update the url later, change it in the ini:
[my_hue] url=http://gethue.com
As usual feel free to comment on the hue-user list or @gethue!