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


Skip to content

Jirafeau

10 Topics 82 Posts
  • Jirafeau - Package Updates

    Pinned
    15
    1 Votes
    15 Posts
    2k Views
    Package UpdatesP

    [1.8.1]

    Update Jirafeau to 4.6.1 Full Changelog Removed the download button and the corresponding link for encrypted files from the admin interface Fixed an issue with sending the wrong filesize after decrypting an encrypted file Fixed the possibility to bypass the check for CVE-2022-30110 (prevent preview of SVG images) by sending a manipulated HTTP request with a MIME type like "image/svg+XML". We now provide Docker images for AMD64 and ARM64 systems Lots of code refactoring and cleanup Few more little fixes Typo and spelling mistakes
  • Jirafeau and updating f.php

    Moved
    5
    1 Votes
    5 Posts
    66 Views
    nebulonN

    As @jdaviescoates mentioned, this f.php is really part of the app's code and not something which can be customized directly in code on Cloudron. One reason for this on Cloudron is, that if we allow to edit code files, which are part of an app release, there is no way for us to update the app later without breaking or essentially reverting the customization.

    Since this is a php app, maybe you can use the lamp app though to run it, but then you have to manually manage updating the php files of course.

  • New Jirafeau (4.6.0)

    Moved Solved
    6
    2 Votes
    6 Posts
    157 Views
    T

    That was fast! Thanks! šŸ™‚

  • Jirafeau End of Maintenance - Alternatives?

    2
    2 Votes
    2 Posts
    179 Views
    girishG

    Oh, that's too bad šŸ˜ž But thanks to Jerome for maintaining it this long!

  • [Help] Unable to get custom theme to work

    9
    0 Votes
    9 Posts
    817 Views
    32463

    @girish @jdaviescoates thanks both. Must be my computer then šŸ™„

  • Jirafeau admin password instructions are ambiguous

    6
    0 Votes
    6 Posts
    736 Views
    girishG

    @jdaviescoates https://docs.cloudron.io/apps/jirafeau/#change-admin-password

    I removed the DDG suggestion from both the code and also the docs. I don't know how wise it is to send raw password to search engine...

  • Upload speed ?

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    jdaviescoatesJ

    @rmdes fyi re Cloudflare https://git.nixnet.services/you/stop_cloudflare

  • Expose branding assets

    Solved
    8
    1 Votes
    8 Posts
    1k Views
    robiR

    Darkhorse FTW! šŸ“

  • 0 Votes
    5 Posts
    1k Views
    robiR

    @girish yes, looks like 6.01 still.. not sure why it's not updating. (i'll wait for the next release to do a manual update)

    The location save action did the trick.

    Thanks

  • Admin Interface link

    19
    3 Votes
    19 Posts
    3k Views
    necrevistonnezrN

    @subven said in Admin Interface link:

    $cfg['upload_ip_nopassword'] = array('192.168.1.0/24');

    Thanks for the detailed explanation! I'm not yet very versed network topics but I'm here to learn.

    But: After setting $cfg['upload_ip'] = array('192.168.1.0/24'); I get an access denied to the site in my local network (Cloudron is in my local network at home at 192.168.1.27, my Mac has the IP 192.168.1.33, even if I set $cfg['upload_ip_nopassword'] = array('192.168.1.0/24');

    My current config is

    $cfg['admin_password'] = '#######'; $cfg['proxy_ip'] = array('172.18.0.1'); $cfg['upload_password'] = #######'); $cfg['upload_ip_nopassword'] = array('192.168.1.0/24'); $cfg['upload_ip'] = array('192.168.1.0/24');