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

15 Topics 179 Posts
  • Grav CMS - Package Updates

    Pinned Locked
    98
    0 Votes
    98 Posts
    71k Views
    Package UpdatesP
    [1.10.14] Update grav to 2.0.14 Full Changelog Removed old JQuery 2.1.4. However 2.2.4 and 3.7.1 remain for legacy support [security] An administrator with account-management rights can no longer grant themselves super-admin access by saving it into a user group's permissions, a protection the account form already had (GHSA-xhfv-7758-r9hx). [security] The content security scan no longer reports a page as clean when it was unable to examine it, closing two ways a page editor could hide a script from it: a single invalid character anywhere in the content, and padding a tag out to several thousand characters (GHSA-q2j8-x8hf-63ch).
  • Grav 2.0 - copying a page is slow

    24
    2 Votes
    24 Posts
    839 Views
    robiR
    @superhua good to verify. Find an issue upstream or file one?
  • Grav 2.0 - migration recommended, but may not be possible (?)

    3
    0 Votes
    3 Posts
    185 Views
    S
    True, but Admin 1 does not look to be compatible with Grav 2 (which was made to work with Admin 2). Further, at least from my understanding, there are other issues that arose for our site that would have been mitigated through the migration process.
  • Login Security Warning

    5
    1
    2 Votes
    5 Posts
    239 Views
    M
    @girish Hello. The updates did solve it and the banner disappeared. Thx.
  • Updating to beta version?

    4
    1 Votes
    4 Posts
    704 Views
    girishG
    @superhua whoops yes, my mistake. I put a wrong regexp. But I also found that all that 1.7.50.x releases have been removed upstream - https://discourse.getgrav.org/t/upgrade-to-grav-v1-7-50-9-not-working/29222/4 . I will revoke all the packages .
  • Grav Git sync

    12
    1 Votes
    12 Posts
    6k Views
    C
    I have this working in both directions now! The key was : 14 su www-data -c 'git config --global user.name ReachableCEO' 15 su www-data -c 'git config --global user.email charles@turnsys.com' And I then created a page in grav and it synced up to my repo: [image: 1751809993049-d33c2657-6655-4fa5-a197-c06bce068c7b-image-resized.png] Thanks to everyone for the assistance!
  • Theme development workflow ?

    3
    0 Votes
    3 Posts
    1k 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
    817 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: 1730918895452-4495d127-a027-4345-b484-69906f865019-image.png]
  • This topic is deleted!

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

    3
    1 Votes
    3 Posts
    2k 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
    1k Views
    A
    @girish Thank you!
  • Logos has been removed after app restart

    6
    2
    0 Votes
    6 Posts
    3k Views
    theompmT
    @girish good job. it works
  • Grav LDAP login plugin

    2
    0 Votes
    2 Posts
    1k 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
    1
    0 Votes
    5 Posts
    3k Views
    ?
    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
    4k 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.