Tymeslot - Better Meeting Scheduling than cal.com
-
Thanks for adding the community version!
I installed tymeslot. How can I deactivate the user login? I tried adding a .env withREGISTRATION_ENABLED=false PASSWORD_AUTH_ENABLED=falsebut the login/registration for external users is still possible. Could somebody give me a hint whats wrong here?

-
thanks for it! Just tested. It connects to my caldav calendar shows the diefferent calendars but doesnt sync them. Any idea?
-
Hello @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.Hello @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!
-
Hello @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. -
Hello @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.Hello @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!
-
@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. -
@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. -
@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.@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.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
