Skip to content

Conversation

titouv
Copy link

@titouv titouv commented Sep 1, 2025

Add service for Cap

Linked to the PR that adds the template: coollabsio/coolify#6011

@ShadowArcanist ShadowArcanist added the Waiting for PR merge on Core Repo This PR should be merged only after the linked PR in the core repo is merged. label Sep 2, 2025
@pievalentin
Copy link

I tried the hack you found it works well, you should add it to the doc

# Use the MYSQL_ROOT_PASSWORD when prompted
mysql -u root -p planetscale 
update users set inviteQuota=50;
# Verify with 
select * from users;

Also to enable the email login one should use the resend api by adding those envelopes vars

RESEND_API_KEY=
RESEND_FROM_DOMAIN=

@Cinzya
Copy link
Member

Cinzya commented Oct 17, 2025

@titouv Are you still working on this PR? As you still have it on Draft.

Your template PR got merged, so we can start merging this one for the docs as well when you are ready.

@titouv titouv marked this pull request as ready for review October 18, 2025 10:05
@titouv
Copy link
Author

titouv commented Oct 18, 2025

I just finished by adding some other instructions to configure with Resend. Should be good to merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Waiting for PR merge on Core Repo This PR should be merged only after the linked PR in the core repo is merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants