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


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Solved Cloudron name no longer changeable

    Support
    dashboard
    2
    2
    187
    Loading More Posts
    • 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.
    • yusf
      yusf last edited by girish

      I used to be able to change the name of Cloudron instances in /#/settings, but now that option is gone.

      1 Reply Last reply Reply Quote 0
      • girish
        girish Staff last edited by girish

        This is a UI bug in our current release (caused by an update to fontawesome..). You can fix it by doing this:

        1. Open the browser console (firefox, chrome, safari) in the settings page.
        2. Run this command
        angular.element(document.getElementsByClassName('content')).scope().cloudronNameChange.show()
        

        This will open a dialog that will let you set the name.

        Some other elements are missing as well in the profile page. For that, run this:

        angular.element(document.getElementsByClassName('content')).scope().displayNameChange.show()
        
        angular.element(document.getElementsByClassName('content')).scope().emailchange.show()
        
        angular.element(document.getElementsByClassName('content')).scope().passwordchange.show()
        

        We will push an update next week.

        1 Reply Last reply Reply Quote 2
        • First post
          Last post
        Powered by NodeBB