Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a pretty theme as default #24

Open
john-pw opened this issue Oct 7, 2016 · 2 comments
Open

Add a pretty theme as default #24

john-pw opened this issue Oct 7, 2016 · 2 comments

Comments

@john-pw
Copy link

john-pw commented Oct 7, 2016

just a case of adding the simple theme plugin; curling a theme into the $jenkins_home/userContent/. and setting the url string ni the jenkins system config to /userContent/<theme .css>

would also be nice for optional theme for visually impaired users

@anton-kasperovich
Copy link
Contributor

As we already have this "Jenkins Simple Theme Plugin" in Jenkins, we just need to find/add a way how to add it on initialization stage, may be something like via "Environment Variables":

jenkins:
  container_name: jenkins
  restart: always
  image: accenture/adop-jenkins:0.2.0
  ...
  environment:
    ADOP_PLATFORM_MANAGEMENT_VERSION: "0.1.1"
    JENKINS_SIMPLE_THEME_MATERIAL_CSS: "http://afonsof.com/jenkins-material-theme/dist/material-green.css"
    JENKINS_SIMPLE_THEME_MATERIAL_LOGO: "https://avatars3.githubusercontent.com/u/10454368?v=3&s=200"

I think it's can be implemented easily, what do you think guys @nickdgriffin @SachinKSingh28 ?

@john-pw
Copy link
Author

john-pw commented Oct 7, 2016

really the url should be local not remote.
if the url is remote then its requested from the remote site by your browser.
Security concerns aside this adds unnecessary latency.

note : its seems if you set it up as local then it doesn't skin the login page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants