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

Announcements regarding Cloudron

252 Topics 2.8k Posts
  • Cloudron 5.4 released

    7
    2 Votes
    7 Posts
    1k Views
    ?
    How about a dynamic total of apps in the Store (minus unstables)? --- currently = 84
  • New Feature Requests Category

    1
    3 Votes
    1 Posts
    271 Views
    No one has replied
  • Vault

    4
    3 Votes
    4 Posts
    1k Views
    girishG
    This app is marked as stable now.
  • What's coming in 5.4

    19
    12 Votes
    19 Posts
    4k Views
    girishG
    @Hillside502 Ah that explains why the value of 2 never worked for me till I changed system settings.
  • Referral program

    referral
    13
    6 Votes
    13 Posts
    3k Views
    girishG
    I have deployed the referral link change. You will now see the full referral link. If you see the link being clipped, just refresh the page (I think it's because browser has cached the old style sheet or some CDN issue, not sure).
  • Trilium Notes

    2
    3 Votes
    2 Posts
    780 Views
    girishG
    I have marked this app as stable. Forum section is at https://forum.cloudron.io/category/95/trilium
  • YOURLS

    14
    4 Votes
    14 Posts
    3k Views
    marcusquinnM
    Love this! Do you fancy adding some useful plugins to the mix? https://github.com/YOURLS/awesome-yourls And theme option: https://github.com/tomslominski/infinity-squared https://github.com/Flynntes/Sleeky
  • Cloudron 5.3 released

    1
    4 Votes
    1 Posts
    360 Views
    No one has replied
  • Pixelfed

    pixelfed federation
    45
    8 Votes
    45 Posts
    17k Views
    girishG
    I have added tests and marked pixelfed as stable. Thanks all for testing!
  • What's coming 5.3

    26
    8 Votes
    26 Posts
    5k Views
    girishG
    There is also https://git.cloudron.io/cloudron/tutorial-nodejs-app which is a template for a custom nodejs app
  • Cloudron 5.2 released

    10
    1 Votes
    10 Posts
    1k Views
    JOduMonTJ
    for what it worth, in my /etc/docker/daemon.json I always define. { "no-new-privileges": false } which from what I understand prevent container processes to gain additional privileges after their start. ref: Docker Daemon more explanation from the Project Atomic by RedHat
  • Metabase

    2
    4 Votes
    2 Posts
    751 Views
    girishG
    We now have tests for Metabase and I have marked it as stable.
  • What's coming in 5.2

    39
    8 Votes
    39 Posts
    7k Views
    girishG
    @necrevistonnezr Good catch. Looks like we got the uniqueness constraint in 5.1 itself wrong. Currently, it is (name, userid). It shoud be (name, appid, userid) or maybe even just (appid, userid). We cannot fix it for this release but maybe the next since we try to do db changes only in new releases.
  • What's coming in 4.5

    34
    8 Votes
    34 Posts
    6k Views
    MallewaxM
    @girish Sounds promising, Girish. Thanks for the update. I responded to another post from @mehdi in which he pointed at https://www.meilisearch.com/. Not sure if this is something....
  • Guides

    3
    6 Votes
    3 Posts
    671 Views
    scookeS
    Awesome!
  • Apps category in this forum

    5
    12 Votes
    5 Posts
    994 Views
    necrevistonnezrN
    @girish ace!
  • Cloudron 5.1 released

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

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

    5
    4 Votes
    5 Posts
    1k 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
    871 Views
    girishG
    @nebulon FWIW, we do kill stuck cronjobs and restart them. If not, we should.