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


Skip to content

Grav CMS

11 Topics 109 Posts
  • Grav CMS - Package Updates

    Pinned
    65
    0 Votes
    65 Posts
    13k Views
    Package UpdatesP

    [1.7.18]

    Update Grav to 1.7.48 Full changelog
  • Grav Git sync

    11
    1 Votes
    11 Posts
    2k Views
    M

    I cloned my grav theme repository (https link) into app/code/user/themes and use it in one direction only by pulling changes with sudo -u www-data git pull to update the website.

    The git-sync extension basically adds (automatic) pushing as well by initializing a git directory in the app/code/user directory.

  • Theme development workflow ?

    3
    0 Votes
    3 Posts
    70 Views
    M

    Yes indeed, that's how I proceeded in the end. It worked fairly well.

    BTW, I just came across the remote development feature of the Zed editor (https://zed.dev/docs/remote-development). Don't know if that could work in an app/code/ directory but if, it will make coding Grav easier.

  • Excessive backup size

    2
    1 Votes
    2 Posts
    99 Views
    J

    @martinv It looks like Grav creates it's own backups by default there. You can change this in /admin/tools

    The default is 5GB which matches your size! Technically, Cloudron already takes backups , so these backups are sort of redundant

    image.png

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Multisite Support

    3
    1 Votes
    3 Posts
    413 Views
    J

    @girish said in Multisite Support:

    @JLX89 not yet! I think when the Grav CLI is updated, it would be easier to test things out a bit more.

    That sounds great, thank you!

  • Admin plugin update

    3
    0 Votes
    3 Posts
    484 Views
    A

    @girish Thank you!

  • Logos has been removed after app restart

    6
    0 Votes
    6 Posts
    857 Views
    theompmT

    @girish good job. it works 👍

  • Grav LDAP login plugin

    2
    0 Votes
    2 Posts
    446 Views
    girishG

    The package was initially made by @jimcavoli . It seems he initially packaged with LDAP but subsequently removed it - https://git.cloudron.io/cloudron/grav-app/-/commit/94f656384e6c808e5a2bbc59e944f587f5362382 . @jimcavoli do you remember why?

  • Cron for Backups

    Solved
    5
    0 Votes
    5 Posts
    927 Views
    T

    Oh yes, i just realized that it actually is already setup. Sorry - works fine 🙂

  • Plugins do not work well

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    nebulonN

    In my case I was installing the plugin via the webinterface.
    To reset the permissions usually in all apps an app restart does this already. So maybe indeed a simply app restart fixes that.