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
  • Brite
  • 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
andreasduerenA

Andreas

@andreasdueren
About
Posts
709
Topics
72
Shares
0
Groups
1
Followers
2
Following
0

Posts

Recent Best Controversial

  • AFFiNE - open-source Notion, Miro, Monday, Outline, Appflowy alternative
    andreasduerenA andreasdueren

    @SansGuidon said in AFFiNE - open-source Notion, Miro, Monday, Outline, Appflowy alternative:

    I don't understand how to make Affine work with my AI subscription (Mistral)

    I haven't tested any of the AI features. But in theory you should be able to enter any openai compatible endpoint. I assume, Mistral does have one?

    What are your issues with the admin view? It's pretty basic with few variables able to be set up, most things are set up with env and should be ready with the package as is.

    App Wishlist

  • AFFiNE - open-source Notion, Miro, Monday, Outline, Appflowy alternative
    andreasduerenA andreasdueren

    I packaged this to try it out. Works well but I'm not entirely sure what the exact target group for this application is. For documentation it seems confusing and overkill. Maybe personal notetaking could work. Image available at andreasdueren/affine-cloudron:0.25.3

    App Wishlist

  • Request: Include S3 Storage Module
    andreasduerenA andreasdueren

    @nichu42 But what did you do with these? Are these scripts already installed in the package somewhere and can be called with a cron job?

    Matrix (Synapse/Element)

  • Request: Include S3 Storage Module
    andreasduerenA andreasdueren

    @nichu42 What about the cleanup script and pushing existing media to s3? Did you ever set that up?

    Matrix (Synapse/Element)

  • Add additional Cloudron Proxy Auth option on apps
    andreasduerenA andreasdueren

    @joseph Not sure if I can follow. I understand what @girish said in App proxy questions and proxy/authentication possible improvement suggestions

    But from Cloudron's POV, there is authentication and authorization

    But basically adding the option to add optional Authentication in front of any app (presumably through the web server) would be very useful in a lot of cases. This is already a feature in the proxy app but would be good to be a toggle in any app.

    Feature Requests proxyauth

  • App proxy questions and proxy/authentication possible improvement suggestions
    andreasduerenA andreasdueren

    @girish said in App proxy questions and proxy/authentication possible improvement suggestions:

    But from Cloudron's POV, there is authentication and authorization

    But basically having the option to block access to any hosted app by putting auth in front of it (presumably thorugh the web server) could have various good use cases.

    Discuss

  • InvoiceShelf
    andreasduerenA andreasdueren

    @timconsidine But looks like it would simply run in the LAMP stack

    App Wishlist

  • Add additional Cloudron Proxy Auth option on apps
    andreasduerenA andreasdueren

    It would be nice to be able to be able to put the cloudron proxy auth before apps, even after install. One use case could for example to add auth in front of a LAMP stack during development of a website.

    Feature Requests proxyauth

  • Elasticsearch
    andreasduerenA andreasdueren

    There is mixed data on compatability.

    OpenSearch […] will not work.

    opensearch is not supportedd

    For anyone reading this post for solution, I am currently using OpenSearch for FullTextSearch with NextCloud using this project : - https://github.com/fairkom/nextcloud_opensearch

    Feature Requests elasticsearch

  • Elasticsearch
    andreasduerenA andreasdueren

    @jdaviescoates said in Elasticsearch:

    Use OpenSearch

    Not sure if it's 100% compatible with nextcloud. I guess the only way to be sure would be to package and test it.

    Feature Requests elasticsearch

  • Elasticsearch
    andreasduerenA andreasdueren

    @nichu42 This is honestly not super stable yet, I'm only using it for some nextcloud purposes and haven't tested it thoroughly.

    Feature Requests elasticsearch

  • Upgrade to Cloudron 9.0.7 stuck on "Removing containers for upgrade" + "Configuring"
    andreasduerenA andreasdueren

    @perelin said in Upgrade to Cloudron 9.0.7 stuck on "Removing containers for upgrade" + "Configuring":

    why not do a major upgrade on a Friday afternoon

    Nothing beats shipping to production on friday afternoon!

    Already tried cloudron-support --troubleshoot, rebooting the server?

    Support update

  • What's coming in Cloudron 9
    andreasduerenA andreasdueren

    @jdaviescoates can't be domain name because I can update the one starting with s but not the one with f

    Announcements

  • What's coming in Cloudron 9
    andreasduerenA andreasdueren

    @nebulon How is it that I can upgrade on some of my servers but not others?

    Announcements

  • Elasticsearch
    andreasduerenA andreasdueren

    Updated: https://git.due.ren/andreas/elasticsearch-cloudron/releases/tag/v1.0.17

    • Plugins: bundle analysis-icu in the image so language-specific analyzers (incl. German) work out of the box and no longer hit runtime install failures on Cloudron’s read-only FS.
    • Stability: revamped heap management to respect ES_JAVA_HEAP, custom jvm.options.d, and cgroup limits
    Feature Requests elasticsearch

  • How To Implement MFA in Chatwoot?
    andreasduerenA andreasdueren

    @IniBudi Which part isn't working? Just tried it out and worked perfectly.

    1. Go to the web terminal of your Chatwoot application
    2. enter rails db:encryption:init
    3. Save the strings that is being displayed
    active_record_encryption:
      primary_key: string
      deterministic_key: string
      key_derivation_salt: string
    
    1. Go to the file manager of the application
    2. Open the env.sh file
    3. add these records (replace string with the values from the previous prompt)
    # Active Record Encryption keys (required for MFA/2FA functionality)
    # Replace with the actual keys from rails db:encryption:init output
    export ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY=string
    export ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY=string
    export ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT=string
    
    1. restart the app
    2. now you can set up 2FA in the user settings.
    Chatwoot

  • preconfigure openid
    andreasduerenA andreasdueren

    Can we please have this package preconfigure openid?

    Configuration Using Environment Variables
    If your OpenID provider supports discovery, use the following variables:

    ACTUAL_OPENID_DISCOVERY_URL: URL for the OpenID Provider
    ACTUAL_OPENID_CLIENT_ID: client_id given by the provider
    ACTUAL_OPENID_CLIENT_SECRET: client_secret given by the provider
    ACTUAL_OPENID_SERVER_HOSTNAME: Your Actual Server URL (so the provider redirects you to this)

    When configuring your OpenID provider, be sure to register the following redirect URI with the provider: https://<actual.myserver.com>/openid/callback

    Actual

  • Cloudron 9.0 (beta) bug reports
    andreasduerenA andreasdueren

    There is an issue with the selector for access restrictions. Doesn't list any items on installation of app but can be restricted afterwards.

    Screenshot 2025-11-06 at 13.26.14.png
    Screenshot 2025-11-06 at 13.27.41.png

    Discuss

  • First two quick questions
    andreasduerenA andreasdueren

    Nope, must be a different thing blocking it then.

    Screenshot 2025-11-06 at 09.49.43.png

    Keila
  • Login

  • Don't have an account? Register

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