Commit Graph

309 Commits

Author SHA1 Message Date
🏔️ Peak
d3f85d777c v4.0.0-beta.420 (#6008)
* chore(version): update coolify-realtime to version 1.0.9 in docker-compose and versions files

* feat(migration): add is_sentinel_enabled column to server_settings with default true

* fix(migration): update default value handling for is_sentinel_enabled column in server_settings

* feat(seeder): dispatch StartProxy action for each server in ProductionSeeder

* feat(seeder): add CheckAndStartSentinelJob dispatch for each server in ProductionSeeder

* fix(seeder): conditionally dispatch CheckAndStartSentinelJob based on server's sentinel status

* feat(seeder): conditionally dispatch StartProxy action based on proxy check result

* refactor(ui): terminal

* refactor(ui): remove terminal header from execute-container-command view

* refactor(ui): remove unnecessary padding from deployment, backup, and logs sections

* fix(service): disable healthcheck logging for Gotenberg (#6005)

* fix(service): Joplin volume name (#5930)

* chore(version): update coolify version to 4.0.0-beta.420 and nightly version to 4.0.0-beta.421

* fix(server): update sentinelUpdatedAt assignment to use server's sentinel_updated_at property

* feat(service): update Changedetection template (#5937)

* chore(service): changedetection remove unused code

* fix(service): audiobookshelf healthcheck command (#5993)

* refactor(service): update Hoarder to their new name karakeep (#5964)

* fix(service): downgrade Evolution API phone version (#5977)

* feat(service): add Miniflux service (#5843)

* refactor(service): karakeep naming and formatting

* refactor(service): improve miniflux

- improve DB url
- add depends_on
- formatting, naming & order

* feat(service): add Pingvin Share service (#5969)

* fix(service): pingvinshare-with-clamav

- add platform to make clamav work
- formatting

* feat(auth): Add Discord OAuth Provider (#5552)

* feat(auth): Add Clerk OAuth Provider (#5553)

* feat(auth): add Zitadel OAuth Provider (#5490)

* Update composer.lock

* fix(ssh): scp requires square brackets for ipv6 (#6001)

* refactor(core): rename API rate limit ENV

* refactor(ui): simplify container selection form in execute-container-command view

* chore(service): Update Evolution API image to the official one (#6031)

* chore(versions): bump coolify versions to v4.0.0-beta.420 and v4.0.0-beta.421

* fix(github): changing github app breaks the webhook. it does not anymore

* feat(service): enhance service status handling and UI updates

* fix(parser): improve FQDN generation and update environment variable handling

* fix(ui):  enhance status refresh buttons with loading indicators

* fix(ui): update confirmation button text for stopping database and service

* fix(routes): update middleware for deploy route to use 'api.ability:deploy'

* fix(ui): refine API token creation form and update helper text for clarity

* fix(ui): adjust layout of deployments section for improved alignment

* chore(dependencies): update composer dependencies to latest versions including resend-laravel to ^0.19.0 and aws-sdk-php to 3.347.0

* refactor(email): streamline SMTP and resend settings logic for improved clarity

* fix(ui): adjust project grid layout and refine server border styling for better visibility

* fix(ui): update border styling for consistency across components and enhance loading indicators

* feat(cleanup): add functionality to delete teams with no members or servers in CleanupStuckedResources command

* refactor(invitation): rename methods for consistency and enhance invitation deletion logic

* refactor(user): streamline user deletion process and enhance team management logic

* fix(ui): add padding to section headers in settings views for improved spacing

* fix(ui): reduce gap between input fields in email settings for better alignment

* fix(docker): conditionally enable gzip compression in Traefik labels based on configuration

* fix(parser): enable gzip compression conditionally for Pocketbase images and streamline service creation logic

* fix(ui): update padding for trademarks policy and enhance spacing in advanced settings section

* feat(ui): add heart icon and enhance popup messaging for sponsorship support

* feat(settings): add sponsorship popup toggle and corresponding database migration

* fix(ui): correct closing tag for sponsorship link in layout popups

* fix(ui): refine wording in sponsorship donation prompt in layout popups

* fix(ui): update navbar icon color and enhance popup layout for sponsorship support

* Update resources/views/livewire/project/shared/health-checks.blade.php

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update app/Livewire/Subscription/Index.php

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix(ui): add target="_blank" to sponsorship links in layout popups for improved user experience

* fix(models): refine comment wording in User model for clarity on user deletion criteria

* Update app/Providers/RouteServiceProvider.php

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix(models): improve user deletion logic in User model to handle team member roles and prevent deletion if user is alone in root team

* fix(ui): update wording in sponsorship prompt for clarity and engagement

---------

Co-authored-by: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com>
Co-authored-by: Khiet Tam Nguyen <86177399+nktnet1@users.noreply.github.com>
Co-authored-by: Carsten <BanditsBacon@users.noreply.github.com>
Co-authored-by: Alberto Rizzi <48057685+albertorizzi@users.noreply.github.com>
Co-authored-by: Jonas Klesen <deklesen@gmail.com>
Co-authored-by: Stew Night. <22344601+stewnight@users.noreply.github.com>
Co-authored-by: Jeffer Marcelino <jeffersunde72@gmail.com>
Co-authored-by: Lucas Eduardo <lucas59356@gmail.com>
Co-authored-by: CrazyTim71 <118295691+CrazyTim71@users.noreply.github.com>
Co-authored-by: Yassir Elmarissi <yassir.elmarissi@hm.edu>
Co-authored-by: Hauke Schnau <hauke@schnau-lilienthal.de>
Co-authored-by: Darren Sisson <74752850+djsisson@users.noreply.github.com>
Co-authored-by: Alkesh Das <67038642+smad-bro@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-06-26 12:23:08 +02:00
peaklabs-dev
3b0237956b chore(service): remove unused logo 2025-05-27 15:09:15 +02:00
Dusan
94df6ca51f feat(api): Add latest query param to Service restart API (#5881) 2025-05-27 15:03:17 +02:00
howardshand
fbfeee4782 feat(service): add OrangeHRM and Grist services (#5212) 2025-05-23 19:16:39 +02:00
Gabriel Peralta
16a299043e feat(service): add Netbird-Client service (#5873) 2025-05-23 16:59:17 +02:00
Khiet Tam Nguyen
6fc519d823 feat(service): add Seafile service (#5817) 2025-05-20 16:27:41 +02:00
peaklabs-dev
4664ec1214 refactore(service): improve Onetimesecret
- fix ENVs not having default values
- improve formatting and naming
2025-05-20 16:16:23 +02:00
Khiet Tam Nguyen
e53fc1add5 feat(service): add One Time Secret service (#5650) 2025-05-20 16:06:32 +02:00
Khiet Tam Nguyen
4f0495172c feat(service): add apache superset service (#4891) 2025-05-20 15:31:23 +02:00
Eugene Scheepers
fe69a70d19 feat(service): add PG Back Web service (#5079) 2025-05-19 15:00:56 +02:00
CrazyTim71
befc8a0142 feat(service): add Yamtrack service (#5845) 2025-05-19 13:39:08 +02:00
peaklabs-dev
af60ffb7e0 refactore(service): typsense
- new logo
- make all ENVs configurable
- formatting and naming
2025-05-15 22:51:16 +02:00
Dusan
574b193c83 feat(service): add Typesense service (#5643) 2025-05-15 22:32:23 +02:00
Manaf941
ba51f7eb6f feat(service): add CodiMD service (#4867) 2025-05-15 19:02:56 +02:00
Corwin
e1301ffc6d feat(service): add Paymenter service (#5809) 2025-05-14 20:56:42 +02:00
howardshand
2bd52d6cab feat(service): add Limesurvey service (#5751) 2025-05-14 20:46:14 +02:00
Marcel Folaron
2960801f08 feat(service): add Leantime service (#5792) 2025-05-14 20:34:16 +02:00
Rustypredator
12e139265e feat(service): add Observium service (#5613) 2025-05-14 15:15:17 +02:00
Datenschmutz
b704dadca0 feat(service): add Diun service (#5113) 2025-05-14 14:55:35 +02:00
Péter Gyarmati
9939b10e5a feat(service): add Marimo service (#5559) 2025-05-14 14:43:39 +02:00
Diptesh Choudhuri
84b930a913 feat(service): Add Ryot service (#5232) 2025-05-14 14:36:53 +02:00
peaklabs-dev
b5dc45f4f5 fix(service): vert logo and ENVs 2025-05-14 14:21:43 +02:00
Franck Kerbiriou
08a1620244 feat(service): Add Vert service (#5663) 2025-05-14 14:17:41 +02:00
Gabriel Peralta
e298c297dd feat(service): Add Passbolt service (#5769) 2025-05-14 13:37:46 +02:00
ANTOND.
4bac1a76f1 feat(service): add Navidrome service template (#5022) 2025-05-14 13:14:54 +02:00
Кирилл Леонов
11e0e48daa feat(service): Add memos service template (#5032) 2025-05-13 21:03:21 +02:00
Andras Bacsai
5f6cdf7a71 feat(README): add InterviewPal sponsorship link and corresponding SVG icon 2025-04-25 10:25:26 +02:00
Andras Bacsai
956bbed5e3 feat(svg): add coolify and evolution-api SVG logos 2025-03-18 11:22:54 +01:00
Andras Bacsai
6108cfc15d Merge pull request #5302 from cconsultants/feature/add-evolution-api-template
feat(service): Add Evolution API template
2025-03-18 11:03:46 +01:00
Andras Bacsai
f6da9c793b Merge branch 'next' into feat-service-neon 2025-03-18 10:54:34 +01:00
Andras Bacsai
01e12e5df0 Merge pull request #5350 from dandry/add-freescout
Add Freescout template
2025-03-18 10:32:42 +01:00
Daniel Andraszewski
cc27fa13b8 Add Freescout template. 2025-03-15 09:39:01 +01:00
Andras Bacsai
dd1f6fcb95 Merge pull request #5125 from BorisLord/addServiceDenoKV
Add DenoKV one click service
2025-03-12 15:25:14 +01:00
Sandro Circi
2e024c293c feat(service): Neon 2025-03-09 16:02:21 +01:00
Djalma Araujo
4e7c3d83a7 feat(service): Add Evolution API template 2025-03-07 16:16:42 -03:00
Urs Kröll
cd51b94d73 Add wakapi logo
Add the svg logo for wakapi
2025-02-16 15:06:14 +01:00
Andras Bacsai
48c142a5a7 Update Convex logo SVG with new design and dimensions 2025-02-13 13:31:07 +01:00
Andras Bacsai
94fce20113 version++
feat(service): add convex
2025-02-13 13:27:21 +01:00
bopad
e86e96a29a add yaml + svg 2025-02-12 14:43:50 +01:00
Andras Bacsai
30fd26d91b Merge pull request #5044 from jlengrand/feat/bugsink
Adds Bugsink to service list
2025-02-04 13:32:06 +01:00
Julien Lengrand-Lambert
85ad048ad9 Adds bugsink template 2025-02-02 20:46:32 +01:00
Andras Bacsai
dde6128fa8 replace logo 2025-01-31 17:08:40 +01:00
ItsTarikBTW
26ae104e95 feat(template): add Open Web UI 2025-01-27 18:30:41 +01:00
Zairig Imad
ac5d0aa116 feat(service): Add new service Flipt (#4875) 2025-01-22 17:58:15 +01:00
🏔️ Peak
8aad6f6690 Merge pull request #4832 from howardshand/patch-2
Add logo for lowcoder
2025-01-16 14:22:13 +01:00
basigabri
dd27b94b4e Merge branch 'next' into main 2025-01-15 18:47:59 +02:00
Basilis Chatzigavriil
1421da1a43 Added template for joomla with MariaDB 2025-01-15 18:44:06 +02:00
howardshand
e132ae7cf7 Add logo for lowcoder 2025-01-14 15:53:55 -05:00
🏔️ Peak
c9ec34e595 Merge pull request #4759 from nktnet1/gotenberg-template
feat: template for Gotenberg, a Docker-powered stateless API for PDF files
2025-01-14 14:58:54 +01:00
🏔️ Peak
9d10e8a501 Merge pull request #4640 from frenicohansen/feat/actualbudget-rallly
Add actual-budget and rallly service
2025-01-14 13:23:31 +01:00