@james Okay, pushed! I couldn't use SSH for some reason, but a personal access token worked.
ekevu123
Posts
-
Tymeslot - Better Meeting Scheduling than cal.com -
How is Infisical?Is someone here using Infisical? I am looking into it now as a potential secrets manager and was wondering if things are going well with it.
I was also wondering whether it provides any additional benefits over using Cloudron environment variables.
-
Tymeslot - Better Meeting Scheduling than cal.com@tshirt-chihuahu Thank you, that is lovely to hear!
-
Tymeslot - Better Meeting Scheduling than cal.comHow do I access the repo?
-
Tymeslot - Better Meeting Scheduling than cal.comHello @ekevu123
We have created this repository for you https://git.cloudron.io/playground/tymeslot.
Can you create the Cloudron app in this repo?
If you need any information, help or permissions. Please let me know.Can you maybe walk me through the process in general, like everything basically? I don't really have any context about the implications of publishing the app in the cloudron app store. It's my first

-
Tymeslot - Better Meeting Scheduling than cal.comYes, I would love that!
-
Expired domain with existing mailboxOkay, thank you!
-
Expired domain with existing mailboxI have domains set up in Cloudron that expired and are now unused, but I can't remove them, because they have e-mail accounts, and I don't want to delete the e-mails in the account.
I suppose I would need to download these, then close the inboxes and then remove the domain to clean this up? Maybe it could be nice to have an archive functionality for e-mail inboxes that are not in use but should stay, so that this case could be handled inside Cloudron?
-
App list doesn't work, but app grid does (v9.2.0)I figured it out now, see below.
At apptask.js:693, updateCommand calls omit() on the old manifest's addons field without guarding against it being absent. When the installed manifest has no addons
key, addons is undefined, causing Object.entries(undefined) to throw:TypeError: Cannot convert undefined or null to object
at Object.entries (<anonymous>)
at Object.omit (file:///home/yellowtent/box/src/underscore.js:17:38)
at updateCommand (file:///home/yellowtent/box/src/apptask.js:693:28)Because this is a plain TypeError rather than a BoxError, the catch block in run passes it to makeTaskError, which asserts error instanceof BoxError and crashes —
surfacing a secondary assertion error to the user instead of the real one.To reproduce:
- Install an app whose CloudronManifest.json has no addons field
- Add "addons": {} to the manifest and push a new image
- Trigger an update from the dashboard
Expected: Update succeeds, or fails with a descriptive error about the manifest change.
Actual: Task crashes immediately with AssertionError: assert(error instanceof BoxError), hiding the real cause.I re-installed the app, which solved the issue. I still believe the views should be consistent in error handling though.
-
App list doesn't work, but app grid does (v9.2.0)Yes, I have a few of them. But I think the right behaviour should be that Cloudron flags that in the UI, perhaps even with an icon, so I'll know which app that concerns. And I still find it odd that the grid works, but the list doesn't.
-
App list doesn't work, but app grid does (v9.2.0)I am having an issue with Cloudron version 9.2.0. In the app overview, the app list appears empty, but the app grid works.
Can this browser console error be related?TypeError: can't access property "email", app.manifest.addons is undefinedIt would be odd, though, that this crashes only the app list, but not the grid.
-
TymeslotCan you check the logs for any error? Regarding the e-mail, the issue could be a wrong email setup.
Have you installed it as a Cloudron community app? -
Tymeslot - Better Meeting Scheduling than cal.comHi, thank you for the suggestion!
Regarding customising availability, I'll note this for the nearest future. Regarding localisation, do you want to get e-mails translated? The booking experience is already supposed to be international for the user booking (with EN/DE/FR/IT/UK supported), but you can't change the text. Would you like to change the text, are you looking for a new language or would you like to see the whole app localised? The latter will happen, but not yet. -
Persistent sorting of Apps by running / stoppedAs an alternative, I suggest customisable groups. I have about 30 apps, but only one long list.
If Cloudron offered groups that I could customise by certain factors, the original problem would be resolved, but there would be much gained for other use cases as well! -
Tymeslot - Better Meeting Scheduling than cal.com@ekevu123 Hi. Caldav via SoGo and mailbox.org
The calendars do appear when I enter my login credentials, but the appointments aren't syncing. at least with one account - the other only sync partially.
"Some calendars have never been synced" - refreh doenst help.Okay, I got it, the next update will support mailbox.org as well, but this might require 2-3 days to implement!
From what I am seeing, you would want to create an app-specific password in mailbox.org, though, as Sogo acts as another frontend, but correct me if I am wrong here. -
Tymeslot - Better Meeting Scheduling than cal.com@sponch So far, Sogo and mailbox.org aren't officially supported, and some Caldav providers handle things differently.
I'll create accounts and see if I can test it and see what happens!
-
Tymeslot - Better Meeting Scheduling than cal.comHello @ekevu123
If you'd like some examples for how we do that, you could check out the start.sh of the mirotalk app or the start.sh form the Kutt URL shortener app to just name two examples.
One small note on that topic.
When merging env files together like we sometimes do, ensure that a newline is present otherwise it could end up appended to the last string.
See: https://git.cloudron.io/packages/twenty-app/-/merge_requests/6/diffsWithout the linked diff, if a new line in
/app/data/envis missing the string gets appended.
So if your last line in/app/data/envisSTORAGE_LOCAL_PATH=/app/data/local-storageand it gets appended to/run/twenty-server/.envit results in:STORAGE_LOCAL_PATH=/app/data/local-storageIS_CONFIG_VARIABLES_IN_DB_ENABLED=false
so to ensure this never happens the adding a newline after thecat >> /run/twenty-server/.env <<EOTis enough.Thank you, I will look into that!
-
Tymeslot - Better Meeting Scheduling than cal.comHello @ekevu123
Since not everyone is comfortable using the cloudron cli maybe you could add a
.env.shhandler like we do with many packages.
Many Cloudron users also know this flow from us, guess that is why @enerch tried that approach first.I didn't know people use it usually like that, will do!
-
Tymeslot - Better Meeting Scheduling than cal.com -
Tymeslot - Better Meeting Scheduling than cal.comTry using the Cloudron CLI to set these!