Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Guacamole
  3. Guacamole Branding for Login Page

Guacamole Branding for Login Page

Scheduled Pinned Locked Moved Guacamole
8 Posts 2 Posters 936 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • mpeterson0418M Offline
    mpeterson0418M Offline
    mpeterson0418
    wrote on last edited by
    #1

    Hello. I am following the document provided to attempt modifying the logo and page background color for the login screen. I am following the information listed here = https://forum.cloudron.io/topic/7154/guacamole-login-page-branding/6

    However when uploaded through file manager, I am not seeing the changes take effect, even for the default logo provided in the branding.jar file

    I am wondering if perhaps there is an issue with how I am implementing this into my guacamole configuration, and could use some guidance if anyone is available

    girishG 1 Reply Last reply
    0
    • mpeterson0418M mpeterson0418

      Hello. I am following the document provided to attempt modifying the logo and page background color for the login screen. I am following the information listed here = https://forum.cloudron.io/topic/7154/guacamole-login-page-branding/6

      However when uploaded through file manager, I am not seeing the changes take effect, even for the default logo provided in the branding.jar file

      I am wondering if perhaps there is an issue with how I am implementing this into my guacamole configuration, and could use some guidance if anyone is available

      girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by
      #2

      @mpeterson0418 did you restart guacamole after uploading the extension ? There's a restart button in the toolbox of the file manager.

      mpeterson0418M 1 Reply Last reply
      0
      • girishG girish

        @mpeterson0418 did you restart guacamole after uploading the extension ? There's a restart button in the toolbox of the file manager.

        mpeterson0418M Offline
        mpeterson0418M Offline
        mpeterson0418
        wrote on last edited by
        #3

        @girish

        Yes I have restarted the service via the file manager utility after completing the upload. Oddly enough it's the only viable option I have as well since I can't restart guacd or tomcat9 using any of the linux terminal commands

        girishG 1 Reply Last reply
        0
        • mpeterson0418M mpeterson0418

          @girish

          Yes I have restarted the service via the file manager utility after completing the upload. Oddly enough it's the only viable option I have as well since I can't restart guacd or tomcat9 using any of the linux terminal commands

          girishG Offline
          girishG Offline
          girish
          Staff
          wrote on last edited by
          #4

          @mpeterson0418 Just tried this now and it seems work.

          Do you see something like this in the logs?

          Jan 17 18:56:47 17:56:47.318 [main] INFO o.a.g.extension.ExtensionModule - - [tempnamespace] "Tempname" (/app/code/guacamole-client-home/extensions/branding.jar)
          Jan 17 18:56:47 17:56:47.318 [main] INFO o.a.g.extension.ExtensionModule - - [mysql] "MySQL Authentication" (/app/code/guacamole-client-home/extensions/guacamole-auth-jdbc-mysql-1.4.0.jar)
          Jan 17 18:56:47 17:56:47.318 [main] INFO o.a.g.extension.ExtensionModule - - [ldap] "LDAP Authentication" (/app/code/guacamole-client-home/extensions/guacamole-auth-ldap-1.4.0.jar)
          Jan 17 18:56:47 17:56:47.318 [main] INFO o.a.g.extension.ExtensionModule - To change this order, set the "extension-priority" property or rename the extension files. The default priority of extensions is dictated by the sort order of their filenames.
          Jan 17 18:56:47 17:56:47.373 [main] INFO o.a.g.extension.ExtensionModule - Extension "Tempname" (tempnamespace) loaded.
          

          The Tempname you see above is the branding extension 🙂

          Also, the file manage would look like this after upload:

          d821d2a8-167c-4e19-b78b-b582a04a1b1d-image.png

          Does the branding.jar filesize match?

          1 Reply Last reply
          0
          • mpeterson0418M Offline
            mpeterson0418M Offline
            mpeterson0418
            wrote on last edited by
            #5
            This post is deleted!
            mpeterson0418M 1 Reply Last reply
            0
            • mpeterson0418M mpeterson0418

              This post is deleted!

              mpeterson0418M Offline
              mpeterson0418M Offline
              mpeterson0418
              wrote on last edited by mpeterson0418
              #6

              Hi @girish

              Think I got it figured out. Had to change the file format on how I was zipping the directory so this is working now ✌

              One last tidbit here that I have - the "Title Here" variable in the en.json file seems to only hold one specific font. Is there any way to modify that?

              girishG 1 Reply Last reply
              1
              • mpeterson0418M mpeterson0418

                Hi @girish

                Think I got it figured out. Had to change the file format on how I was zipping the directory so this is working now ✌

                One last tidbit here that I have - the "Title Here" variable in the en.json file seems to only hold one specific font. Is there any way to modify that?

                girishG Offline
                girishG Offline
                girish
                Staff
                wrote on last edited by
                #7

                @mpeterson0418 Don't know about guacomole styling but I guess you have to inspect the element in the browser and maybe override the element in the css. Just a wild guess really.

                mpeterson0418M 1 Reply Last reply
                0
                • girishG girish

                  @mpeterson0418 Don't know about guacomole styling but I guess you have to inspect the element in the browser and maybe override the element in the css. Just a wild guess really.

                  mpeterson0418M Offline
                  mpeterson0418M Offline
                  mpeterson0418
                  wrote on last edited by
                  #8

                  @girish

                  No worries. Thanks for all your help!

                  1 Reply Last reply
                  0
                  • girishG girish moved this topic from Discuss on
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Bookmarks
                  • Search