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


Skip to content
  • 4 Votes
    9 Posts
    2k Views
    scookeS
    @Thulani I have Moodle installed in the LAMP app; it looks like something like OrangeHRM, and even Sentrifugo, is also installable via the LAMP app. I'll give them a whirl and see if they are. (some time later...) Ok, both Sentrifugo and OrangeHRM installed fine; there was a bit of a trial and error setting up email correctly with Sentrifugo but it worked out. Sentrifugo is running well now on the LAMP app with just 256MB ram; OrangeHRm keeps giving me weird SQL errors when adding (but failing) new employees (SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect datetime value: '2020-06-13 09:53:34pm' for column 'created_date' at row 1) and other error messages.
  • "Platform data" and "Other" disk usage

    Solved Support cloudron disk usage logs
    26
    1
    0 Votes
    26 Posts
    5k Views
    girishG
    @foliovision you can also try docker system prune -a --volumes but generally I have never succeeded in making that reclaimable space be less than 2GB in any server using docker (even without Cloudron).
  • Wireguard VPN

    Locked Solved App Wishlist wireguard vpn cloudron security
    108
    72 Votes
    108 Posts
    39k Views
    girishG
    This is finally packaged.
  • 0 Votes
    3 Posts
    14k Views
    nebulonN
    @ahkg the reason for whitelisting 172.18.0.1 give access to all requests, is that this is the ip of the Cloudron internal gateway into the subnet where all apps are running. Unfortunately for your case the cloudron healtcheck also comes via this gateway. I think your htaccess file needs to check for the X-Forwarded-For header to check against the correct inbound address.