You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adds a cap captcha (not to be confused with Cap, the screen recorder) service template
Issues
Category
Bug fix
Improvement
New feature
Adding new one click service
Fixing or updating existing one click service
Preview
N/A
AI Assistance
AI was NOT used to create this PR
AI was used (please describe below)
If AI was used:
Tools used:
How extensively:
Testing
tested on a local coolify instance
Contributor Agreement
Important
I have read and understood the contributor guidelines. If I have failed to follow any guideline, I understand that this PR may be closed without review.
I have tested all the changes thoroughly with a local development instance of Coolify and I am confident that they will work as expected when a maintainer tests them.
It appears to us that you are either adding a new service or making changes to an existing one.
We kindly ask you to also review and update the Coolify Documentation to include this new service or it's new configuration needs.
This will help ensure that our documentation remains accurate and up-to-date for all users.
Yay this would be nice because I just deployed Cap on Coolify and had to do it manually!
Might be worth noting... when I deployed the docker-compose.yml shown in the Cap docs, I had to add user: root to the cap service because the IP address data was failing to download otherwise. It kept saying:
[cap] IP DB download failed: EACCES: permission denied, open '/usr/src/app/data/dbip-country.mmdb'
I tried mounting a cap-data volume to see if I could fix it without root (like cap-data:/usr/src/app/data) but it didn't work for me.
Side-note for @tiagozip: It would be nice if the dashboard UI told you there was an error downloading the IP data; I was pretty confused at first because it just shows "Downloading" and then goes back to nothing on failure.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
adds a cap captcha (not to be confused with Cap, the screen recorder) service template
Issues
Category
Preview
N/A
AI Assistance
If AI was used:
Testing
tested on a local coolify instance
Contributor Agreement
Important