jjethwa / rundeck

GNU General Public License v3.0
123 stars 137 forks source link

rundeck.gui.brand.html GUI Customization #92

Closed RenTamu closed 6 years ago

RenTamu commented 6 years ago

Could you help me to make custom Brand Title.

I added below in /etc/rundeck/profile

GUI_BRAND_HTML='QA Environment'

What about rundeck.gui.brand.html and rundeck-config.properties ? What needs to be done.?

Thanks

jjethwa commented 6 years ago

Hi @RenTamu

Sorry for the delay, I was on vacation 😄

Actually, you should set the environment variable as part of your docker run arguments so something like:

-e GUI_BRAND_HTML='QA Environment'

This will allow the container run script to do it's thing: https://github.com/jjethwa/rundeck/blob/master/content/opt/run#L156-L163

RenTamu commented 6 years ago

@jjethwa Thanks ! 👍 Also is it posible to have custom logo instead of rundeck in the title header if posible please let me know.

jjethwa commented 6 years ago

Hi @RenTamu

NP! Here's a full list of the GUI Customizations for Rundeck: http://rundeck.org/docs/administration/gui-customization.html

You can make your customization to the rundeck-config.properties file and you should be good to go 😄

RenTamu commented 6 years ago

Thanks @jjethwa ..! Closing this ticket as resolved.