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


Skip to content
  • Add custom links to the dashboard

    Feature Requests
    15
    4 Votes
    15 Posts
    1k Views
    LonkleL

    I'll keep living with the "my" subdomain for now. 😂

  • SSL error after upgrading to 5.6.0 on ubuntu 16

    Solved Support
    17
    1 Votes
    17 Posts
    2k Views
    O

    @gml said in SSL error after upgrading to 5.6.0 on ubuntu 16:

    That seemed to solve it, even if a server reboot did not solve it. I also got a mail, that this was also visible from other mail-servers (not just from my mail client), as I use DANE for certificate pinning.
    Thx girish!

    I had the same issue. And the same fix. A reboot didn't work, a service restart did the trick. Thanks!

  • Cloudron App browser CPU usage

    Solved Support
    10
    0 Votes
    10 Posts
    858 Views
    marcusquinnM

    @nebulon Yup, at my Dad's in the country so it's pretty slow here anyway but that d/l is continuous.

  • Potential Cloudron Theme/Dashboard

    Discuss
    34
    6 Votes
    34 Posts
    3k Views
    T

    Just got some basic tests up and running for Homepage! You can find the repo here. It packages version 0.9.6 of homepage-cloudron. I hope to soon add a background color option to the config as well for the more minimalist crowd.

    @girish what do you think the chances are of publishing this on the store?

  • v5.x Management of more than 25 email boxes broken

    Solved Support
    4
    0 Votes
    4 Posts
    400 Views
    jimcavoliJ

    Upgrade went well - all good on v5.1.3 now

  • Broken Login Screen: As of 5.0.6

    Solved Support
    3
    0 Votes
    3 Posts
    271 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
    309 Views
    M

    Hi,

    After reboot my vps, all seem work now.

    thanks for ur reply.

  • How do I see what version of Cloudron I'm running?

    Solved Support
    8
    0 Votes
    8 Posts
    918 Views
    girishG

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

  • Weird Firefox Issue

    Support
    4
    0 Votes
    4 Posts
    566 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
    809 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
    424 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
    7
    1 Votes
    7 Posts
    982 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
    305 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
    451 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
    343 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.