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


Skip to content

Announcements

276 Topics 3.0k Posts

Announcements regarding Cloudron

  • Cloudron 5.1 released

    1
    9 Votes
    1 Posts
    653 Views
    No one has replied
  • What's coming in 5.1

    23
    15 Votes
    23 Posts
    9k Views
    ?
    @will I'm also curious about this, I'm hoping that's the case.
  • osTicket

    5
    4 Votes
    5 Posts
    3k Views
    girishG
    I guess https://github.com/osTicket/osTicket-plugins is the only real list of osTicket plugins? Since the plugins are maintained upstream, I don't mind enabling atleast the audit plugin by default (what's the harm?).
  • FreeScout

    3
    7 Votes
    3 Posts
    2k Views
    girishG
    @nebulon FWIW, we do kill stuck cronjobs and restart them. If not, we should.
  • LimeSurvey

    3
    8 Votes
    3 Posts
    2k Views
    darkbenD
    @girish great work !!!
  • Owner/Admin migration in Cloudron 5

    1
    3 Votes
    1 Posts
    678 Views
    No one has replied
  • Cloudron 5 released

    20
    14 Votes
    20 Posts
    8k Views
    girishG
    The blog is out with screenshots! - https://cloudron.io/blog/2020-03-26-cloudron-5.html
  • AllTube Download - HTML GUI for youtube-dl

    1
    4 Votes
    1 Posts
    850 Views
    No one has replied
  • Grav CMS

    20
    5 Votes
    20 Posts
    10k Views
    girishG
    Pushed the update out for Grav CMS and the admin panel. Are you able to install the other plugin now?
  • Cloudron CLI Changes

    5
    3 Votes
    5 Posts
    2k Views
    yusfY
    @girish Good! I meant in the web docs though.
  • LAMP App (PHP 7.3)

    10
    3 Votes
    10 Posts
    4k Views
    X
    @girish you can create a symfony project: composer create-project symfony/website-skeleton symfony-test cd symfony-test composer require admin composer require guzzlehttp/guzzle or, you can type php -m Funny thing, cli php is 7.4 and apache is 7.3
  • Mastodon

    5
    7 Votes
    5 Posts
    3k Views
    W
    Great work!
  • Wiki.js

    1
    4 Votes
    1 Posts
    406 Views
    No one has replied
  • Firefly III

    2
    5 Votes
    2 Posts
    1k Views
    girishG
    We had marked this app as stable now. Thanks to @thetomester13 for writing the auto tests as well!
  • Cloudron 4.4 released

    2
    7 Votes
    2 Posts
    987 Views
    girishG
    Just pushed out the blog - https://cloudron.io/blog/2020-01-17-cloudron-4.4.html
  • ONLYOFFICE App Package

    16
    1 Votes
    16 Posts
    6k Views
    jdaviescoatesJ
    Great, thanks @girish that's good to know!
  • What's coming in 4.4

    12
    6 Votes
    12 Posts
    5k Views
    girishG
    @will sure, i will make a separate post. we are rolling out a release now, so probably after that.
  • Cloudron 4.3 released

    4
    0 Votes
    4 Posts
    2k Views
    girishG
    @fbartels If there is a conflicting username, we skip it. It will log a conflict. If it helps, the code is at https://git.cloudron.io/cloudron/box/blob/master/src/externalldap.js#L185 Yes, base container requirement is gone (it was never enforced by the platform itself, but just our buildbot which is gone now). I would hold on till 4.3.3 to test the LDAP connector.
  • Premium apps

    12
    4 Votes
    12 Posts
    6k Views
    jamesgallagherJ
    I'm wondering if there have been any thoughts after a year and a bit on how this has turned out? For example is $30 the right entry price point? (I'm grandfathered into $15 and wouldn't have joined at $30 fwiw). I'm genuinely curious as it's interesting from a startup pricing perspective.
  • Cloudron 4.2 released

    6
    2 Votes
    6 Posts
    3k Views
    girishG
    @yusf For mobile UI, I have created https://git.cloudron.io/cloudron/box/issues/657 @d19dotca Yeah, I was personally quite sad to see the minimalism go. Initially, when we had very few users it worked great lol. But now, with so many users, people are asking for configure options left and right. For example, CSP settings, Firewall settings, Dynamic addons and putting them all into the popup UI (with scrollable tabs!) was proving to be very difficult. Anyway, our first step was simply to remove the popup based UI as first step. Now, we can focus on making it more usable.