Custom HTML/CSS for Octopus
Make it possible to allow users to enter their own HTML/CSS which can appear:
- At the bottom of the <head>
- At the bottom of the <body>
This would let users:
- Change the colours in Octopus to highlight differences between "production" Octopus vs. a pre-production Octopus
- Make their own CSS overrides for things like the dashboard
If we're worried about HTML, maybe just allowing a custom CSS file would be enough.

-
John Plante commented
I would like this as well. It would help keep releases straight between groups of environments and help prevent accidents.It would provide an additional layer of assurance. It doesn't even have to be that customizable to get this feature started. You guys could just allow the change of color to header and gradually add other customizations in later.
-
Michéle Johl commented
I agree with Frank. Would be great to easily spot which instance I am working on, even if i could just change the primary colors.
-
Frank commented
Anything to allows us to easily differentiate between our Octopus instances would be very beneficial
-
Anthony commented
I'd love the idea of just having a custom icon image to coincide with the branding. The little Octopus guy in the corner would be nice if we could change the color on it.
I enjoy the Octopus Deploy tools immensely, the ability to set those icons would be a nice finish.
Even Atlassian allows for setting of base icons (which really helps in differentiation of prod vs dev)
-
Steve commented
I've done some customisation via Stylebot (chrome extension).
For instance I colour projects in the dashboard
.project-name[href*=demo] {
background: #9C27B0;
color: #ffffff;
} -
JaganathanN commented
I would like to custom my octopus deploy page. Like i want the client images in the login and notifications for the maintenance events and support details to be appeared in main page when users opening octopus deploy home page.
-
Anonymous commented
I also need this ability. I need to be able to display messages to the users about maintenance windows, whom to contact internal to our organization for support. I would need to do this on the login page as well as above/below the top nav.
-
Micheal Schexnayder commented
This would be very very helpful in helping us distinguish between multiple instances of OD.
Please implement!