Andras Bacsai
6a4964268f
feat(service): add EMQX ( #9568 )
2026-05-26 11:24:24 +02:00
Andras Bacsai
77779f3647
feat(service): add openobserve template ( #10279 )
2026-05-26 11:23:54 +02:00
Andras Bacsai
166f7e96e2
chore(service): bumped gitea-runner version ( #10282 )
2026-05-26 11:23:37 +02:00
Andras Bacsai
3b2c2c6e18
feat(templates): add Hermes Agent + WebUI one-click service ( #10283 )
2026-05-26 11:15:46 +02:00
michalzard
9c5c39334a
chore(gitea-runner): bumped version to 1.0.6
2026-05-25 16:02:48 +02:00
michalzard
9b977b9e4d
chore(gitea-runner): bumped version to 1.0.5
2026-05-21 19:59:14 +02:00
toanalien
9264f391cb
fix(templates): address review feedback for hermes-agent template
...
- Remove top-level volumes block (Coolify auto-generates it)
- Remove redundant restart: unless-stopped (Coolify default)
- Rename hermes-agent.yaml to hermes-agent-with-webui.yaml
2026-05-20 12:04:26 +07:00
toanalien
597a2d806f
fix(templates): correct image tags for hermes-agent and hermes-webui
...
Pin hermes-agent to sha-273ff5c (no semver tags on Docker Hub).
Fix hermes-webui tag from v0.51.92 to 0.51.92 (GHCR has no v prefix).
2026-05-20 01:05:14 +07:00
michalzard
d8cf488449
chore(gitea-runner): bumped patch version
...
fix: reverted quote autoformat
2026-05-19 19:27:41 +02:00
toanalien
70c187ea40
fix(templates): add hermes-agent logo and mount agent-src read-only
...
Add official Hermes Agent logo (256x256 PNG from upstream repo).
Mount hermes-agent-src volume as read-only in webui container per
upstream recommendation (since v0.51.84).
2026-05-19 19:00:41 +07:00
toanalien
b64968d503
fix(templates): pin image versions and fix magic variable for hermes-agent
...
Address PR review: pin Docker images to v0.14.0 and v0.51.92,
change SERVICE_FQDN to SERVICE_URL (generator auto-converts).
2026-05-19 18:55:11 +07:00
ShadowArcanist
e7853656c3
fix(service): pin image to static version for open observe
2026-05-19 16:40:18 +05:30
Alexandru Furculita
978d46739d
feat(service): add openobserve template
...
Adds OpenObserve as a one-click service template. OpenObserve is a
cloud-native observability platform for logs, metrics, traces, RUM and
session replays, positioned as a self-hosted alternative to Elasticsearch,
Splunk and Datadog.
- Uses the official open-source image (public.ecr.aws/zinclabs/openobserve)
- Wires admin password through Coolify's SERVICE_PASSWORD_* magic env
- Persists /data via a named volume
- Exposes port 5080 via SERVICE_URL_OPENOBSERVE_5080
- Opts out of telemetry by default (overridable via ZO_TELEMETRY)
- Adds /healthz healthcheck and the OpenObserve logo
Supersedes #6328 , addressing the prior review feedback (drop the
deprecated version key, drop hardcoded container_name and restart
policy, switch to the magic password env, and use a named volume).
2026-05-19 12:26:09 +03:00
Mohmmad Qunibi
5b854d700e
Merge branch 'next' into add-emqx-as-a-service-template
2026-05-17 10:25:54 +03:00
toanalien
8c0ecedda4
feat(templates): add Hermes Agent + WebUI one-click service
...
Two-container template: hermes-agent gateway plus the hermes-webui chat
UI. The WebUI is public-facing (gets the generated FQDN and password via
Coolify magic vars); the agent stays internal, sharing named volumes.
Hermes uses embedded SQLite, so no external database is needed.
2026-05-16 08:40:10 +02:00
Andras Bacsai
fde500a347
fix(templates): require Docmost mail driver
...
Require MAIL_DRIVER to be set before Docmost starts and add a unit test to keep the compose template and generated service templates in sync.
2026-05-15 13:36:02 +02:00
Mohmmad Qunibi
3898860478
Merge branch 'next' into add-emqx-as-a-service-template
2026-05-14 16:42:03 +03:00
Andras Bacsai
9bb40f3ccb
fix(deployment): avoid shared preview tags for HEAD commits
...
Use the deployment UUID when preview deployments are built from HEAD so each deployment gets distinct production and build image tags.
2026-05-11 22:11:08 +02:00
Andras Bacsai
27b44fce4d
feat(service): gitea runner ( #9961 )
2026-05-11 21:47:19 +02:00
Andras Bacsai
2852f324f6
chore(service): disable litequeen ( #10006 )
2026-05-11 21:47:00 +02:00
Mohmmad Qunibi
243d01c228
Merge branch 'next' into add-emqx-as-a-service-template
2026-05-11 15:40:56 +03:00
Andras Bacsai
6ee75cfa65
fix(api): remove deprecated docker compose application endpoint
...
Drop the unstable applications/dockercompose route and controller path now that
service creation is handled by POST /api/v1/services. Add coverage to ensure the
deprecated endpoint stays unregistered while the services endpoint remains
available.
2026-05-11 13:20:05 +02:00
ShadowArcanist
39a30b60a9
chore(service): disable litequeen
...
Service not updated for 10 months and official website is available for sale (domain expired)
2026-05-11 10:42:01 +05:30
ShadowArcanist
7c5dc8bae1
fix(service): set correct SERVICE_HEX magic env for open archive ENCRYPTION_KEY and STORAGE_ENCRYPTION_KEY
2026-05-09 19:35:15 +05:30
ShadowArcanist
4453fec7cc
fix(service): set correct SERVICE_HEX magic env for homarr SECRET_ENCRYPTION_KEY
2026-05-09 19:30:07 +05:30
ShadowArcanist
02373e1b3e
fix(service): set correct SERVICE_HEX magic env for Convex INSTANCE_SECRET
2026-05-09 19:26:30 +05:30
ShadowArcanist
13077db1d8
fix(service): set correct SERVICE_HEX magic env for bluesky-pds JWTSECRET and ROTATIONKEY
2026-05-09 19:19:48 +05:30
ShadowArcanist
4ccb769e33
fix(service): set correct SERVICE_HEX magic env for Outline SECRET_KEY
2026-05-09 19:19:29 +05:30
michalzard
684e7c2388
fix: requested changes
...
fix: changes
fix: revert jsons
revert:jsons
fix: revert
2026-05-07 17:53:48 +02:00
michalzard
7540b3b9f8
fix: category
2026-05-07 17:21:21 +02:00
michalzard
1942be9320
feat: gitea runner template
2026-05-07 16:45:12 +02:00
Andras Bacsai
51d6795eeb
chore(templates): sync service-templates from next
...
Pulls latest service-templates JSON files from `next` so cloud's hourly
PullTemplatesFromCDN job picks up queued template fixes (Jitsi, Plane,
Cap, Beszel, Langfuse, Twenty, Cal.com, etc.).
`templates/**` is in `paths-ignore` of coolify-production-build.yml so
no image rebuild triggered.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-30 07:04:12 +02:00
Andras Bacsai
9a58e0fea2
fix(logs): disable auto-scroll on user scroll-up, re-enable on scroll-to-bottom
...
Add wheel, touch, and keyboard event handlers to log containers in
deployment and get-logs views. Auto-follow disables when user scrolls
up; re-enables when user scrolls back to bottom (within 10px threshold).
2026-04-28 10:33:08 +02:00
Andras Bacsai
8deb19e5e4
fix(service): rally invalid next public url ( #9041 )
2026-04-27 09:08:04 +02:00
Andras Bacsai
e1a295ac6c
fix(service): add missing database alteration step for Logto latest image ( #9376 )
2026-04-27 09:07:53 +02:00
Andras Bacsai
5a4f79441c
fix(service): Jitsi Meet doesn't work ( #9594 )
2026-04-27 09:06:57 +02:00
Andras Bacsai
349e9289ad
fix(service): twenty fails to deploy due to dependency unhealthy ( #9603 )
2026-04-27 09:06:41 +02:00
Andras Bacsai
43b8304e02
feat(service): enable plane ( #9641 )
2026-04-27 09:06:32 +02:00
Andras Bacsai
e9a9a32e87
feat(services): add Cap to templates ( #9729 )
2026-04-27 09:06:09 +02:00
Andras Bacsai
3f736b5afd
feat(service): add healthcheck to langfuse-worker ( #9772 )
2026-04-27 09:05:38 +02:00
Andras Bacsai
66ce3009a3
chore(service): update beszel to 0.18.7 ( #9775 )
2026-04-27 09:05:22 +02:00
Mohmmad Qunibi
71771c7d3a
Add ports configuration for EMQX Enterprise
2026-04-27 09:25:48 +03:00
Mohmmad Qunibi
9208ed1022
Update EMQX image version to 6.2.0
2026-04-27 09:25:16 +03:00
ShadowArcanist
d2b7dfe92a
fix(service): remove volume declaration on jitsi
2026-04-24 09:40:01 +05:30
ShadowArcanist
424a41dbd0
fix(service): add missing category to jitsi
2026-04-24 09:30:57 +05:30
ShadowArcanist
cd47711cd0
feat(service): disable calcom
...
Not maintained anymore by the calcom team
2026-04-24 02:28:08 +05:30
ShadowArcanist
5f45deedce
chore(service): update beszel-agent to 0.18.7
2026-04-24 02:22:08 +05:30
ShadowArcanist
b3d6877404
chore(service): update beszel to 0.18.7
2026-04-24 02:21:33 +05:30
ShadowArcanist
32ae288a12
fix(service): add port to metadata on plane
2026-04-24 00:12:17 +05:30
Gauthier POGAM--LE MONTAGNER
f77fd2161c
feat(service): add healthcheck to langfuse-worker
2026-04-23 18:08:40 +02:00