Neruu2
Neruu2
TTwenty
Created by Neruu2 on 10/2/2024 in #❓︱help
Regarding Microsoft oAuth
Thanks so much both for clarification ! So yes, first idea was to connect MSO for SSO. My initial question for that matter was : MSO apps asks for a redirect UTL after performing the auth, but I couldn't find any on the twenty docs? I'm a bad searcher so probably I missed it :D). Or maybe it's just the twenty instance's URL, but often there should be added a few routes like /auth/v1/microsoft ... Then, I was hopping maybe the SSO could lead to fix some of my other SMTP issue but I completely get it's 2 separate things 😄 Even without emails working (admin email, I mean) your soft is very nice to use! Keep up the good work ❤️
12 replies
TTwenty
Created by Neruu2 on 10/2/2024 in #❓︱help
No system mail sent
@martmull sorry for the delayed answer. I'm just noticing your answer now. I will definitely look into it and get back to you soon. Thanks a lot for your time !
61 replies
TTwenty
Created by Neruu2 on 10/2/2024 in #❓︱help
No system mail sent
So update! I've tried to delte/reinstall the entire setup. Nothing. I've tried to add the SMTP vars to the worker service as well. Nothing... I'll let it cool for tonight... but I must say that this is quite frustrating... Recap of my setup right now: I've added the compose with the worker. I've set the EMAIL_DRIVE to logger (tried both logger and smtp) I've added the SMTP vars to the worker
61 replies
TTwenty
Created by Neruu2 on 10/2/2024 in #❓︱help
No system mail sent
No description
61 replies
TTwenty
Created by Neruu2 on 10/2/2024 in #❓︱help
No system mail sent
Yes I do, but even in the worker I had only [InstanceLoader] logs (like this https://haste.kyvos.studio/iyuyilufus.less) I don't know what happen (maybe worker takes some time?) but today it works fine (I mean, at leat I have logs). https://haste.kyvos.studio/ayixekabov.php-template I still don't have emails (they never arrive to my mailbox), but at leat the worker seems to be working?
61 replies
TTwenty
Created by Neruu2 on 10/2/2024 in #❓︱help
No system mail sent
Is there a healthcheck I can perform on the worker? I've got it running but I have no other logs than the [InstanceLoader] logs at the moment. When I try to send an email with the system (invitaion or forgot password) I can't find any log anywhere (but the application make the success toast "email sent")
61 replies
TTwenty
Created by Neruu2 on 10/2/2024 in #❓︱help
No system mail sent
Some questions regarding the docker-compose.yml. I see that service
change-vol-ownership:
image: ubuntu
user: root
volumes:
- server-local-data:/tmp/server-local-data
- docker-data:/tmp/docker-data
command: >
bash -c "
chown -R 1000:1000 /tmp/server-local-data
&& chown -R 1000:1000 /tmp/docker-data"
change-vol-ownership:
image: ubuntu
user: root
volumes:
- server-local-data:/tmp/server-local-data
- docker-data:/tmp/docker-data
command: >
bash -c "
chown -R 1000:1000 /tmp/server-local-data
&& chown -R 1000:1000 /tmp/docker-data"
that is required in the dependances:
depends_on:
change-vol-ownership:
condition: service_completed_successfully
depends_on:
change-vol-ownership:
condition: service_completed_successfully
Again, I'm deploying Twenty from the template service in Coolify, and this service does not show. It seems many have already deployed from that template (from what I've read in the support) and nobody seemed to be missing it. I guess it is related to the local storage manipulation? Is it mandatory for local storage? Is it for s3 storage?
61 replies
TTwenty
Created by Neruu2 on 10/2/2024 in #❓︱help
No system mail sent
Thank you ! 😉
61 replies
TTwenty
Created by Neruu2 on 10/2/2024 in #❓︱help
No system mail sent
Happy to present the soft (what I know of) if keen. I've seen your OSS friends page, I believe you are on the right way there 🙂
61 replies
TTwenty
Created by Neruu2 on 10/2/2024 in #❓︱help
No system mail sent
(coolify's a pretty neat tool when coming to the self-hosting utilities)
61 replies
TTwenty
Created by Neruu2 on 10/2/2024 in #❓︱help
No system mail sent
61 replies
TTwenty
Created by Neruu2 on 10/2/2024 in #❓︱help
No system mail sent
haha ok
61 replies
TTwenty
Created by Neruu2 on 10/2/2024 in #❓︱help
No system mail sent
(idk if you are aware that twenty is offered as template on coolify instances)
61 replies
TTwenty
Created by Neruu2 on 10/2/2024 in #❓︱help
No system mail sent
I'll try it tonight, and if successfull I'll update the coolify's template
61 replies
TTwenty
Created by Neruu2 on 10/2/2024 in #❓︱help
No system mail sent
Awesome thanks !
61 replies
TTwenty
Created by Neruu2 on 10/2/2024 in #❓︱help
No system mail sent
61 replies
TTwenty
Created by Neruu2 on 10/2/2024 in #❓︱help
No system mail sent
yes
61 replies
TTwenty
Created by Neruu2 on 10/2/2024 in #❓︱help
No system mail sent
ooooooh. And how do I make sure my worker starts correctly? 😅
61 replies
TTwenty
Created by Neruu2 on 10/2/2024 in #❓︱help
No system mail sent
And shouldn't I be able to see log at least? In my case I have no log at all when trying to send email (forgotPassword or invitation). This is why I think I did something wrong 😁
61 replies
TTwenty
Created by Neruu2 on 10/2/2024 in #❓︱help
No system mail sent
I assumed any SMTP configuration could work but maybe only SMTP configuration from Google and Microsoft are valid? I currently using OVH smtp server (pro3.mail.ovh.net) with same working settings (that I use on other tools like cal.com for example). But maybe this is not allowed?
61 replies