Andras Bacsai
8191f9176f
fix(install): update Docker installation script to use dynamic OS_TYPE and correct installation URL
2025-06-10 10:47:50 +02:00
Andras Bacsai
746a801de7
refactor(install-scripts): update Docker installation process to include manual installation fallback and improve error handling
2025-06-04 20:38:53 +02:00
peaklabs-dev
24885164cb
chore(versions): update version to 4.0.0-beta.419
2025-05-14 14:48:48 +02:00
Péter Gyarmati
9939b10e5a
feat(service): add Marimo service ( #5559 )
2025-05-14 14:43:39 +02:00
Andras Bacsai
64269cd7c9
chore(versions): update coolify version to 4.0.0-beta.417 and nightly version to 4.0.0-beta.418
2025-05-07 14:43:07 +02:00
Andras Bacsai
1f7f267d60
chore(versions): update coolify version to 4.0.0-beta.416 and nightly version to 4.0.0-beta.417 in configuration files; fix links in deployment view
2025-04-29 11:02:36 +02:00
Andras Bacsai
d47946a0ad
fix(ui): Disable livewire navigate feature (causing spam of setInterval())
2025-04-29 09:04:24 +02:00
Andras Bacsai
8efcaf642a
chore(versions): update coolify version to 4.0.0-beta.414 and nightly version to 4.0.0-beta.415 in configuration files
2025-04-28 10:55:34 +02:00
Andras Bacsai
f4472909ed
chore(docker): update soketi image version to 1.0.8 in production configuration files
2025-04-28 10:55:31 +02:00
Andras Bacsai
41df085746
chore(versions): update realtime version to 1.0.8 in versions.json
2025-04-25 15:35:42 +02:00
Andras Bacsai
2083ec1c0d
chore(versions): update coolify version to 4.0.0-beta.413 and nightly version to 4.0.0-beta.414 in configuration files
2025-04-25 10:25:54 +02:00
Andras Bacsai
09b10073b8
chore(versions): update coolify version to 4.0.0-beta.412 and nightly version to 4.0.0-beta.413 in configuration files
2025-04-23 14:17:13 +02:00
Andras Bacsai
80b96b1f85
chore(versions): update coolify version to 4.0.0-beta.411 and nightly version to 4.0.0-beta.412 in configuration files
2025-04-23 13:47:57 +02:00
Andras Bacsai
786271d7be
chore(versions): bump coolify version to 4.0.0-beta.410 and update nightly version to 4.0.0-beta.411 in configuration files
2025-04-16 11:29:36 +02:00
Andras Bacsai
2e3d7ad23b
chore(versions): bump coolify version to 4.0.0-beta.409 in configuration files
2025-04-15 18:29:49 +02:00
Andras Bacsai
0f0497c7fb
chore(versions): update realtime version to 1.0.7 and bump dependencies in package.json
2025-04-14 11:48:44 +02:00
Andras Bacsai
e8ff21b3ca
chore(versions): bump version to 408 for coolify and 409 for nightly
2025-04-10 16:20:41 +02:00
Andras Bacsai
96929603eb
chore(versions): bump version to 407 and 408 for coolify and nightly
2025-04-06 21:13:03 +02:00
Andras Bacsai
e77af49f76
chore(versions): bump version to 407
2025-04-05 12:11:40 +02:00
peaklabs-dev
0e5122ede9
chore(versions): bump version to 405
2025-04-03 14:01:56 +02:00
🏔️ Peak
045848b39e
Merge branch 'main' into next
2025-04-02 20:57:22 +02:00
peaklabs-dev
a635968f12
chore(versions): update version to 404
2025-04-02 20:55:15 +02:00
🏔️ Peak
046b1dc97d
chore(versions): bump version to 403 ( #5520 )
2025-04-02 20:49:47 +02:00
Andras Bacsai
ab63797db4
chore(versions): update coolify version numbers to 4.0.0-beta.403 and 4.0.0-beta.404
2025-04-01 11:08:07 +02:00
Andras Bacsai
dd345d5ac7
chore(versions): update version numbers for coolify and nightly
2025-03-28 22:45:09 +01:00
Andras Bacsai
ac7922ca44
refactor(versions): update version numbers for coolify and nightly
2025-03-27 10:48:30 +01:00
Andras Bacsai
c26209f187
refactor(nightly): update version numbers and enhance upgrade script
2025-03-27 10:47:08 +01:00
Andras Bacsai
8f0955bcd8
refactor(network): check for existing coolify network before creation
2025-03-25 12:34:03 +01:00
Andras Bacsai
6dcb5463cb
chore(versions): update version numbers for coolify and nightly
2025-03-25 12:33:56 +01:00
Andras Bacsai
bc297c4296
refactor(network): enhance docker network creation with ipv6 fallback
2025-03-25 11:27:59 +01:00
Andras Bacsai
1fcfac07b1
refactor(env): add centralized registry URL to environment configuration
2025-03-25 09:03:59 +01:00
Andras Bacsai
3f9fd1404b
refactor(docker): update image references to use centralized registry URL
2025-03-25 08:17:13 +01:00
Andras Bacsai
cef4596011
fix(console): handle missing root user in password reset command
2025-03-24 18:00:31 +01:00
Andras Bacsai
b6cb32c037
fix(install): handle potential errors in Docker address pool configuration
2025-03-14 15:23:17 +01:00
Andras Bacsai
3cf4d6364c
fix
2025-03-14 13:20:48 +01:00
Andras Bacsai
d0b8a20564
feat(install): improve Docker address pool management and service restart logic
...
Enhanced the install script to support a force override for Docker address pool configurations, allowing users to update existing settings if desired. The script now checks for existing configurations in the daemon.json file and provides clearer messaging regarding the use of custom pools versus existing configurations. Additionally, the restart logic for the Docker service has been streamlined, ensuring that unnecessary restarts are avoided when configurations remain unchanged. This update improves the flexibility and usability of the installation process.
2025-03-13 10:47:27 +01:00
Andras Bacsai
46f55c9463
feat(install): enhance Docker address pool configuration and validation
...
Updated the install scripts to include support for custom Docker address pool configurations via environment variables. Added validation for the address pool base and size, with default values provided. The script now checks for existing configurations in the .env file and merges them appropriately, ensuring a more flexible and user-friendly installation process. Additionally, the version has been bumped to 1.8 to reflect these enhancements.
2025-03-13 08:44:04 +01:00
Andras Bacsai
8292961a6c
version++
2025-02-28 13:41:17 +01:00
🏔️ Peak
a46caf209f
Chore: Bump all dependencies ( #5216 )
...
* chore: bump all docker dependecies
* chore: update composer and npm dep
2025-02-24 18:08:54 +01:00
Andras Bacsai
5756873080
chore(config): increase default PHP memory limit to 256M
2025-02-04 13:02:03 +01:00
Andras Bacsai
3957bb31ce
fix: update CDN URL in install script to point to nightly version
2025-01-20 14:01:14 +01:00
Andras Bacsai
0b42115127
feat: add root user details to install script
2025-01-17 17:30:26 +01:00
Andras Bacsai
254e32a6bc
fix: root user seeder should be the last (why? no idea. we will figure it out)
...
version ++
2025-01-17 11:06:09 +01:00
Andras Bacsai
54d656a9da
feat: Add root user configuration variables to production environment
2025-01-16 22:29:16 +01:00
Andras Bacsai
34e4b975b6
fix: compose envs
2024-12-28 14:37:36 +01:00
Andras Bacsai
7c4e62ec67
remove unnecessary bloat from docker-compose
2024-12-28 11:38:51 +01:00
Andras Bacsai
a9ec0b1c3e
fix: update healthcheck and port configurations to use port 8080
2024-12-23 21:11:29 +01:00
peaklabs-dev
e51207a35e
fix: bind() to 0.0.0.0:80 failed
2024-12-23 15:33:12 +01:00
Andras Bacsai
28de478801
version++
2024-12-13 10:55:17 +01:00
Andras Bacsai
830a4eebcc
Update version numbers in nightly versions.json for coolify components
2024-12-13 10:09:53 +01:00