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=

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.

3 participants