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


Skip to content
  • Weird Firefox Issue

    Support dashboard
    4
    0 Votes
    4 Posts
    2k Views
    girishG
    Hopefully, this will get automatically fixed in the next release since we removed the unnecessary OAuth sign up flow.
  • Weird login behaviour?

    Support dashboard
    11
    0 Votes
    11 Posts
    1k Views
    ?
    Sorry for my new thread - i did not check if this Issue was already posted on here!, shame on me!
  • Customize Dashboard

    Solved Discuss dashboard customization
    2
    0 Votes
    2 Posts
    1k Views
    girishG
    @lunarshade Can you give some idea on what you are trying to customize? If these are general UI/UX improvement, we are happy to incorporate them into the main product itself. If you are a hosting provider, we are building out customization features in the hosting provider edition - https://cloudron.io/documentation/hosting-provider/ (write to us at support@cloudron.io for a trial license)
  • Feature request: rename or organize apps somehow

    Solved Discuss dashboard
    7
    1 Votes
    7 Posts
    3k Views
    nebulonN
    Just a heads up. The next release will include initial tag support for apps and thus filtering based on tags in the dashboard as well as allowing to specify a display name for each app, instead of the current subdomain/domain.
  • unable to change own Cloudron password

    Solved Support dashboard
    2
    0 Votes
    2 Posts
    756 Views
    girishG
    @supervacuo Thanks for the report. I have fixed it for the next patch release. The max password length in the backend is 256 but the UI had a bug limiting it to 30.
  • Custom links in my. domain.com

    Solved Support dashboard
    3
    0 Votes
    3 Posts
    1k Views
    M
    You could use my yourls-repo (https://forum.cloudron.io/topic/1115/yourls-org-link-shortener-custom-app-request), add ldapauth to apache for your cloudron users and create links to your forms with yourls. If people click them, they have to auth via apache first and get forwarded after. This wouldn't be a link protection, but it would be a start
  • Cloudron name no longer changeable

    Solved Support dashboard
    2
    0 Votes
    2 Posts
    778 Views
    girishG
    This is a UI bug in our current release (caused by an update to fontawesome..). You can fix it by doing this: Open the browser console (firefox, chrome, safari) in the settings page. 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.