Commit Graph

463 Commits

Author SHA1 Message Date
Andras Bacsai
43178e6033 fix: Address PR review feedback for coolify.json feature
Critical fixes:
- Fix team_id access: use $this->team_id instead of $this->team()->id
- Fix environment_variables query for preview vars: use correct relationship
- Fix autogenerate_domain dropped from API allowedFields array
- Use $request->boolean() for use_coolify_json parameter

Major fixes:
- Add checkCoolifyConfig conditional to GithubPrivateRepository
- Add checkCoolifyConfig conditional to GithubPrivateRepositoryDeployKey
- Update knownFields to include all valid top-level config fields

Minor fixes:
- Fix schema examples: magic variables don't use $ prefix

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 19:20:38 +01:00
Andras Bacsai
d5a5d1c32a feat: Add support for coolify.json configuration import and schema validation
- Introduced a new schema for coolify.json to validate application configurations.
- Implemented loading and parsing logic for coolify.json in the application.
- Added UI components for importing coolify.json configurations in various project creation flows.
- Enhanced logging for coolify.json processing to aid in debugging.
- Created unit tests to validate coolify.json parsing and magic variable resolution.
- Updated existing forms to include options for importing coolify.json settings.
2025-12-27 19:20:38 +01:00
Andras Bacsai
cf9077df2a
add appflowy (#6492) 2025-12-17 15:48:07 +01:00
Andras Bacsai
16b720bb16
Merge branch 'next' into v4.x 2025-12-15 15:50:14 +01:00
KM Koushik
aefa426837 Rename unsend to usesend in configuration 2025-12-07 17:32:23 +11:00
Andras Bacsai
0f54c194d7 Add Garage as a one-click service
Adds support for deploying Garage (S3-compatible object storage) as a
one-click service in Coolify. Includes service template with TOML config,
automatic URL generation for S3, Web, and Admin endpoints with reverse
proxy configuration, and UI fields for credentials and access tokens.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 13:46:57 +01:00
Andras Bacsai
277ebec525 Update RustFS logo to use PNG icon from GitHub
Replace SVG logo with official PNG icon from RustFS GitHub organization.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 11:42:31 +01:00
Andras Bacsai
6d3e7b7d93 Add RustFS one-click service template
Add RustFS service definition with Docker Compose configuration and SVG logo for Coolify's service marketplace. Includes S3-compatible object storage setup with health checks and configurable environment variables.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 11:35:21 +01:00
Andras Bacsai
1fd2d7004f Remove old Fizzy SVG icon
Delete the custom SVG icon now that the official PNG icon has been
added and referenced in the service template.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 09:38:28 +01:00
Andras Bacsai
8659ca5b0f Update Fizzy logo with official PNG from repository
Replace custom SVG with the official app-icon.png (512x512) from
the Fizzy repository. This ensures brand consistency and uses the
authentic Fizzy branding.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 09:32:48 +01:00
Andras Bacsai
65d8bc6feb Update Fizzy logo with official SVG from repository
Replace custom logo with official Fizzy equalizer/bar chart design from
the basecamp/fizzy repository.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 20:26:32 +01:00
Andras Bacsai
a7a275d012 Add Fizzy one-click service
Add Basecamp's Fizzy Kanban tracking tool as a one-click deployable service.

- Uses official Docker image: ghcr.io/basecamp/fizzy:main
- PostgreSQL database with auto-generated credentials
- Rails environment with SECRET_KEY_BASE and RAILS_MASTER_KEY
- VAPID keys for web push notifications
- Health checks on /up endpoint
- Persistent storage for Rails storage directory

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 20:25:25 +01:00
Gabriel Peralta
e0a6669c3c
Add files via upload 2025-11-25 08:40:18 -03:00
Gabriel Peralta
8936cd5135
Delete public/svgs/terraria.svg 2025-11-25 08:39:59 -03:00
Gabriel Peralta
635018cb5d
Add files via upload 2025-11-24 14:47:03 -03:00
Andras Bacsai
be83c7ae08
feat(service): add Opnform template (#5875) 2025-11-24 13:02:59 +01:00
Andras Bacsai
56e4164ab2
feat(service): add newt-pangolin template (#6259) 2025-11-24 13:02:42 +01:00
Andras Bacsai
9a3b522711
Tailscale template (#7154) 2025-11-24 13:01:23 +01:00
Andras Bacsai
c96131c4de
feat: add palworld service (#7206) 2025-11-24 13:00:18 +01:00
Julien Nahum
c35411f367
Merge branch 'next' into add-opnform-template 2025-11-13 13:04:46 +01:00
Robin266
16a1b3610c add palworld service 2025-11-11 22:58:22 +01:00
majcek210
6effccd1fb
Merge branch 'next' into ts-template 2025-11-08 15:47:45 +01:00
itssloplayz
152801e293 Added tailscale template 2025-11-08 11:59:26 +01:00
Julien Nahum
ff67483f68
Merge branch 'next' into add-opnform-template 2025-10-31 17:52:13 +01:00
thevinodpatidar
96d0d39fd8 Add Postgresus one-click service template 2025-10-30 16:35:22 +05:30
Andras Bacsai
414e762dfa
Merge pull request #6913 from yipfram/add/home-assistant
Add Home Assistant template
2025-10-22 21:41:44 +02:00
Andras Bacsai
cb4c26007d
Merge pull request #6914 from ShadowArcanist/shadow/new-service-redisinsight
feat(service): add Redis Insight
2025-10-22 21:39:15 +02:00
Andras Bacsai
acbea6db60
Merge pull request #6920 from StellarRounin/template/add-siyuan-service
feat(servide): Add siyuan template
2025-10-22 21:38:56 +02:00
Andras Bacsai
bb0f497255
Merge pull request #6924 from yipfram/yipfram/pocket-id-template
Add Pocket ID template
2025-10-22 21:38:28 +02:00
Andras Bacsai
cbddfbce15
Merge pull request #6925 from ariqpradipa/feat/sparkyfitness
feat(templates): add sparkyfitness compose template and logo
2025-10-22 21:38:13 +02:00
Andras Bacsai
286a36420a
Merge pull request #6963 from yipfram/add/rivet-dev
Add Rivet template
2025-10-22 21:36:32 +02:00
Romain ROCHAS
0164b54576 Add rivet.svg and rivet.yaml for AI programming environment setup 2025-10-22 03:08:57 +02:00
Ariq Pradipa Santoso
eca0c5cb0d feat(templates): add sparkyfitness compose template and logo
Add Docker Compose template for SparkyFitness, a comprehensive fitness tracking application, including the SVG logo and configuration for frontend, server, and database services.
2025-10-20 10:14:17 +07:00
Romain ROCHAS
d1ab7ebb8e Add Pocket ID template
Add Docker Compose template for Pocket ID, a simple and secure OIDC provider with passkey authentication support.
2025-10-19 20:59:24 +02:00
Romain ROCHAS
24d85f7c96
Merge branch 'next' into template/metamcp 2025-10-19 17:50:40 +02:00
alexbaron-dev
37ef9eb3bc
Merge branch 'coollabsio:v4.x' into add-opnform-template 2025-10-19 16:19:41 +02:00
Stellar Rounin
f6b8a47140
feat(servide): Add siyuan template 2025-10-18 09:18:53 -06:00
ShadowArcanist
057fbdf354 Added Redis insight service 2025-10-17 22:25:53 +05:30
Romain ROCHAS
b3cf97de24 Add Home Assistant docker compose template
- Add Home Assistant template with version 2025.10.2
- Configure reverse proxy support for Coolify with trusted private IP ranges
- Include D-Bus volume for Bluetooth integration support
- Add healthcheck for container monitoring
- Include configuration.yaml with reverse proxy settings to fix 400 Bad Request errors
2025-10-17 12:09:15 +02:00
Andras Bacsai
074436e7d8
Merge pull request #6011 from titouv/v4.x
feat(service): add cap service
2025-10-17 10:57:19 +02:00
Andras Bacsai
44f8c648d1
Merge pull request #5386 from GauthierPLM/feature/signoz
feat(service): add signoz template
2025-10-17 10:56:10 +02:00
David Alejandro Londoño
a02240d143
Merge branch 'coollabsio:next' into next 2025-10-16 10:10:23 -05:00
Andras Bacsai
fe91c25b14
Merge pull request #6557 from elalemanyo/template/once-campfire
feat(campfire): add template for Once Campfire
2025-10-13 13:39:43 +02:00
Andras Bacsai
0681f4d004
Merge pull request #6559 from halilim/add-service-gramps-web
feat(service): add Gramps Web template
2025-10-13 13:39:08 +02:00
Andras Bacsai
4092100cce
Merge pull request #6655 from yipfram/service/lobe-ai-chat
feat(templates): added Lobe Chat service
2025-10-13 13:34:18 +02:00
Andras Bacsai
591d495ec2
Merge pull request #6631 from zehjotkah/next
added rybbit service template
2025-10-13 13:33:55 +02:00
Andras Bacsai
cdfc991e2b
Merge pull request #6735 from Blaumaus/swetrix-analytics-service
feat(service): add Swetrix template
2025-10-13 13:01:45 +02:00
Andras Bacsai
f8f4c046a7
Merge pull request #6753 from seefs001/next
feat(template): NewAPI template
2025-10-13 12:53:24 +02:00
Andras Bacsai
6098a58c9f
Merge pull request #6793 from YaRissi/service/gotify
feat(template): Adding Gotify service
2025-10-13 12:52:05 +02:00
Andras Bacsai
215301fa8f basics of adding / removing hetzner servers 2025-10-09 10:41:29 +02:00