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
749
Topics
75
Shares
0
Groups
1
Followers
2
Following
0

Posts

Recent Best Controversial

  • Urlaubsverwaltung on Cloudron - Application for leave management: vacation requests, absences, sick notes and optionally overtimes
    andreasduerenA andreasdueren

    Quite the mouthful

    App Wishlist

  • Licensing
    andreasduerenA andreasdueren

    @PolyMorphe said in Licensing:

    Hi,
    just a thinh I don't understand.
    On the cloudron installation, I don't see the link where put the licence.
    How can I do ?

    I don't have a way to test this, but apparetnly in the control panel

    It looks like you need to specify INITIAL_ADMIN_EMAIL in the .env and restart, otherwise this endpoint returns 404

    Rallly

  • Docs - Alternative to Notion / Outline with OIDC, GDPR compliant, PDF Export (with template) etc...
    andreasduerenA andreasdueren

    @nebulon I used to like traditional storage more but am seeing more and more the benefits of s3 in some fields. Ente performs in my opinion significantly better than immich, in good parts because of the storage used. I'm also planning on migrating various nextclouds to s3 storage. Even with MinIO not being an option anymore, there are so many vendors for people to choose for an s3 provider from. Just let people set s3 compatible credentials via s3, works great!

    App Wishlist

  • Minio now in maintenance mode
    andreasduerenA andreasdueren

    @AartJansen Looks like they now fully and openly abandoned the open source model which means users will likely have to migrate to other solutions.

    Minio

  • Minio now in maintenance mode
    andreasduerenA andreasdueren

    At least they stopped removing features.

    Minio

  • Minio now in maintenance mode
    andreasduerenA andreasdueren

    Lol just wanted to come here to post the same

    Minio

  • Fizzy on Cloudron - the Kanban tracking tool for issues and ideas by 37signals
    andreasduerenA andreasdueren

    Not sure if the license is compatible with cloudron:

    No licensee or downstream recipient may use the Software (including any modified or derivative versions) to directly compete with the original Licensor by offering it to third parties as a hosted, managed, or Software-as-a-Service (SaaS) product or cloud service where the primary value of the service is the functionality of the Software itself.

    App Wishlist

  • Has anyone got the Element X App working with Cloudron Matrix?
    andreasduerenA andreasdueren

    @ntnsndr It does work with SSO (Can't say anything about how well) via the MAS. I've been playing around with seeing about adding it to the cloudron package but so far no luck getting MAS started.

    Matrix (Synapse/Element)

  • Librechat links to wrong forum
    andreasduerenA andreasdueren

    @girish The Librechat docs link here to https://forum.cloudron.io/category/120/librechat which sounds correct but is not.

    Astral

  • Has anyone got the Element X App working with Cloudron Matrix?
    andreasduerenA andreasdueren

    @jdaviescoates said in Has anyone got the Element X App working with Cloudron Matrix?:

    Martix on Cloudron without any OIDC works with Element X, but with OIDC it doesn't work because for that we'd need MAS set-up which we don't yet have on Cloudron yet. I think, maybe.

    Correct. Password login works fine, OIDC does not, neither do calls.

    Matrix (Synapse/Element)

  • Issue with uploading images
    andreasduerenA andreasdueren

    Hey @brutalbirdie is there a specific reason why

    # Where will social media icons be saved - local or cloudflare.
    STORAGE_PROVIDER="local"
    

    is set in the start.sh? I'd like to test this with Cloudflare R2

    Postiz

  • Matrix disk usage
    andreasduerenA andreasdueren

    @chetbaker I think you have basically two options:

    1. Use the Admin UI to select large/old files and delete them
    2. Use s3 as storage and implement lifecycle rules

    Using the Admin UI is probably the esiest and most granulate option.

    Screenshot 2025-11-27 at 20.04.38.png

    Matrix (Synapse/Element)

  • Zulip - Powerful open source group chat
    andreasduerenA andreasdueren

    @crazybrad said in Zulip - Powerful open source group chat:

    @timconsidine Appreciate the expert opinion. This has certainly opened my eyes about why some apps might "make the cut" and be added to the platform, and why others might not. I think what concerned me the most is the frequent updates and non-trivial data migrations. This might be a case where paying for Zulip Cloud is the smartest option.

    What non-trivial data migrations are we talking about?

    App Wishlist

  • Nextcloud Talk API
    andreasduerenA andreasdueren

    @vitalymp You can simply create a new user with some bot name and then make a POST call to your nextcloud instance using that users basic auth credentials after recieving data with a webhook. Something like this:

    {
      "nodes": [
        {
          "parameters": {
            "method": "POST",
            "url": "https://cloud.tld.com/ocs/v2.php/apps/spreed/api/v4/chat/CHAT-ID",
            "authentication": "genericCredentialType",
            "genericAuthType": "httpBasicAuth",
            "sendQuery": true,
            "queryParameters": {
              "parameters": [
                {
                  "name": "message",
                  "value": "=Message content"
                }
              ]
            },
            "sendHeaders": true,
            "headerParameters": {
              "parameters": [
                {
                  "name": "OCS-APIRequest",
                  "value": "true"
                },
                {
                  "name": "Content-Type",
                  "value": "application/json"
                },
                {
                  "name": "Accept",
                  "value": "application/json"
                }
              ]
            },
            "options": {}
          },
          "id": "3efc34ee-e77a-477f-9cbd-9e039f64e143",
          "name": "Post Message to NC Talk room",
          "type": "n8n-nodes-base.httpRequest",
          "typeVersion": 4.2,
          "position": [
            1872,
            160
          ],
          "credentials": {
            "nextCloudApi": {
              "id": "RQ8xpIKWFMblRfYZ",
              "name": "cloud.tld.com – bot"
            },
            "httpHeaderAuth": {
              "id": "v09VrkQtu9eIAUEl",
              "name": "Header Auth account"
            },
            "httpBasicAuth": {
              "id": "6ASiFBk1BEcktXcq",
              "name": "cloud.tld.com bot"
            }
          }
        },
        {
          "parameters": {
            "path": "a907934a-19a1-4ced-b919-f1db35a4fa93",
            "options": {}
          },
          "id": "f11e1143-0a6b-4867-abb2-f03a235e0ed0",
          "name": "Webhook",
          "type": "n8n-nodes-base.webhook",
          "typeVersion": 2,
          "position": [
            1424,
            160
          ],
          "webhookId": "a907934a-19a1-4ced-b919-f1db35a4fa93"
        }
      ],
      "connections": {
        "Webhook": {
          "main": [
            [
              {
                "node": "Post Message to NC Talk room",
                "type": "main",
                "index": 0
              }
            ]
          ]
        }
      },
      "pinData": {},
      "meta": {
        "templateCredsSetupCompleted": true,
        "instanceId": "a382289a228a66b7e622210301ab5b6d8d06d93edb07378019866ea75d7e5793"
      }
    }
    
    Nextcloud

  • Super Productivity
    andreasduerenA andreasdueren

    @micmc said in Super Productivity:

    Offline

    I guess it has the option to sync via webdav. So it's like the ntfy frontend, it's all public but very limited in functionality.

    App Wishlist

  • Super Productivity
    andreasduerenA andreasdueren

    Tried a test package: andreasdueren/super-productivity-cloudron:0.1.0 however, it doesn't seem to have an auth mechanism so not sure how much sense this makes on cloudron.

    App Wishlist

  • Nextcloud Talk high-performance back-end
    andreasduerenA andreasdueren

    I wrote a small script so I can monitor the HPB (turn) backend. Because if it fails, it breaks Nextcloud talk. Posted here in case anyone else wants to easily monitor his turns server.

    The cron job runs it once a minute. Each run generates REST credentials from the static auth secret, calls turnutils_uclient to allocate on the TURN server, and then sends a push event to Uptime Kuma containing either TURN allocate succeeded or the last error line from turnutils_uclient. So Kuma sees “up” whenever the allocate completes successfully and “down” when it fails.

    App Wishlist nextcloud nextcloud talk video

  • Nextcloud Talk API
    andreasduerenA andreasdueren

    @vitalymp I'm sorry I replaced freescout with chatwoot a while ago and deleted the associated n8n workflow with it. Which part of the integration are you struggling with?

    Nextcloud

  • OpenCloud - Secure, Simple & Reliable File Sharing
    andreasduerenA andreasdueren

    @girish said in OpenCloud - Secure, Simple & Reliable File Sharing:

    I couldn't get OIDC to work

    I was trying to see where the documentation for OIDC is, it seems to be here. Did you already see this one?

    App Wishlist

  • Matrix WhatsApp Bridge
    andreasduerenA andreasdueren

    @ntnsndr You'll need to packge it. Since the whatsapp brige (also go based) runs pretty well, I would assume, this one should be also easy to package.

    App Packaging & Development
  • Login

  • Don't have an account? Register

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