majcek210
d9eb0ab00b
Update templates/compose/tailscale.yaml
...
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com >
2025-11-14 20:23:51 +01:00
majcek210
ba6d540653
Update templates/compose/tailscale.yaml
...
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com >
2025-11-14 20:23:45 +01:00
majcek210
84800ba7f2
Update templates/compose/tailscale.yaml
...
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com >
2025-11-14 20:23:26 +01:00
majcek210
4d77d06ac0
Update templates/compose/tailscale.yaml
...
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com >
2025-11-14 20:23:20 +01:00
majcek210
8b916ca228
Update templates/compose/tailscale.yaml
...
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com >
2025-11-14 20:23:12 +01:00
ShadowArcanist
0bfee3ad33
fix(service): Ghost using invalid base url
2025-11-14 23:33:47 +05:30
Julien Nahum
adc82dc7a9
feat(opnform): add SERVICE_URL_NGINX environment variable to nginx service
2025-11-14 14:47:24 +00:00
Julien Nahum
1126385c1b
fix(opnform): update APP_URL environment variable and remove unused nginx environment variable
2025-11-14 11:24:39 +00:00
Julien Nahum
671d88623e
Update templates/compose/opnform.yaml
...
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com >
2025-11-14 10:23:50 +00:00
Julien Nahum
d60e6838ab
Update templates/compose/opnform.yaml
...
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com >
2025-11-14 10:23:37 +00:00
Julien Nahum
c35411f367
Merge branch 'next' into add-opnform-template
2025-11-13 13:04:46 +01:00
Gabriel Peralta
496bafca1f
Update newt-pangolin.yaml
2025-11-12 11:59:36 -03:00
Robin266
16a1b3610c
add palworld service
2025-11-11 22:58:22 +01:00
peaklabs-dev
28b38babca
fix(service): disable openpanel worker UI by default
2025-11-10 22:09:04 +01:00
Andras Bacsai
fe46c490a2
Update service templates for Convex and EmbyStat; modify compose configurations and adjust tags and categories for better clarity and organization
2025-11-10 14:16:14 +01:00
Andras Bacsai
0ea27ce37a
Cancel active deployments when a pull request is closed ( #7164 )
2025-11-10 11:16:54 +01:00
Rohit Tiwari
6efa1444df
fixes default template of Redis Insight
...
this PR refers the issue generated that , caused by untested template issue no : #7166
Redis Insight is inaccessible when installed with default configuration until manually change the test url
2025-11-10 15:25:33 +05:30
Julien Nahum
c960b71076
Update opnform.yaml to use version 1.10.2 for API and UI images, remove SELF_HOSTED environment variable, and adjust environment variable syntax for consistency
2025-11-09 16:05:04 +01:00
Andras Bacsai
67605d50fc
fix(deployment): prevent base deployments from being killed when PRs close ( #7113 )
...
- Fix container filtering to properly distinguish base deployments (pullRequestId=0) from PR deployments
- Add deployment cancellation when PR closes via webhook to prevent race conditions
- Prevent CleanupHelperContainersJob from killing active deployment containers
- Enhance error messages with exit codes and actual errors instead of vague "Oops" messages
- Protect status transitions in finally blocks to ensure proper job failure handling
2025-11-09 14:41:35 +01:00
daren
881c8f991b
Merge branch 'next' into fix-codimd-docker-compose
2025-11-09 15:01:57 +07:00
Andras Bacsai
f382e95d9b
Merge branch 'next' into v4.x
2025-11-08 16:15:57 +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
hareland
07ce375ac5
Embystat: change category from 'media' to 'analytics'
2025-11-07 13:50:19 +01:00
hareland
b08ea4402a
Embystat: change category from 'media' to 'analytics'
2025-11-07 13:46:12 +01:00
hareland
183c70e3c8
**Update rybbit.yaml schema: add category field and adjust tags formatting**
2025-11-07 13:29:49 +01:00
ajay
e3c3962d07
fix: updated postgres
2025-11-07 17:08:01 +05:30
ajay
c93c238be2
fix: secure deploy
2025-11-07 17:06:39 +05:30
ajay
87a97468c2
fix: secure deploy
2025-11-07 17:03:00 +05:30
ajay
1cd98f7b5a
fix: secure deploy
2025-11-07 17:02:09 +05:30
ajay
40eb399b36
fix: updated envs
2025-11-07 16:54:31 +05:30
ajay
50accfeb2a
fix: updated passout key
2025-11-07 16:45:16 +05:30
ajay
08eb6ff981
Fix(Documenso): Resolve pending status issue for Documenso deployments ( fixes #1767 )
2025-11-07 15:10:04 +05:30
ajay
69b8abde63
Fix(Documenso): Resolve pending status issue for Documenso deployments ( fixes #1767 )
2025-11-07 15:01:48 +05:30
Diogo Carvalho
f31ba424d5
Update mosquitto.yaml
...
Fix spacing in conditional check for service user
2025-11-06 10:55:01 +00:00
Daren Tan
0aac7aa799
fix: codimd docker-compose domain
2025-11-03 21:29:53 +08:00
Andras Bacsai
c34e5c803b
fix: Convert network aliases to string for display
...
The `custom_network_aliases` field was being displayed as an array, which caused rendering issues. This change converts the array to a comma-separated string when syncing from the model to ensure it's displayed correctly in the UI.
2025-11-01 12:30:15 +01:00
Julien Nahum
ff67483f68
Merge branch 'next' into add-opnform-template
2025-10-31 17:52:13 +01:00
JhumanJ
dd0575a1ac
Update opnform.yaml to use version 1.10.1 for API and UI images, and correct APP_URL environment variable reference
2025-10-31 17:40:04 +01:00
thevinodpatidar
622966b9d8
Merge branch 'v4.x' of github.com:thevinodpatidar/coolify into v4.x
2025-10-31 11:02:16 +05:30
thevinodpatidar
3be0dc07b8
Change version and documentation url
2025-10-31 11:00:41 +05:30
Vinod Patidar
253df1991b
Merge branch 'next' into v4.x
2025-10-30 17:14:22 +05:30
thevinodpatidar
b131a89d03
Add Postgresus service template files
2025-10-30 16:58:14 +05:30
thevinodpatidar
96d0d39fd8
Add Postgresus one-click service template
2025-10-30 16:35:22 +05:30
Andras Bacsai
9f8661fe10
Merge pull request #7051 from ShadowArcanist/patch-12
...
chore(service): update Beszel to 0.15.2 version
2025-10-30 08:17:39 +01:00
ShadowArcanist
94006ea0e0
Updated Beszel one click service to 0.15.2 version
...
Updated Beszel and Beszel-Agent images to version 0.15.2.
2025-10-30 03:08:19 +05:30
ShadowArcanist
32cd8df4e4
Fixed activepieces one click service failing to start
...
Updated Docker images for activepieces, postgres, and redis to specific versions.
2025-10-30 02:36:58 +05:30
Andras Bacsai
ae9f348458
rate limit test
2025-10-28 15:18:28 +01:00
Andras Bacsai
20ac018620
Merge pull request #6979 from ShadowArcanist/shadow/-appwrite-healthchecks
...
feat(service): appwrite added healthchecks
2025-10-28 10:31:05 +01:00
Andras Bacsai
28e343d458
Merge pull request #7016 from majcek210/patch-3
...
Update & rename the pterodactly template
2025-10-28 10:30:51 +01:00