Quite the mouthful
Andreas
Posts
-
Urlaubsverwaltung on Cloudron - Application for leave management: vacation requests, absences, sick notes and optionally overtimes -
Licensing@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_EMAILin the .env and restart, otherwise this endpoint returns404 -
Docs - Alternative to Notion / Outline with OIDC, GDPR compliant, PDF Export (with template) etc...@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!
-
Minio now in maintenance mode@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 now in maintenance modeAt least they stopped removing features.
-
Minio now in maintenance modeLol just wanted to come here to post the same
-
Fizzy on Cloudron - the Kanban tracking tool for issues and ideas by 37signalsNot 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.
-
Has anyone got the Element X App working with Cloudron Matrix? -
Librechat links to wrong forum@girish The Librechat docs link here to https://forum.cloudron.io/category/120/librechat which sounds correct but is not.
-
Has anyone got the Element X App working with Cloudron Matrix?@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.
-
Issue with uploading imagesHey @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 -
Matrix disk usage@chetbaker I think you have basically two options:
- Use the Admin UI to select large/old files and delete them
- Use s3 as storage and implement lifecycle rules
Using the Admin UI is probably the esiest and most granulate option.

-
Zulip - Powerful open source group chat@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?
-
Nextcloud Talk API@vitalymp You can simply create a new user with some bot name and then make a
POSTcall 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" } } -
Super Productivity@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.
-
Super ProductivityTried a test package:
andreasdueren/super-productivity-cloudron:0.1.0however, it doesn't seem to have an auth mechanism so not sure how much sense this makes on cloudron. -
Nextcloud Talk high-performance back-endI 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
RESTcredentials from thestatic authsecret, callsturnutils_uclientto allocate on theTURNserver, and then sends a push event to Uptime Kuma containing eitherTURN allocate succeededor the last error line fromturnutils_uclient. So Kuma sees “up” whenever the allocate completes successfully and “down” when it fails. -
Nextcloud Talk API@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?
-
OpenCloud - Secure, Simple & Reliable File Sharing@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?
-
Matrix WhatsApp Bridge@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.