Andras Bacsai
43cd1f4c0d
chore(release): bump Coolify versions to 4.3.8
2026-08-17 20:56:02 +02:00
Andras Bacsai
a5dedc07cd
feat(storage): persist local images and unify clipboard copying
...
Add a private images disk with persistent container mounts and installation/upgrade setup, while routing avatar and project icon storage through it. Reuse the copy button component for API tokens and support clipboard copying through the shared helper.
2026-08-17 16:19:41 +02:00
Andras Bacsai
70b9acc424
fix(ui): position table dropdowns outside overflowing containers
...
Update Coolify release metadata to version 4.3.7 and nightly 4.3.8.
2026-08-16 23:48:25 +02:00
Andras Bacsai
b3b4d8a5f1
chore(release): bump Coolify versions to 4.3.6 and 4.3.7
2026-08-16 20:18:38 +02:00
Andras Bacsai
4c22919d38
chore(release): bump Coolify and nightly versions
2026-08-16 09:31:37 +02:00
Andras Bacsai
09ccd32737
chore(release): bump Coolify version to 4.3.4 and nightly to 4.3.5
2026-08-15 22:10:22 +02:00
Andras Bacsai
d99072b28e
chore(release): bump Coolify and helper versions
2026-08-15 21:00:54 +02:00
Andras Bacsai and GitHub
bb9f5e5768
fix(healthcheck): allow more time for Coolify startup ( #11299 )
2026-08-15 18:38:59 +02:00
Andras Bacsai
3bcef578de
chore(release): bump Coolify version metadata
...
Set the default and nightly versions to 4.3.3 and stable v4 to 4.3.2.
2026-08-13 14:59:04 +02:00
Andras Bacsai
bc98d52104
chore(release): bump Coolify to 4.3.1 and label workflow runs
2026-08-12 17:06:40 +02:00
TehBrian and GitHub
61a2b183d3
fix(installer): minor grammatical error ( #9209 )
2026-08-10 18:42:56 +02:00
peaklabs-dev
0c1fcbe93c
chore(deps): bump realtime version
2026-08-10 12:26:30 +02:00
Andras Bacsai
9721fcdf11
chore(deps): bump sentinel from 0.0.21 to 0.0.22
2026-08-03 23:28:11 +02:00
Andras Bacsai
05438e18f2
chore(release): bump Coolify to 4.3.0 and nightly to 4.3.1
2026-08-03 23:18:26 +02:00
8ae56587d5
feat(ui): Shadow UI redesign, domain management, and DNS autoconfigure ( #11119 )
...
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com >
2026-08-03 23:11:54 +02:00
Andras Bacsai
a92ca6e3b8
version ++
2026-07-19 21:18:55 +02:00
Andras Bacsai
d3fbb32c52
feat(cdn): sync release metadata through BunnyCDN
...
Replace the legacy sync:bunny flags with an interactive CDN sync flow for service templates and release metadata. Serve official service templates from the Coollabs CDN, update version metadata, and remove obsolete helper scripts.
2026-07-10 14:29:11 +02:00
Andras Bacsai and GitHub
cf6f5a2678
feat(registry): add configurable docker registry url ( #9017 )
2026-07-02 18:52:46 +02:00
Andras Bacsai
03d2fabc64
chore(release): bump Coolify to 4.2.0
2026-06-12 16:05:41 +02:00
Andras Bacsai
2833c68af9
fix(upgrade): preserve compose override expansion
2026-06-03 15:15:12 +02:00
Andras Bacsai
bc165f1976
fix(postgres): preserve Coolify image tag during upgrade
...
Keep the running Coolify image tag when restarting the stack after
PostgreSQL upgrade or rollback so compose does not fall back to latest.
2026-06-03 14:54:23 +02:00
Andras Bacsai
08735e6cc8
feat(postgres): add internal database upgrade script
...
Publish upgrade-postgres.sh with install and upgrade flows, include the
PostgreSQL compose override when present, and sync the script to BunnyCDN.
2026-06-03 14:27:01 +02:00
Andras Bacsai
d1d6f08392
chore(realtime): bump image to 1.0.16
2026-06-01 09:05:04 +02:00
Andras Bacsai
6ed03a8c0a
chore(deps): bump realtime helper and postcss versions
2026-05-29 15:25:25 +02:00
Andras Bacsai
b81bfc7f32
feat(profile): add appearance preferences page
...
Add a profile appearance section for theme, page width, and zoom preferences.
Move changelog access into the sidebar and bump the Coolify version to 4.1.2.
2026-05-29 13:59:01 +02:00
Andras Bacsai
283795ba94
version++
2026-05-22 14:00:54 +02:00
Andras Bacsai
0c7fcffa01
version update
2026-05-21 13:08:15 +02:00
Andras Bacsai
270e34fa71
chore(versions): bump helper and realtime images
2026-05-18 08:44:50 +02:00
Andras Bacsai
c8185c8336
fix(realtime): replace axios with native HTTP client
...
Remove axios from the realtime server dependencies to avoid header injection risk,
switch Docker builds to npm ci, and bump the realtime image version to 1.0.15.
2026-05-11 21:43:52 +02:00
Andras Bacsai
33f5cbb7d7
chore(version): bump version to 4.1.0
2026-04-29 08:58:45 +02:00
Andras Bacsai
cf13d40178
version++
2026-04-28 15:27:53 +02:00
Andras Bacsai
9408620d5f
fix(terminal): add WS heartbeat and fix proxy idle disconnects
...
Proxies (Cloudflare, nginx) drop idle WebSocket connections before the
application notices, leaving clients typing into dead sockets.
- Add server-side ping/pong heartbeat (30s) in terminal-server.js;
terminate unresponsive clients instead of letting connections go stale
- Move client keepAlive interval start to the connect event so it
restarts correctly after reconnects
- Remove hidden-tab keepalive short-circuit — server pings now own
liveness; suppressing client pings while hidden masked proxy drops
- Fix clearAllTimers to use clearTimeout for one-shot timers
- On visibility resume, probe with a 5s timeout instead of the default
35s so half-open sockets are detected quickly
- Bump coolify-realtime to 1.0.14 across all compose files
2026-04-28 10:35:32 +02:00
Andras Bacsai
d0ed4fa4c4
version ++ finally
2026-04-27 09:09:01 +02:00
Andras Bacsai
968ae97dfc
version++
2026-04-27 09:01:36 +02:00
Andras Bacsai
df5a9e9ba3
chore(version): bump Coolify to 4.0.0-beta.474
...
Update the app version constant and synced version manifests for the latest beta release.
2026-04-14 11:29:50 +02:00
Andras Bacsai
16d9c02e73
fix(install): use Rocky Linux RHEL Docker repository
...
Add a Rocky-specific Docker install path to the stable and nightly install scripts, using Docker's documented RHEL repository flow. Include a unit test to lock in the Rocky repo selection and command set.
2026-04-14 10:31:01 +02:00
Andras Bacsai
39944180e3
build(realtime): bump coolify-realtime to 1.0.13
2026-04-13 10:21:24 +02:00
Andras Bacsai
60f76380bd
build(realtime): bump coolify-realtime to 1.0.13
...
Update the realtime service version constant and Docker Compose image tags,
including nightly and Windows variants.
2026-04-13 10:21:01 +02:00
Andras Bacsai
6bfc289ec5
chore(release): bump version to 4.0.0-beta.473
2026-04-09 17:50:16 +02:00
Andras Bacsai
92d1168228
chore: bump version to 4.0.0-beta.472
2026-04-09 12:13:39 +02:00
Andras Bacsai
4d8a5ba40f
fix(security): bump helper and realtime versions across manifests
...
Update helper to 1.0.13 and realtime to 1.0.12 in constants,
version manifests, and production/windows docker compose files,
including nightly variants.
2026-04-05 18:32:05 +02:00
Andras Bacsai
ca769baf17
chore: bump version to 4.0.0-beta.471
2026-03-25 13:25:41 +01:00
Andras Bacsai
b8b49b9f42
chore(docker): update container image versions
...
- Bump coolify-realtime from 1.0.10 to 1.0.11
- Pin redis to 7-alpine across all compose files
- Remove unnecessary quotes in extra_hosts entries
2026-03-25 07:13:54 +01:00
Andras Bacsai
534b8be8d0
refactor(docker): simplify installation and remove version pinning
...
- Remove hardcoded Docker version constraints (27.0 → latest)
- Use official Docker install script (get.docker.com) instead of rancher URLs
- Simplify installation logic by removing nested version fallback checks
- Consolidate OS-specific installation methods and improve Arch Linux upgrade handling
2026-03-24 14:17:05 +01:00
Andras Bacsai
a980b1352f
chore(versions): bump sentinel to 0.0.21
2026-03-24 11:48:04 +01:00
Andras Bacsai
069bf4cc82
chore(versions): bump coolify, sentinel, and traefik versions
2026-03-23 10:35:16 +01:00
Andras Bacsai
21ed8fd300
version++
2026-03-12 15:10:12 +01:00
Andras Bacsai
fd6ac4ef9d
version++
2026-03-12 13:26:59 +01:00
Andras Bacsai
b926f23824
version++
2026-03-11 12:01:02 +01:00
Andras Bacsai
9ec45bcf56
chore: prepare for PR
2026-02-25 12:18:50 +01:00