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

9 Topics 76 Posts
  • Jirafeau - Package Updates

    Pinned
    14
    1 Votes
    14 Posts
    1k Views
    Package UpdatesP

    [1.8.0]

    Update Jirafeau to 4.6.0 Full changelog New configuration options for allowing to require, check or generate file download passwords Re-implemented server side encryption using PHP's Sodium extension (the formerly used mcrypt extension is deprecated) Keep and show basic download stats Removed Lighttpd's mod_usertrack from Docker config Added <meta name="viewport" to template header to support responsive themes
  • New Jirafeau (4.6.0)

    Moved Solved
    6
    2 Votes
    6 Posts
    114 Views
    T

    That was fast! Thanks! šŸ™‚

  • Jirafeau End of Maintenance - Alternatives?

    2
    2 Votes
    2 Posts
    164 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
    743 Views
    32463

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

  • Jirafeau admin password instructions are ambiguous

    6
    0 Votes
    6 Posts
    678 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
    955 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');