Commit graph

15284 commits

Author SHA1 Message Date
Andras Bacsai
a32342d126 feat(api): add create_environment endpoint to ProjectController for environment creation in projects 2025-08-15 20:24:32 +02:00
Titouan V
8ae2e2ef71 add explanation for storage s3 local/remote storage option 2025-08-13 22:12:59 +02:00
Andras Bacsai
b237035051 fix(constants): update official service template URL to point to the v4.x branch for accuracy 2025-08-13 18:51:15 +02:00
Manthan Mallikarjun
08e4086bb9
fix(git): use exact refspec in ls-remote to avoid matching similarly named branches (e.g., changeset-release/main). Use refs/heads/<branch> or provider-specific PR refs. 2025-08-13 01:14:47 -07:00
Andras Bacsai
2500c264c1 feat(readme): add CubePath as a big sponsor and include new small sponsors with logos 2025-08-13 09:55:40 +02:00
Titouan V
bc73ee5a4f fixes for automatic bucket creation 2025-08-12 23:15:18 +02:00
Titouan V
5887e382c7 updates with modification from cap docker-compose.yml example 2025-08-12 22:05:53 +02:00
aaryan359
efd3a360d0 fix the ui for breadcrumbing 2025-08-12 22:05:26 +05:30
Andras Bacsai
a93bc372cd refactor(links): replace inline SVGs with reusable external link component for consistency and improved maintainability 2025-08-12 15:01:58 +02:00
Andras Bacsai
f018d640e5 fix(templates): should generate old SERVICE_FQDN service templates as well 2025-08-12 14:19:17 +02:00
Andras Bacsai
f9d5592094 feat(templates): add Bluesky PDS service template and update compose file with new environment variable 2025-08-12 10:07:46 +02:00
Andras Bacsai
fa2ba89dc7 feat(templates): add new service templates for Homebox, LibreChat, Pterodactyl, and Wings with corresponding configurations and logos 2025-08-12 10:07:11 +02:00
Andras Bacsai
37c423636a refactor(templates): replace SERVICE_FQDN variables with SERVICE_URL in compose files for consistency 2025-08-12 10:07:11 +02:00
Andras Bacsai
970fd3d9e6 refactor(parsers): streamline domain handling in applicationParser and improve DNS validation logic 2025-08-12 10:07:11 +02:00
Andras Bacsai
d3658e114b fix(drizzle-gateway): remove healthcheck from drizzle-gateway compose file and update service template 2025-08-12 10:07:11 +02:00
Andras Bacsai
d3059d5514 fix(terminal): update text color for terminal availability message and improve readability 2025-08-12 10:07:11 +02:00
Andras Bacsai
c9ddda8ed2 feat(drizzle-gateway): enhance service configuration by adding Master Password field and updating compose file path 2025-08-12 10:07:11 +02:00
Andras Bacsai
65cc1c508a feat(drizzle-gateway): add new drizzle-gateway service with configuration and logo 2025-08-12 10:07:11 +02:00
Andras Bacsai
a2ef545b6b feat(changelog): implement automated changelog fetching from GitHub and enhance changelog read tracking 2025-08-12 10:07:11 +02:00
Andras Bacsai
193995de79 feat(templates): add new service templates and update existing compose files for various applications 2025-08-12 10:07:11 +02:00
Andras Bacsai
39f25573bf refactor(templates): update service template file handling to use dynamic file name from constants 2025-08-12 10:06:19 +02:00
Andras Bacsai
936a192236 fix(parsers): clarify comments and update variable checks for FQDN and URL handling 2025-08-12 10:06:19 +02:00
Andras Bacsai
c3a100730c fix(constants): update coolify version to 4.0.0-beta.420.7 2025-08-12 10:06:19 +02:00
Andras Bacsai
022cc7c973 enhance(settings-dropdown): add icons to buttons for improved UI in settings dropdown 2025-08-12 10:06:19 +02:00
Andras Bacsai
cbd2c88cb4 fix(constants): update 'Change Log' to 'Changelog' in settings dropdown 2025-08-12 10:06:19 +02:00
Andras Bacsai
0e7cc988a6 feat(user): add changelog read tracking and unread count method 2025-08-12 10:06:19 +02:00
Andras Bacsai
e8892b3d29 feat(core): finally fqdn is fqdn and url is url. haha 2025-08-12 10:06:19 +02:00
Andras Bacsai
e2518e53d9 refactor(public-git-repository): remove commented-out code for cleaner template 2025-08-12 10:06:19 +02:00
Andras Bacsai
a2c5f4b9d1 refactor(public-git-repository): enhance form structure and add autofocus to repository URL input 2025-08-12 10:06:19 +02:00
Andras Bacsai
1ddec358a5 feat(input): add autofocus attribute to input component for improved accessibility 2025-08-12 10:06:19 +02:00
Andras Bacsai
a0bc4dac55 fix(application): streamline environment variable updates for Docker Compose services and enhance FQDN generation logic 2025-08-12 10:06:19 +02:00
Andras Bacsai
cc5abc093d fix(container): sort containers alphabetically by name in ExecuteContainerCommand and update filtering in Terminal Index 2025-08-12 10:06:19 +02:00
Andras Bacsai
103a9c2df2 fix(policy): update delete method to check for admin status in S3StoragePolicy 2025-08-12 10:06:19 +02:00
peaklabs-dev
158711a165
Update service-templates.json 2025-08-11 22:03:52 +02:00
Scan
8eb3f94644
feat(service): add Bluesky PDS template (#6302) 2025-08-11 21:55:35 +02:00
peaklabs-dev
9d7e4286b6
Update service-templates.json 2025-08-11 19:25:59 +02:00
Verity
bf738b2d2d
feat(service): add pterodactyl & wings services (#5537) 2025-08-11 18:55:37 +02:00
Yanluis Fermin
9b0fd2073a
fix(api): update service upsert to retain name and description values if not set 2025-08-11 12:31:12 -04:00
🏔️ Peak
c404581b25
fix(database): custom postgres configs with SSL (#6352) 2025-08-11 18:22:03 +02:00
Yanluis Fermin
4ff7ab7895
Merge branch 'next' into fix/service-update-required-params 2025-08-11 10:23:30 -04:00
Gauthier POGAM--LE MONTAGNER
a506c29b95 fix(signoz): remove HTTP collector FQDN in otel-collector 2025-08-11 15:59:40 +02:00
Gauthier POGAM--LE MONTAGNER
8ba2bf9dbd fix(signoz): remove hardcoded container names 2025-08-11 15:57:00 +02:00
Gabriel Peralta
0d461e1218
Update and rename newt-pangolin to newt-pangolin.yaml 2025-08-11 10:22:12 -03:00
Nicanor Alexander de la Cruz Caba
fde4dbd911
fix(service): documenso signees always pending (#6334) 2025-08-11 15:03:13 +02:00
Aaryan meena
d53e493dcc
chore: clarify usage of custom redis configuration (#6321) 2025-08-11 14:33:31 +02:00
Yanluis Fermin
e572017d27
fix(api): duplicated logs in application endpoint (#6292) 2025-08-11 14:03:46 +02:00
🏔️ Peak
72302d893e
Merge branch 'next' into feature/signoz 2025-08-11 13:46:10 +02:00
peaklabs-dev
9ec72e8769
refactor(service): improve librechat
- remove comments
- format and reorder service
2025-08-11 12:32:01 +02:00
peaklabs-dev
7dcb5c43ae
chore(service): homebox formatting 2025-08-11 12:31:09 +02:00
howardshand
bee98e02bc
feat(service): add Homebox service (#6116) 2025-08-11 12:29:18 +02:00