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


Skip to content
  • 0 Votes
    3 Posts
    238 Views
    affinityA

    THANK YOU. I use Cloudflare as my DNS provider. Looks like they have some sort of caching feature called Cloudflare Rocketloader which caused this conflict. I Turned it off and it worked now. Much appreciated! @nebulon

    https://community.cloudflare.com/t/how-can-i-remove-the-rocket-loader-script-from-the-header-tag-on-my-website/4229

  • Cannot GET /api/v1/session/login

    Solved Support
    3
    0 Votes
    3 Posts
    288 Views
    M

    Hi,

    After reboot my vps, all seem work now.

    thanks for ur reply.

  • 0 Votes
    8 Posts
    498 Views
    girishG

    @zylstra right, we removed the version in the default footer.

  • Weird Firefox Issue

    Support
    4
    0 Votes
    4 Posts
    307 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
    11
    0 Votes
    11 Posts
    636 Views
    T

    Sorry for my new thread - i did not check if this Issue was already posted on here!, shame on me!

  • Customize Dashboard

    Solved Discuss
    2
    0 Votes
    2 Posts
    286 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)

  • 1 Votes
    7 Posts
    593 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
    2
    0 Votes
    2 Posts
    198 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
    3
    0 Votes
    3 Posts
    258 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
    2
    0 Votes
    2 Posts
    222 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.