Toby Brancher
097ca209bc
Support map fields in Directus
...
To support the map fields in Directus with Postgres you need the Postgis extension installed, with docker we can just change the image to use the equivalent alpine postgis image, source latest stable alpine from here (perhaps there is a better ref to use than one with a specific version number?): https://registry.hub.docker.com/r/postgis/postgis/
If you are already running Directus without postgis, and would like to make use of the mapping fields after updating the docker compose file you will need to go to `execute command`, select the postgres container and run the following command filling in the appropriate env vars;
`psql -U ${SERVICE_USER_POSTGRESQL} -d ${POSTGRESQL_DATABASE} -c "CREATE EXTENSION postgis;"`
2024-07-21 23:39:22 +01:00
Andras Bacsai
7459ab22d1
remove file
2024-07-20 13:17:09 +02:00
Andras Bacsai
3224110583
fix: supabase
2024-07-20 12:30:32 +02:00
Andras Bacsai
810488b115
fix: volume detection (dir or file) is fixed
2024-07-19 17:06:30 +02:00
Andras Bacsai
b2276147ad
chore: Disable health check by default
2024-07-19 15:40:44 +02:00
Andras Bacsai
6c1293c63e
chore: Update helper message with link to documentation
2024-07-19 15:40:36 +02:00
Andras Bacsai
526d675272
refactor: Disable health check for Rust applications during deployment
2024-07-19 15:40:33 +02:00
Andras Bacsai
14b2442d40
chore: Update version to 4.0.0-beta.318
2024-07-19 15:04:18 +02:00
Andras Bacsai
0e99f97855
oops
2024-07-19 14:56:18 +02:00
Andras Bacsai
14dc933219
fix: missing input for api endpoint
2024-07-19 14:40:01 +02:00
Andras Bacsai
9497f123b4
revert: advanced dropdown
2024-07-19 14:38:47 +02:00
Andras Bacsai
6feb439d0a
chore: Update version to 4.0.0-beta.317
2024-07-19 14:34:21 +02:00
Andras Bacsai
e4ca5ee5f5
chore: Update Traefik image version to v2.11
2024-07-19 14:34:19 +02:00
Andras Bacsai
6c1e50a914
fix: backup downloads
2024-07-19 13:45:04 +02:00
Andras Bacsai
da064def7a
update service-templates
2024-07-19 10:06:26 +02:00
Andras Bacsai
3af3fa5773
refactor: Update DockerCleanupJob to use server settings for force cleanup
2024-07-19 09:59:09 +02:00
Andras Bacsai
005bd55fb2
refactor: Update DockerCleanupJob to use server settings for force cleanup
2024-07-18 15:12:52 +02:00
Andras Bacsai
82a5b4c55d
refactor: server status job and docker cleanup job
2024-07-18 14:43:21 +02:00
Andras Bacsai
b8e95b2099
feat: force cleanup server
2024-07-18 14:38:56 +02:00
Andras Bacsai
8ea50dc029
refactor: Update DockerCleanupJob to handle nullable usageBefore property
2024-07-18 14:28:33 +02:00
Andras Bacsai
ec191af874
chore: Handle JSON parsing errors in format_docker_command_output_to_json
2024-07-18 14:23:15 +02:00
Andras Bacsai
d98c742aff
chore: update general page of apps
2024-07-18 14:20:22 +02:00
Andras Bacsai
2529496594
feat: preserve git repository
2024-07-18 13:14:07 +02:00
Andras Bacsai
1b6114036a
chore: Update checkbox labels in general.blade.php
2024-07-18 12:40:17 +02:00
Andras Bacsai
b33fb6c39a
chore: Update width of container in general.blade.php
2024-07-18 12:39:49 +02:00
Andras Bacsai
0a6826af58
remove ray
2024-07-18 12:32:33 +02:00
Andras Bacsai
1c7034ff78
fix: if git limit reached, ignore it and continue with a default selection
2024-07-18 12:30:45 +02:00
Andras Bacsai
7e11698c55
chore: Update repository form with simplified URL input field
2024-07-18 12:13:23 +02:00
Andras Bacsai
1c4eb31d59
fix: handle custom_internal_name check in ApplicationDeploymentJob.php
2024-07-18 12:10:59 +02:00
Andras Bacsai
b4b6a4294a
chore: Update bug report template
...
Update the bug report template to include a checkbox for indicating whether the user is using the cloud version of Coolify.
2024-07-18 12:07:44 +02:00
Andras Bacsai
4c031a7c05
fix: handle / in preselecting branches
2024-07-18 12:03:48 +02:00
Andras Bacsai
997a262b6c
Merge pull request #2840 from Pjort/next
...
Update supabase.yaml
2024-07-18 10:38:36 +02:00
Andras Bacsai
c0e88df3e8
feat: add readonly labels
2024-07-17 14:52:40 +02:00
Andras Bacsai
85e1cbad53
chore: Update version to 4.0.0-beta.316
2024-07-17 09:17:02 +02:00
Andras Bacsai
19cfe4e514
fix: new docker compose parsing
2024-07-17 08:09:33 +02:00
Andras Bacsai
23a1b1925f
fix: tag deployments
2024-07-17 07:59:12 +02:00
Andras Bacsai
1fb8d1e14c
revert: pull policy
2024-07-17 07:59:06 +02:00
Andras Bacsai
804c70b575
chore: Update version to 4.0.0-beta.315
2024-07-17 07:58:45 +02:00
Pjort
548c4a4c64
Update supabase.yaml
...
Fixes problem related to emails sent for invite and forgotten password, that then doesn't actually use the external URL instead uses the hardcoded: http://supabase-kong:8000
2024-07-15 17:47:35 +02:00
Andras Bacsai
4225ec7060
feat: Improve error handling in loadComposeFile method
2024-07-15 16:39:40 +02:00
Andras Bacsai
893339fc8e
refactor: Update Docker Compose build command to include --pull flag
2024-07-15 16:39:28 +02:00
Andras Bacsai
356e7b57d2
improvement: add basedir + compose file in new compose based apps
2024-07-15 16:39:22 +02:00
Andras Bacsai
4ee1f1a507
fix: improve github source creation
2024-07-15 15:33:46 +02:00
Andras Bacsai
7d64df60cd
fix: drupal
2024-07-15 13:59:33 +02:00
Andras Bacsai
eb3a4ca157
Merge pull request #2463 from emircanerkul/main
...
Add drupal-with-postgresql service template
2024-07-15 13:51:43 +02:00
Andras Bacsai
a7b5157fa6
fix: docmost template
2024-07-15 12:58:29 +02:00
Andras Bacsai
793e6d19eb
Merge pull request #2747 from alfinauzikri/main
...
[TEMPLATE] Add Docmost Template
2024-07-15 12:54:36 +02:00
Andras Bacsai
674fa4d09c
fix: vikunja
2024-07-15 12:51:04 +02:00
Andras Bacsai
0089e86dd1
refactor: Remove unused code and fix storage form layout
2024-07-15 12:23:06 +02:00
Andras Bacsai
e1d802b507
Merge pull request #2817 from luckydonald/patch-2
...
[TEMPLATE] fix vikunja, add postgres variant.
2024-07-15 12:18:21 +02:00