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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
nikkuexeN

nikkuexe

@nikkuexe
About
Posts
10
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Revolt - open source and privacy-friendly Discord alternative
    nikkuexeN nikkuexe

    It does look nice.

    App Wishlist

  • Roadmap by Ploi
    nikkuexeN nikkuexe

    https://github.com/ploi-deploy/roadmap

    f46028d8-1c34-49f7-9f60-ec175dd50433-image.png

    5758df7a-8d06-4359-b3ce-fd11807568df-image.png

    Kanban-style roadmapping software is maintained by Ploi with a focuses on community feedback.

    App Wishlist

  • Imagemagick memory allocation failed
    nikkuexeN nikkuexe

    @girish
    I should mention that on certain systems, Nextcloud's preview generation can push ImageMagick to consume all the cpu resources, freezing the frontend.

    To ensure that ImageMagick never hinders Nextcloud, I would recommend these policy changes:

      <policy domain="resource" name="thread" value="1"/>
      <policy domain="resource" name="throttle" value="100"/> 
    
    

    The first line limits IM to use only one CPU thread. The second line has IM give at least 100ms to other CPU tasks so it's never taking 100% of the CPU.

    Nextcloud

  • Imagemagick memory allocation failed
    nikkuexeN nikkuexe

    @girish It works. Thanks for the update.

    Nextcloud

  • Imagemagick memory allocation failed
    nikkuexeN nikkuexe

    The default imagemagick policy.xml is fairly conservative. It's not meant for handling larger image files that Nextcloud is often used for. A similar Cache resources exhausted error is also related to the policy.xml settings.

    Some resources:

    https://legacy.imagemagick.org/discourse-server~/viewtopic13c6.html?p=172497#p172497

    https://github.com/ImageMagick/ImageMagick/issues/396#issuecomment-326849298

    https://stackoverflow.com/a/53699200

    Nextcloud

  • Imagemagick memory allocation failed
    nikkuexeN nikkuexe

    When generation previews of larger images, Imagemagick can run into an error: convert-im6.q16: memory allocation failed

    Expanding the allowed memory in the policy file would allow larger image files to have previews generated:

    /etc/ImageMagick-6/policy.xml

      <policy domain="resource" name="area" value="256MB"/>
      <policy domain="resource" name="memory" value=“1GiB"/>
      <policy domain="resource" name="map" value=“2GiB"/>
      <policy domain="resource" name="disk" value=“4GiB"/>
    

    It may be appropriate for the IM policy to be customized based on the system it runs on, since some servers may be resource limited.

    Nextcloud

  • Umami - Self-hosted open-source alternative to Google Analytics
    nikkuexeN nikkuexe

    Looks nice!

    App Wishlist

  • Password reset disconnects ldap for user
    nikkuexeN nikkuexe

    @girish Do you know which ldap library for Taiga is Cloudron using? The one listed above, or Monogramm/taiga-contrib-ldap-auth-ext?

    Taiga

  • Password reset disconnects ldap for user
    nikkuexeN nikkuexe

    When a user clicks the reset password in Taiga, it will bug the user and they can't login anymore.

    https://github.com/ensky/taiga-contrib-ldap-auth/issues/21

    https://github.com/cloudron-io/taiga-app/issues/2

    Any update on this?

    Taiga

  • Flarum - next-generation forum
    nikkuexeN nikkuexe

    Flarum is live with a stable release as of May 27 👏

    App Wishlist
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search