Andras Bacsai
63cff9e399
fix: lower case emails only
2024-11-03 15:30:45 +01:00
Andras Bacsai
6987951efe
add new resource check to kernel.php
2024-11-03 14:53:44 +01:00
Andras Bacsai
9ff73d62e1
fix: queries in kernel.php
2024-11-03 14:18:43 +01:00
Andras Bacsai
52b4e6216c
fix: cloud admin view
2024-11-03 13:43:28 +01:00
Andras Bacsai
ed03cd33b0
fix: only run server storage every 10 mins if sentinel is not active
2024-11-03 09:10:36 +01:00
Andras Bacsai
ca7c214775
fix: new way to update container statuses
2024-11-03 09:02:14 +01:00
Kael
970b30b2e7
Merge branch 'next' into feat/disable-default-redirect
2024-11-03 18:58:59 +11:00
Kael
41f98d64e6
Merge branch 'next' into feat/deployment-token
2024-11-03 18:58:07 +11:00
Andras Bacsai
2eab9296cf
check server functionality before status
2024-11-02 18:33:23 +01:00
Andras Bacsai
e4d20c1d02
add database labels
2024-11-02 14:04:59 +01:00
Andras Bacsai
8b2563088d
Refactor Server model to remove redundant code
2024-11-02 12:38:51 +01:00
Andras Bacsai
0c77a826c3
Refactor ServerCheckJob to remove unused properties and improve performance
2024-11-02 12:38:38 +01:00
Andras Bacsai
1c9844cc87
Refactor Kernel.php to improve server scheduling logic
2024-11-02 12:38:22 +01:00
Andras Bacsai
7296f726a7
fix: add telescope only in dev mode
2024-11-02 12:09:33 +01:00
Andras Bacsai
9ddc40f35c
Refactor Server model to remove redundant code
2024-11-02 10:17:24 +01:00
Andras Bacsai
77a019405a
Refactor Livewire server show view to remove redundant code
2024-11-01 23:52:43 +01:00
Andras Bacsai
0a3b5cc4e3
Refactor livewire server show view to remove redundant code
2024-11-01 23:52:43 +01:00
Andras Bacsai
27b0c02ba9
Refactor cleanup:database command signature to include optional --keep-days parameter
2024-11-01 23:52:43 +01:00
Andras Bacsai
5967d70713
Refactor cleanup:database command signature to include optional --keep-days parameter
2024-11-01 23:52:43 +01:00
Kael
b9597e53e1
Merge branch 'next' into feat/deployment-token
2024-11-01 16:55:00 +11:00
Kael
1408bc58fb
Merge branch 'next' into feat/disable-default-redirect
2024-11-01 16:52:09 +11:00
Andras Bacsai
4fa533aae8
Refactor webhook event handling logic
2024-11-01 00:07:01 +01:00
Andras Bacsai
5ce2422b90
fix: stripe webhooks
...
fix: add custome created webhook
2024-10-31 23:26:40 +01:00
Lucas Michot
1ec224fde1
Inline many variables.
2024-10-31 18:20:11 +01:00
Lucas Michot
8e1444eaa7
Get rid of many useless blank lines
2024-10-31 17:44:01 +01:00
🏔️ Peak
a6b560a649
Merge pull request #4089 from lucasmichot/feat/carbon
...
Prefer `Carbon` methods when possible.
2024-10-31 17:00:12 +01:00
Lucas Michot
702ee5cd70
Prefer Carbon methods when possible.
2024-10-31 16:47:08 +01:00
🏔️ Peak
988ffa5827
Merge pull request #4088 from lucasmichot/feat/useless-imports
...
Delete some useless imports
2024-10-31 16:39:34 +01:00
🏔️ Peak
1e6eebe18a
Merge pull request #3830 from lucasmichot/feat/services-generation
...
Simplify and optimize the `service-templates.yaml` generation command
2024-10-31 16:37:55 +01:00
Lucas Michot
0c133b113c
Delete some useless imports
2024-10-31 16:33:49 +01:00
🏔️ Peak
588080d12d
Merge pull request #4086 from lucasmichot/feat/useless-catch-variable
...
Remove all useless catch block useless variables.
2024-10-31 16:26:31 +01:00
🏔️ Peak
732be30ff7
Merge pull request #4085 from lucasmichot/feat/match
...
Use match when possible.
2024-10-31 16:24:50 +01:00
Lucas Michot
601f1a4717
Always prefer stricter string comparisons.
2024-10-31 15:23:19 +01:00
Lucas Michot
b1d04912a0
Remove all useless catch block useless variables.
2024-10-31 15:19:37 +01:00
Lucas Michot
e2b396a0f0
Use match when possible.
2024-10-31 15:14:30 +01:00
Lucas Michot
fc1b43cd89
Adapt command
2024-10-31 14:59:17 +01:00
Lucas Michot
9a93e4511e
Simplify and optimize the service-templates.yaml generation command
2024-10-31 14:02:03 +01:00
Kael
133ddc09d2
Merge branch 'next' into feat/disable-default-redirect
2024-10-31 23:57:51 +11:00
Andras Bacsai
8fbd0b44d5
Refactor Server model to remove SSH multiplexing file and add ServerCleanupMux job
...
- Remove SSH multiplexing file from the Server model
- Add ServerCleanupMux job to cleanup multiplexed connections every hour
2024-10-30 21:33:06 +01:00
Andras Bacsai
86cf1ae319
Refactor Server model to remove SSH multiplexing file
2024-10-30 21:33:01 +01:00
Andras Bacsai
96ca72fcdb
refactor server view (phuuu)
2024-10-30 20:03:30 +01:00
Andras Bacsai
7385d7a478
fix: changing private key manually won't trigger a notification
2024-10-30 10:01:58 +01:00
Kael
6520235667
middleware should allow, not deny
2024-10-30 19:06:50 +11:00
Kael
d4d63ff273
feat: add deploy-only token permission
2024-10-30 17:00:55 +11:00
Andras Bacsai
491b228580
remove unused job
2024-10-29 20:56:58 +01:00
Andras Bacsai
329a94dbcf
Refactor Form.php: Remove unused variable
2024-10-29 10:49:53 +01:00
Andras Bacsai
74411e89e6
feat: debug mode for sentinel
2024-10-29 10:48:49 +01:00
Andras Bacsai
c2a2757103
fix: restart sentinel once a day
2024-10-29 10:28:05 +01:00
Andras Bacsai
0938c60c1e
Merge branch 'next' into global-password-policy
2024-10-29 10:02:58 +01:00
Andras Bacsai
2eef8ee433
add dusk tests
2024-10-28 22:57:56 +01:00
Jeremy Angele
6842904cb5
Remove deprecated fortify password policy and add a stricter one
2024-10-28 21:57:00 +01:00
Andras Bacsai
bb7184b3ff
Merge pull request #4041 from lucasmichot/feat/try-catch
...
Remove some useless `catch` blocks
2024-10-28 21:15:08 +01:00
Andras Bacsai
4d779f8fbc
Merge pull request #4043 from angelej/member-role-authorization
...
Add new role enum and apply authorization
2024-10-28 21:02:45 +01:00
Jeremy Angele
44f0458eb6
Add new role enum and apply authorization
2024-10-28 17:08:24 +01:00
Lucas Michot
c5403b0b3f
Always prefer ::class notation
2024-10-28 14:56:13 +01:00
Lucas Michot
5b6e466e0c
Remove some useless catch blocks
2024-10-28 14:37:00 +01:00
🏔️ Peak
94e73c6d8b
Merge pull request #4039 from lucasmichot/feat/remove-ray
...
Remove all `ray()` calls
2024-10-28 14:28:56 +01:00
Lucas Michot
d557a22b91
Remove all ray() calls
2024-10-28 13:51:23 +01:00
peaklabs-dev
a5bcc10e05
remove unused variable assignements
2024-10-28 13:37:36 +01:00
🏔️ Peak
7c2d3c47eb
Merge branch 'next' into useless-variable-assignments
2024-10-28 13:32:34 +01:00
Andras Bacsai
a4b4b93b30
Refactor Member component to handle authorization checks and error handling
2024-10-28 10:47:29 +01:00
Andras Bacsai
66e9afd859
migrate settings backup frome legacy bind
2024-10-28 10:39:50 +01:00
Andras Bacsai
3d58b92a33
migrate settings from legacy model binding
2024-10-28 10:10:27 +01:00
Andras Bacsai
3cb6ba1a9d
Refactor code to improve server limit retrieval in Team model
2024-10-28 10:08:52 +01:00
Andras Bacsai
5a0c00977c
Refactor code to remove unnecessary commented out sections
2024-10-28 10:08:11 +01:00
Andras Bacsai
26ab73b330
Merge pull request #4032 from angelej/force-password-reset-authorization
...
Add authorization for force-password-resets
2024-10-28 09:28:27 +01:00
Kael
786c8bc3a3
Merge branch 'next' into feat/disable-default-redirect
2024-10-28 19:20:52 +11:00
Andras Bacsai
0df717a397
Refactor code to add #[Locked] attribute to Member component
2024-10-28 08:54:58 +01:00
Jeremy Angele
9d82863364
Add authorization for force-password-resets
2024-10-27 20:07:37 +01:00
Andras Bacsai
29ad965656
Refactor code to use loggy() function for server storage check logging
2024-10-25 17:46:39 +02:00
Andras Bacsai
50519a86a9
fix: numberOfLines could be null
2024-10-25 17:38:14 +02:00
Andras Bacsai
dd3aeb1023
stop logdrain before restarting it
2024-10-25 17:29:56 +02:00
Andras Bacsai
8c96ab52d7
feat: notification rate limiter
...
fix: limit server up / down notification limits
2024-10-25 15:13:23 +02:00
Andras Bacsai
fb75741aa8
add sentinel check to servercheckjob
2024-10-25 12:02:41 +02:00
Andras Bacsai
c099936e76
Refactor StartSentinel handle method to use consistent variable naming conventions
2024-10-25 11:43:55 +02:00
Andras Bacsai
2263734129
save sentinel form update
2024-10-25 11:42:37 +02:00
Andras Bacsai
7ed0ebf106
fix: generateSentinelUrl method
2024-10-25 11:41:52 +02:00
Andras Bacsai
ba86a75c4f
Refactor ServerStatusJob to remove unnecessary coolify.yaml file
2024-10-25 11:41:29 +02:00
Andras Bacsai
2bea26584a
Refactor StartSentinel handle method to include latest version parameter
2024-10-25 11:41:25 +02:00
Andras Bacsai
254bae9dbd
Refactor variable and function names for consistency
2024-10-25 11:40:59 +02:00
Andras Bacsai
2877080a39
Refactor variable and function names for consistency
2024-10-25 10:59:12 +02:00
Andras Bacsai
35a1307e7b
Refactor variable and function names for consistency
2024-10-25 10:59:05 +02:00
Andras Bacsai
cb9b485332
Merge pull request #4007 from coollabsio/fix-2-step-deletion
...
Fix 2 step deletion
2024-10-25 09:46:40 +02:00
Andras Bacsai
e66522308e
Refactor function and configuration names for experimental features
2024-10-25 08:39:58 +02:00
Andras Bacsai
b1d2914c08
Refactor function and configuration names for experimental features
2024-10-24 22:00:26 +02:00
Andras Bacsai
0c34e81b2b
fix: add experimental flag
2024-10-24 21:48:51 +02:00
Andras Bacsai
8182305ac4
fix: admins should now invite owner
2024-10-24 21:47:39 +02:00
Andras Bacsai
25b0c8e354
Refactor license and OAuth settings to redirect non-admin users to home page
2024-10-24 20:49:20 +02:00
Kael
7e03a80df5
Merge branch 'next' into feat/disable-default-redirect
2024-10-25 01:28:08 +11:00
peaklabs-dev
d2066dd2dc
fix password is now checked before a user can disable 2 step confirmation
2024-10-24 16:21:22 +02:00
peaklabs-dev
ff60189285
fix 2 step confirmation password is now checked if it is enabled
2024-10-24 16:20:01 +02:00
Andras Bacsai
621e063bf1
Refactor PushServerUpdateJob to implement ShouldBeEncrypted interface
2024-10-24 15:16:00 +02:00
Andras Bacsai
55f4e77d66
Refactor ServerStorageCheckJob handle method to improve error handling and messaging
2024-10-24 15:10:07 +02:00
Andras Bacsai
d55b444bb8
Refactor ServerStorageCheckJob handle method to improve error handling and messaging
2024-10-24 15:08:22 +02:00
Andras Bacsai
d938a6ce8f
Refactor ShowPrivateKey component and add validation for owned private key
2024-10-24 14:28:14 +02:00
Andras Bacsai
0147919dc4
Refactor deleteInvitation method in Invitations component
2024-10-24 13:44:38 +02:00
Andras Bacsai
bdf9b98596
fix: access team's github apps only
2024-10-24 13:28:31 +02:00
Andras Bacsai
96ea755a53
fix: Disable Sentinel temporarily for non-dev environments
2024-10-24 12:50:07 +02:00
Andras Bacsai
9a227dbad6
feat: terminal views for servers
...
improvement: connect to container if only one available
2024-10-24 12:21:36 +02:00
Andras Bacsai
befdb71671
fix: Disable Sentinel temporarily
2024-10-24 11:35:38 +02:00
Andras Bacsai
7849099593
Refactor Server model to update SSH check wait time description
2024-10-22 14:49:42 +02:00
Andras Bacsai
cec77abaa8
Refactor server setting model to use waitBeforeDoingSshCheck method
2024-10-22 14:49:23 +02:00
Andras Bacsai
2e9ce3ed2a
feat: add notification settings to server_disk_usage
2024-10-22 14:47:01 +02:00
Andras Bacsai
6e305a33de
Refactor server setting model to restart Sentinel on specific config changes
2024-10-22 14:10:52 +02:00
Andras Bacsai
1f221d9791
fix: sentinel config changes restarts sentinel
2024-10-22 14:10:36 +02:00
Andras Bacsai
ac768e5313
feat: limit storage check emails
...
feat: sentinel should send storage usage
2024-10-22 14:01:36 +02:00
Andras Bacsai
0a26598093
Merge pull request #3974 from coollabsio/fix-backup-deletion
...
Fix: Disable tow step confirmation when there is a password throws and error
2024-10-22 13:43:33 +02:00
peaklabs-dev
6dfe6a8142
fix disable tow step confirmation when there is a password
2024-10-22 12:29:48 +02:00
Andras Bacsai
5c93780304
remove unnecessary code
2024-10-22 12:01:46 +02:00
Andras Bacsai
537630acc6
Refactor PushServerUpdateJob to handle container restart notifications
2024-10-22 11:42:24 +02:00
Andras Bacsai
b282c8412c
Refactor StartSentinel to handle build servers
2024-10-22 11:40:44 +02:00
Andras Bacsai
b5146c0dda
fix: charts ui
2024-10-22 11:39:38 +02:00
Andras Bacsai
d7efe8a6d1
fix: no sentinel for swarm yet
2024-10-22 11:29:43 +02:00
Andras Bacsai
c338eef57b
fix: should be able to reset labels in read-only mode with manual click
2024-10-22 11:25:03 +02:00
Andras Bacsai
bfd6923ba6
Merge pull request #3947 from peaklabs-dev/fix-is-required
...
Fix: Required environment variable throws and errors when updating shared variables
2024-10-22 11:15:26 +02:00
Andras Bacsai
3b0029c400
Refactor Livewire/Project/Database/BackupExecutions.php to remove unused code
2024-10-22 11:11:24 +02:00
Andras Bacsai
028a0bf513
fix: Validate sentinel custom URL when enabling sentinel
2024-10-22 10:45:12 +02:00
Andras Bacsai
e8854c3101
fix: sentinel start fixed
2024-10-22 08:31:53 +02:00
Andras Bacsai
3e729ee928
fix: metrics for dbs
2024-10-21 22:57:00 +02:00
Andras Bacsai
f0d5639956
fancier notifications
2024-10-21 22:40:43 +02:00
Andras Bacsai
dbdb9e6f10
Merge branch 'next' into main
2024-10-21 20:56:02 +02:00
Kael
ebdc99f617
Merge branch 'next' into feat/disable-default-redirect
2024-10-22 00:50:12 +11:00
Andras Bacsai
52caa045c9
Merge branch 'next' into proxy-fixes
2024-10-21 15:08:13 +02:00
Andras Bacsai
0424b71506
Merge pull request #3953 from FrankVisuals/main
...
update openapi spec for healthcheck
2024-10-21 14:49:48 +02:00
Andras Bacsai
28667a32c1
fix: able to update ipv4 / ipv6 instance settings
2024-10-21 14:26:34 +02:00
Andras Bacsai
2809083f61
Refactor Redis password handling and migration to use environment variables
2024-10-21 13:43:34 +02:00
Andras Bacsai
6c82d0ae5f
Refactor Redis password handling and migration to use environment variables
2024-10-21 12:36:09 +02:00
Andras Bacsai
bf7b0f9e06
fix: redis database user and password
2024-10-21 12:13:42 +02:00
Andras Bacsai
e8c7d7f972
fix: pull helper image on helper_version change
2024-10-21 12:06:13 +02:00
Andras Bacsai
67c69b4ba4
Merge branch 'next' into disable-2-step-confirmation-if-needed
2024-10-21 10:58:04 +02:00
Andras Bacsai
056758e3ff
Merge pull request #3184 from peaklabs-dev/fix-redis-db-ui
...
Fix: Redis DB UI
2024-10-21 10:00:20 +02:00
Andras Bacsai
673ec963e2
fix: is_static through API
2024-10-21 09:51:19 +02:00
Andras Bacsai
97aab8ba28
feat: show warning if people would like to use sslip with https
2024-10-20 22:26:30 +02:00
Frank Hufnagel
5d8a3d0eec
update openapi spec for healthcheck
2024-10-19 12:57:29 +02:00
peaklabs-dev
18201ece00
fix remove postgres config if it is null or not set
2024-10-18 21:17:57 +02:00
peaklabs-dev
159c4aa7ac
remove old init script on server if it is renamed
2024-10-18 21:08:45 +02:00
peaklabs-dev
1ec3caf9e3
fix: if an init script is renamed the old version is still on the server
2024-10-18 21:07:23 +02:00
peaklabs-dev
7f393eb2c2
fix indexing after deletion and make sure init script is removed form the server
2024-10-18 20:51:51 +02:00
peaklabs-dev
907c6cc4e5
format
2024-10-18 16:16:06 +02:00
peaklabs-dev
2dcfdcab3b
fix init scripts for postgres
2024-10-18 16:09:21 +02:00
peaklabs-dev
e52139f436
chore better error message when deleting an environment
2024-10-18 13:49:17 +02:00
peaklabs-dev
5a38b21d95
fix project deletion and refactor some code
2024-10-18 13:48:41 +02:00
peaklabs-dev
1d2e9b6946
fix is required on shared variables
2024-10-18 12:29:33 +02:00
Andras Bacsai
b75c2dc604
pint
2024-10-17 22:08:23 +02:00
Andras Bacsai
9044c655b8
Refactor Show component to use firstOrFail method when retrieving server by UUID
2024-10-17 22:06:48 +02:00
Andras Bacsai
513c74a7e3
Refactor BaseComponent to remove unused code and initialize route parameters in the boot method
2024-10-17 22:00:27 +02:00
Andras Bacsai
df4e4c2b4e
Refactor Show component to initialize server and remove unused code
2024-10-17 21:48:43 +02:00
Andras Bacsai
a6259d8a52
Refactor BaseComponent to initialize route parameters in the boot method
2024-10-17 21:48:38 +02:00
Andras Bacsai
6545d04c46
Refactor Livewire Server Advanced and Form components
2024-10-17 15:50:43 +02:00
Andras Bacsai
a74d2e8f62
refactor
2024-10-17 15:43:24 +02:00
Andras Bacsai
2315bdb93f
ui updates on server
2024-10-17 14:56:36 +02:00
peaklabs-dev
8284cdfb02
add password confirmation to disable two step confirmation
2024-10-17 12:23:13 +02:00
peaklabs-dev
2cb424ed7b
setting to disable tow step confirmation
2024-10-17 12:07:35 +02:00
Andras Bacsai
4c95647b96
feat: cleanup sentinel on server deletion
...
fix: Sentinel should not be enabled on build servers
2024-10-17 11:21:43 +02:00
Andras Bacsai
b58ff07832
Merge branch 'next' of github.com:coollabsio/coolify into next
2024-10-17 10:04:54 +02:00
Andras Bacsai
f600c1b37d
fix: only enable Sentinel for new servers
2024-10-17 10:04:38 +02:00
peaklabs-dev
85c3270dcc
update helper and disable input if variable is shared
2024-10-16 13:44:17 +02:00
peaklabs-dev
6f97d589ae
feat: variabel sync and support shared vars
2024-10-16 13:29:13 +02:00
peaklabs-dev
b9c9c1041a
feat: add is shared to env variables
2024-10-16 13:20:26 +02:00
peaklabs-dev
5274ae1f0b
fix: check for username separately form password
2024-10-15 17:23:33 +02:00
Andras Bacsai
2702fbc284
Refactor logging in PushServerUpdateJob, Application, and SentinelSeeder
2024-10-15 17:03:50 +02:00
peaklabs-dev
79caa3c26b
fix: allow setting standalone redis variables via ENVs (team variables...)
2024-10-15 17:02:37 +02:00
peaklabs-dev
c6e2c7e5e3
fix start command
2024-10-15 16:35:20 +02:00
peaklabs-dev
902cde5905
improve custom redis.conf
2024-10-15 16:19:04 +02:00
🏔️ Peak
937666b177
Merge branch 'fix-redis-db-ui' into fix-redis
2024-10-15 15:48:57 +02:00
Andras Bacsai
8c53af088e
Refactor StartSentinel.php to use data_get() for retrieving server settings
2024-10-15 15:45:02 +02:00
Andras Bacsai
46ec8eed64
fix: generate sentinel url
2024-10-15 15:43:53 +02:00
Andras Bacsai
73923a0207
fix: metrics
2024-10-15 15:33:05 +02:00
Andras Bacsai
d446cd4f31
sentinel updates
2024-10-15 13:39:19 +02:00
Andras Bacsai
81db57002b
Refactor PushServerUpdateJob to handle multiple servers, previews, and emails
2024-10-14 22:53:16 +02:00
Andras Bacsai
740419806e
Refactor StartSentinel to ensure endpoint uses HTTPS
2024-10-14 22:35:18 +02:00
peaklabs-dev
8635f92ed4
Remove duplicated proxy check
2024-10-14 21:35:38 +02:00
Andras Bacsai
bea492165f
sentinel updates
2024-10-14 21:05:33 +02:00
Andras Bacsai
fdeb9353be
chore: Update project service configuration view
2024-10-14 19:45:03 +02:00
Andras Bacsai
bdd6597451
chore: Update project resource index page
2024-10-14 19:42:44 +02:00
Andras Bacsai
1f72321681
fix: sentinel
2024-10-14 18:04:36 +02:00
Andras Bacsai
a1bccc3e62
Merge branch 'next' of github.com:coollabsio/coolify into next
2024-10-14 17:54:53 +02:00
Andras Bacsai
8a2c9f3d44
updates sentinel
2024-10-14 17:54:29 +02:00
🏔️ Peak
c1126accd3
Merge pull request #3819 from MarioCakeDev/feature/project_settings
...
Add settings button to projects page
2024-10-14 17:37:03 +02:00
🏔️ Peak
cb91b47282
Merge pull request #3821 from loudar/next
...
Limit randomly generated GitHub app name length
2024-10-14 15:10:20 +02:00
Kael
9a1b6449c8
Merge branch 'next' into feat/disable-default-redirect
2024-10-14 22:53:37 +11:00
Andras Bacsai
b2e515f770
sentinel
2024-10-14 13:32:36 +02:00
Kael
9d553c3a30
Merge branch 'next' into feat/disable-default-redirect
2024-10-14 21:25:56 +11:00
Andras Bacsai
1f193d465d
sentinel updates
2024-10-14 12:07:37 +02:00
Andras Bacsai
c137620b81
chore: update Docker version to 26.0
2024-10-14 10:29:45 +02:00
Jakubko
81f292c4f3
Merge branch 'coollabsio:main' into main
2024-10-13 22:02:15 +02:00
Danilo Martinelli
96ef0ef749
feat: 🛂 integrate Authentik authentication with Coolify
...
- Configured Authentik as the OAuth provider in Coolify.
2024-10-13 10:28:24 -03:00
Kael
beb6d04804
Merge branch 'next' into feat/disable-default-redirect
2024-10-12 03:50:45 +11:00
Andras Bacsai
4707f69b91
fix: no manual timezones
2024-10-11 15:32:22 +02:00
Andras Bacsai
88f1e58c63
feat: required envs
2024-10-11 14:38:22 +02:00
Kael
97c8194588
Merge branch 'next' into feat/disable-default-redirect
2024-10-11 20:37:08 +11:00
Andras Bacsai
0714fc0e96
chore: Update service extra fields to use dynamic keys
2024-10-11 11:36:57 +02:00
Andras Bacsai
35834ea41d
Merge pull request #3846 from ershisan99/next
...
fix: use correct env variable for invoice ninja password
2024-10-11 11:33:58 +02:00
Andras Bacsai
24eaa2c9b2
fix: sanitize and validate application domains
2024-10-11 10:14:27 +02:00
Andras Bacsai
d59d8cda2a
fix: validate and sanitize application domains
2024-10-11 10:00:50 +02:00
Andras Bacsai
6ac70d6e1b
fix: application domains should be http and https only
2024-10-11 09:56:45 +02:00
Darren Sisson
c1b996ef05
add https3 support to traefik and fix 404 redirect for traefik3
2024-10-10 18:47:01 +01:00
Lucas Michot
5e11f159e0
Remove some useless variable assignments.
2024-10-10 18:32:24 +02:00
Kael
b997b7393b
feat: allow disabling default redirect, set status to 503
2024-10-11 02:44:52 +11:00
Andras Bacsai
9330a3f354
feat: add customHelper to stack-form
2024-10-10 13:28:42 +02:00
andres
9e5551c4dd
fix: use correct env variable for invoice ninja password
2024-10-10 13:13:44 +02:00
Andras Bacsai
fd15c7b49e
fix: scheduled database server
2024-10-10 12:42:34 +02:00
Andras Bacsai
1b79f78fda
fix: Update password variables in Service model
2024-10-10 12:06:17 +02:00
Andras Bacsai
1de50227c3
Merge pull request #3826 from lucasmichot/feat/template-readability
...
Improve `service-templates.json` file readability
2024-10-10 11:46:17 +02:00
Andras Bacsai
0e2889b857
improvement: Add link to duplicate domain
...
fix: duplicate domain error
fix: remove fqdn constraint from db, because it is checked on app level
2024-10-10 10:24:11 +02:00
Lucas Michot
91a1fdcb9a
Improve service-templates.json file readability
2024-10-10 10:05:35 +02:00
MarioCake
76d631d7ba
Rename route attribute to settingsRoute attribute.
2024-10-10 09:45:13 +02:00
Andras Bacsai
10ca408b37
fix: is_static settings through API
...
fix: validation rules
2024-10-10 09:33:29 +02:00
loudar
0155af2116
limit randomly generated github app name length
2024-10-10 01:01:11 +02:00
MarioCake
f95f44f4cc
Add settings button to projects page.
2024-10-09 23:45:57 +02:00
Andras Bacsai
974b4b92c1
wip: coolify.json
2024-10-08 15:11:19 +02:00
Andras Bacsai
4bcfe1c0b8
fix: database descriptions
2024-10-08 10:53:03 +02:00
Andras Bacsai
3f8324d09e
chore: Refactor loadServices2 method and remove unused code
2024-10-07 14:03:04 +02:00
Andras Bacsai
a0532afb24
feat: Refactor setType method to use slug value for type
2024-10-07 12:12:05 +02:00
Andras Bacsai
a725a6eaf2
feat: update setType method to use slug value for type
2024-10-07 12:11:56 +02:00
Andras Bacsai
7e32a37729
fix: new services
2024-10-07 11:54:54 +02:00
Andras Bacsai
1c10a43321
fix: new resource selection view
...
fix: new services
2024-10-07 11:19:14 +02:00
Andras Bacsai
4624a381b1
new search input on "new resource" view
2024-10-05 20:55:23 +02:00
Andras Bacsai
6928b0a2c8
chore: Update project query to order by name in lowercase
2024-10-05 15:04:47 +02:00
Andras Bacsai
2da6f66e85
chore: Update project query to order by name in uppercase
2024-10-05 15:04:31 +02:00
Andras Bacsai
a1124a885d
feat: project search on frontend
2024-10-05 15:03:40 +02:00
Andras Bacsai
9448d0f0d2
feat: Add Invoice Ninja service configuration to Service model
2024-10-05 14:16:53 +02:00
Andras Bacsai
3b97bb1341
feat: Add Argilla service configuration to Service model
2024-10-04 20:16:58 +02:00
Andras Bacsai
4f4453b17c
chore: Update proxy configuration paths for Caddy and Nginx in dev
2024-10-04 13:46:33 +02:00
Andras Bacsai
ce49f4806d
fix: proxy conf in dev
2024-10-04 13:25:17 +02:00
Andras Bacsai
c2c0afa0ba
fix: service env orders, application env orders
2024-10-04 12:08:57 +02:00
Andras Bacsai
611f70d79f
chore: Remove commented code for shared variable type validation
2024-10-04 12:08:06 +02:00
Andras Bacsai
65aeebd9fa
fix: Reset description and subject fields after submitting feedback
2024-10-03 23:27:23 +02:00
Andras Bacsai
81b8a58415
fix: scheduled backup for services view
2024-10-03 22:38:37 +02:00
Andras Bacsai
33cb2d150d
chore: Fix application deployment queue filter logic
2024-10-03 21:32:02 +02:00
Andras Bacsai
5f07b473e9
fix: parse proxy config and check the set ports usage
2024-10-03 21:29:55 +02:00
Andras Bacsai
5bcd813792
chore: Remove commented code in Server model
2024-10-03 21:29:04 +02:00
Andras Bacsai
a0bb523507
chore: Remove debug statement in Service model
2024-10-03 21:11:14 +02:00
Andras Bacsai
d84d0a816b
chore: Refactor DatabaseBackupJob to handle missing team
2024-10-03 20:51:18 +02:00
Andras Bacsai
0da31c34b5
fix: add new supported database images
2024-10-03 20:47:22 +02:00
Andras Bacsai
ccdaf59ecb
fix: service application view
2024-10-03 20:47:02 +02:00
Andras Bacsai
6dd0bd0742
fix: api useBuildServer
2024-10-03 15:09:56 +02:00
Andras Bacsai
ef448280d8
fix: able to support more database dynamically from Coolify's UI
2024-10-03 13:49:43 +02:00
Andras Bacsai
14c9f25c57
feat: restart service without pulling the latest image
2024-10-03 13:17:35 +02:00
Andras Bacsai
1c7ca56756
feat: backup all databases for mysql,mariadb,postgresql
2024-10-03 12:39:45 +02:00
Andras Bacsai
bb6cb8edc9
improvement: show backup button on supported db service stacks
2024-10-03 10:48:25 +02:00
Andras Bacsai
c4e702f096
fix: able to select root permission easier
2024-10-03 09:57:37 +02:00
Andras Bacsai
dd3ff38df7
refactor: Encode delimiter in SshMultiplexingHelper
2024-10-02 21:23:46 +02:00
Andras Bacsai
059535a676
chore: Remove commented out code for uploading to S3 in DatabaseBackupJob
2024-10-02 16:43:01 +02:00
Andras Bacsai
765a74ca4f
handle errors in databasebackupjob
2024-10-02 15:33:14 +02:00
Andras Bacsai
e03e4f2e91
refactor: Improve SSH command generation in Terminal.php and terminal-server.js
2024-10-02 15:16:55 +02:00
Andras Bacsai
0ab432d5e6
chore: Remove unnecessary command from SshMultiplexingHelper
2024-10-02 14:54:48 +02:00
Andras Bacsai
d55e4bf381
feat: Handle HTTPS domain in ConfigureCloudflareTunnels
2024-10-02 13:36:25 +02:00
Andras Bacsai
dd782e75f5
fix: local dev s3 uploads
...
fix: hetzner s3 uploads (mc alias instead of mc host)
2024-10-02 11:45:30 +02:00
Andras Bacsai
2be2f0ac79
feat: support Hetzner S3
2024-10-02 10:25:45 +02:00
Andras Bacsai
97943db5f4
chore: Add missing import for Attribute class in ApplicationDeploymentQueue model
2024-10-02 09:21:54 +02:00
Andras Bacsai
bbd2748ad7
chore: Update command signature and description for cleanup application deployment queue
2024-10-02 09:21:50 +02:00
Andras Bacsai
a530804a71
feat: Add command to check application deployment queue
2024-10-02 09:21:28 +02:00
Andras Bacsai
8ca8ab82b0
refactor: Remove deployment queue when deleting an application
2024-10-02 09:20:49 +02:00
Andras Bacsai
024ad8e943
fix: cleanup stucked applicationdeploymentqueue
2024-10-02 09:20:08 +02:00
Andras Bacsai
4d86b556a4
fix: ipv6 scp should use -6 flag
2024-10-02 08:15:03 +02:00
Jakubko
e0241505f9
Merge branch 'coollabsio:main' into main
2024-10-01 22:08:32 +02:00
Jakub Novák
3b4759f349
updated DiscordMessages for Application notifications
2024-10-01 22:07:24 +02:00
Jakub Novák
aac491da25
updated DiscordMessages for Container notifications
2024-10-01 21:48:14 +02:00
Jakub Novák
53a6e97ca3
updated DiscordMessages for Database notifications
2024-10-01 21:46:56 +02:00
Jakub Novák
cb5dc13bf1
updated DiscordMessages for Internal&ScheduledTask notifications
2024-10-01 21:42:13 +02:00
Jakub Novák
f021a42890
updated DiscordMessages for Server notifications
2024-10-01 21:38:12 +02:00
Andras Bacsai
5cd81fe255
wip: server storage check
2024-10-01 11:52:36 +02:00
Andras Bacsai
b00828d4aa
chore: Refactor instanceSettings() function and improve code readability
2024-10-01 11:36:37 +02:00
Andras Bacsai
e4108863a8
chore: Remove unnecessary code in DatabaseBackupJob.php
2024-10-01 10:43:04 +02:00
Andras Bacsai
83549965ca
Refactor instanceSettings() function for improved code readability
2024-10-01 10:37:40 +02:00
Andras Bacsai
4db50bd025
chore: Refactor instanceSettings() function to improve code readability
2024-10-01 10:33:56 +02:00
Andras Bacsai
bcc92e1f32
fix: in dev mode do not ask confirmation on delete
2024-10-01 09:31:01 +02:00
Andras Bacsai
31cf3294bf
Update UUID description in API controller and OpenAPI specification
2024-10-01 09:04:01 +02:00
Andras Bacsai
9212f3b24c
feat: Update resource deletion job to allow configurable options through API
2024-10-01 09:02:16 +02:00
Andras Bacsai
99a4f721f1
Merge pull request #2904 from LEstradioto/add-storage-link-to-dev-environment
...
add storage:link to dev environment
2024-09-30 15:48:10 +02:00
Andras Bacsai
95483f1464
Merge pull request #3615 from liberocks/feature/api-use-build-server
...
feat: allow specify use_build_server when creating/updating an application through API
2024-09-30 14:17:59 +02:00
Andras Bacsai
987b90ead2
fix: new dev volumes and service files
...
fix: new parser version (4) that will fix data layout (applications goes to /applications, services goes to /services)
2024-09-30 14:16:37 +02:00
Andras Bacsai
afdf4cd5a8
service restart does no cleanup docker
2024-09-30 14:16:37 +02:00
Andras Bacsai
88c2b1e841
Merge pull request #3609 from peaklabs-dev/fix-2185
...
Fix: Remove memlock from dragonfly DB as it caused problems for some users
2024-09-30 12:18:38 +02:00
Andras Bacsai
b6b4d93658
fix: compose based terminal
2024-09-30 11:58:28 +02:00
Andras Bacsai
a660117015
use latest helper in dev
2024-09-30 11:14:53 +02:00
Andras Bacsai
6fe31c26a3
refactor: remove unnecessary code
2024-09-30 11:14:40 +02:00
Jakub Novák
9e2f0fb894
updated namespace for DiscordMessage
2024-09-30 10:06:50 +02:00
Jakub Novák
a2bca3d5b8
added embedded Discord messages logic
2024-09-30 00:43:35 +02:00
Andras Bacsai
fe20480fdc
fix: proxy
2024-09-28 11:14:14 +02:00
Andras Bacsai
bc46b0371d
Add private key storage for server validation
2024-09-28 10:20:32 +02:00
liberocks
f5785b1f17
fix: save settings after assigning value
2024-09-28 11:28:48 +07:00
liberocks
2219219906
fix: edit is_build_server_enabled upon creating application on other application type
2024-09-28 11:25:00 +07:00
liberocks
9ec3233c0c
feat: allow specify use_build_server when creating/updating an application
2024-09-28 11:11:43 +07:00
peaklabs-dev
b99474ac73
Fix: Remove memlock as it caused problems for some users
2024-09-27 17:38:34 +02:00
Andras Bacsai
09cd087cd0
chore: Update backup deletion labels to use language files
2024-09-27 17:29:36 +02:00
Andras Bacsai
8d02fb9254
chore: Refactor API Tokens component to use isApiEnabled flag
2024-09-27 16:48:17 +02:00
Andras Bacsai
c52fe571f5
Merge pull request #3576 from peaklabs-dev/fix-api-enabeled
...
Fix: Disable API by default and do not allow API key creation when API is disabled
2024-09-27 16:46:21 +02:00
Andras Bacsai
65356e9bae
fixes
2024-09-27 16:43:07 +02:00
Andras Bacsai
9a766aedc1
Merge branch 'next' into improve-cleanup
2024-09-27 16:40:48 +02:00
Andras Bacsai
96b8ddf664
chore: Add autocomplete attribute to input fields
2024-09-27 16:32:03 +02:00
Andras Bacsai
dedf2cf87b
fix: proxy fixes
2024-09-27 15:36:51 +02:00
Andras Bacsai
72e12aaf5c
feat: Add ContainerStatusTypes enum for managing container status
2024-09-27 15:27:09 +02:00
Andras Bacsai
6c78580f1f
refactor: Improve start proxy script to handle existing containers gracefully
2024-09-27 15:27:05 +02:00
peaklabs-dev
03b736177d
Merge branch 'coollabsio:main' into fix-redis-db-ui
2024-09-26 20:02:05 +02:00
peaklabs-dev
e5b798964d
Update StartRedis.php
2024-09-26 20:01:35 +02:00
Andras Bacsai
0bb1f57ea7
fix: deploy key based deployments
2024-09-26 12:19:49 +02:00
peaklabs-dev
47920f1191
Feat: If API is disabeled do not show API token creation stuff
2024-09-26 10:32:12 +02:00
Andras Bacsai
59d2c9748a
fix: make sure to reload window if app status changes
2024-09-25 10:27:23 +02:00
Andras Bacsai
17d55630d5
refactor: Group and sort fields in StackForm by service name and password status
2024-09-24 21:17:07 +02:00
Andras Bacsai
d6b4e33db3
fix: exited services statuses
2024-09-24 20:40:41 +02:00
Andras Bacsai
62459f9a95
refactor: Remove unused code in DatabaseBackupStatusJob and PopulateSshKeysDirectorySeeder
2024-09-24 11:57:13 +02:00
Andras Bacsai
eb80a7e2f7
chore: Update Docker commands to start proxy
2024-09-24 10:53:12 +02:00
Andras Bacsai
57d8930f9e
chore: Update cleanup command to use Redis instead of queue
2024-09-23 23:48:12 +02:00
Andras Bacsai
688c27c901
fix: cloudflare tunnel configuration, ui, etc
2024-09-23 23:18:23 +02:00
Andras Bacsai
480ae3de8a
Refactor Server.php to improve default 404 redirect setup
2024-09-23 22:57:24 +02:00
Andras Bacsai
12a0d71e47
Merge pull request #3543 from peaklabs-dev/cf-production-ready
...
Feat: Make cloudflare production ready
2024-09-23 21:53:23 +02:00
peaklabs-dev
5ed7ae3d3e
remove ray
2024-09-23 21:45:59 +02:00
Andras Bacsai
46a7937761
test
2024-09-23 20:54:56 +02:00
Andras Bacsai
2841675691
refactor
2024-09-23 20:31:50 +02:00
Andras Bacsai
573e5c4913
refactor
2024-09-23 20:29:22 +02:00
Andras Bacsai
b570ccd7d3
format
2024-09-23 19:51:31 +02:00
peaklabs-dev
1bb192f3e2
Fix: Cloudflare tunnel
2024-09-23 19:23:46 +02:00
peaklabs-dev
7aab44645f
Merge branch 'cf-production-ready' into next
2024-09-23 18:50:08 +02:00
Andras Bacsai
04e504bb8b
chore: Refactor DockerCleanupJob to remove unused middleware and uniqueId method
2024-09-23 12:10:46 +02:00
Andras Bacsai
960f970822
chore: Remove unused middleware and uniqueId method in DockerCleanupJob
2024-09-23 12:03:14 +02:00
Andras Bacsai
0222aa137d
feat(api): add endpoint to execute a command
2024-09-23 11:09:14 +02:00
Andras Bacsai
4d36bc4742
Merge pull request #3535 from Luca-Sordetti/main
...
feat(api): add an endpoint to execute a command
2024-09-23 10:53:28 +02:00
Andras Bacsai
9281dda03f
refactor: Fix typo in subscription URLs
2024-09-23 10:46:19 +02:00
peaklabs-dev
164a213ab1
Fix: force helper image removal
2024-09-22 20:36:41 +02:00
peaklabs-dev
ff5e445b43
Feat: Manual cleanup button and unused volumes and network deletion
2024-09-22 20:02:51 +02:00
Luca-Sordetti
4e167dc539
feat(api): add an endpoint to execute a command
2024-09-22 12:38:25 +02:00
Andras Bacsai
eb9bbf3eda
refactor: Improve attribute sanitization in Server model
2024-09-20 18:14:52 +02:00
Andras Bacsai
760cf8aeb5
refactor: Update PrivateKey model to use ownedByCurrentTeam() scope for cleanupUnusedKeys()
2024-09-20 13:05:51 +02:00
Andras Bacsai
f9238ce263
Merge pull request #3509 from coollabsio/delete-unused-ssh-keys
...
Feat: Delete unused ssh keys button
2024-09-20 13:00:54 +02:00
Andras Bacsai
c0898f0568
refactor: Remove unnecessary code in PrivateKey model
2024-09-20 12:51:02 +02:00
Andras Bacsai
5b00b66f24
refactor: Update PrivateKey model to improve code readability and maintainability
2024-09-20 12:27:55 +02:00
Andras Bacsai
f1881d5c35
refactor: Update CleanupHelperContainersJob to use more efficient Docker command
2024-09-20 10:08:37 +02:00
peaklabs-dev
dbc723089b
Feat: Delete unused private keys button
2024-09-19 19:27:25 +02:00
Andras Bacsai
e9fbb7d2b0
fix: coolify-db should not be in the managed resources
2024-09-19 13:23:48 +02:00
Andras Bacsai
240352f4b2
Merge pull request #3504 from coollabsio/fix-ssh-keys
...
Fix ssh keys
2024-09-19 12:44:56 +02:00
Andras Bacsai
f65789bdbb
fix: proxy status
2024-09-19 12:32:56 +02:00
Andras Bacsai
9518040d23
refactor: Remove CleanupSshKeysJob from schedule in Kernel.php
2024-09-19 12:06:56 +02:00
Andras Bacsai
631b4e6438
Merge branch 'next' into fix-ssh-keys
2024-09-19 11:45:12 +02:00
Andras Bacsai
d47bd047bf
fixes
2024-09-19 11:24:21 +02:00
Andras Bacsai
a65b62332b
refactor: Remove commented out code in Navbar.php
2024-09-19 10:57:34 +02:00
Andras Bacsai
2e3267ee94
Merge branch 'fix-#2546-deletion-issues' into #2546
2024-09-19 10:32:02 +02:00
Andras Bacsai
98e744e808
refactor: Update Docker cleanup label in Heading.php and Navbar.php
2024-09-19 10:27:44 +02:00
Andras Bacsai
532f5e351e
fixes
2024-09-18 21:24:42 +02:00
Andras Bacsai
182087cf1b
a few changes here and there
2024-09-18 21:18:47 +02:00
peaklabs-dev
8153e2f63b
Merge branch 'coollabsio:main' into fix-ssh-keys
2024-09-18 20:43:59 +02:00
peaklabs-dev
35857de697
Merge branch 'coollabsio:main' into cf-production-ready
2024-09-18 20:42:18 +02:00
Andras Bacsai
5ec45d547a
Merge branch 'next' into fix-#2546-deletion-issues
2024-09-18 18:05:06 +02:00
Dennis Blume
98ba7ac28c
Fix WebSocket connection for Terminal page when using Caddy
2024-09-18 13:33:38 +02:00
Andras Bacsai
12a8e9b0e1
fix: only update helper image in DB
2024-09-17 17:29:42 +02:00
Andras Bacsai
e937d30545
fix: move terminal to separate view on services
2024-09-17 17:15:34 +02:00
Andras Bacsai
07ed726c88
refactor: Remove unnecessary code in Terminal.php
2024-09-17 16:48:30 +02:00
Andras Bacsai
d373815f98
refactor: Add authorization check in ExecuteContainerCommand mount method
2024-09-17 16:28:28 +02:00
peaklabs-dev
d9181bd00b
Fix: Multiplexing do not write file manually
2024-09-17 16:22:53 +02:00
peaklabs-dev
42ff7b19a4
Fix: Few multiplexing things
2024-09-17 15:54:22 +02:00
peaklabs-dev
ea3501ada6
Fix: SSH Multiplexing for Jobs
2024-09-17 15:31:05 +02:00
peaklabs-dev
175f4b9ae1
use shared functions when possible
2024-09-17 14:47:02 +02:00
peaklabs-dev
2bc74c75e1
Remove duplicated code
2024-09-17 14:43:02 +02:00
peaklabs-dev
bdc0fc87f0
Fix: UI bug, do not write ssh key to disk in server dialog
2024-09-17 14:33:24 +02:00
peaklabs-dev
845d32c94c
Fix: Do not delete SSH Key from disk during server validation error
2024-09-17 14:33:04 +02:00
peaklabs-dev
6a6b947fba
Fix: Make sure in use private keys are not deleted
2024-09-17 14:32:44 +02:00
peaklabs-dev
43895419ff
Remove unused code
2024-09-17 13:45:05 +02:00
peaklabs-dev
871d09bd96
Feat: Move more functions to the PrivateKey Model
2024-09-17 13:20:27 +02:00
peaklabs-dev
2d8bda4fa6
Fix: Private key with ID 2 on dev
2024-09-17 13:06:50 +02:00
peaklabs-dev
95070ab48d
Feat: SSH Key cleanup job
2024-09-17 12:57:06 +02:00
peaklabs-dev
52c4994d44
Feat: remove unused code form multiplexing
2024-09-17 12:44:59 +02:00
Andras Bacsai
8967315c49
refactor: terminal / run command
2024-09-17 12:29:36 +02:00
Andras Bacsai
162fb7bfc5
fix: refactor run-command
2024-09-17 12:27:20 +02:00
peaklabs-dev
144508218e
Fix: SSH multiplexing
2024-09-17 12:26:11 +02:00
Andras Bacsai
35b9b7fdf2
fix/feat: able to open terminal to any containers
2024-09-17 11:54:25 +02:00
Andras Bacsai
5818c9cf6b
chore: Add validation to prevent selecting 'default' server or container in RunCommand.php
2024-09-17 11:30:29 +02:00
peaklabs-dev
f9375f91ec
Feat: Create a Multiplexing Helper
2024-09-16 22:33:43 +02:00
peaklabs-dev
86722939cd
Fix. Remove write to SSH key on every remote command execution
2024-09-16 21:34:27 +02:00
peaklabs-dev
70b757df5b
remove old function
2024-09-16 19:53:45 +02:00
peaklabs-dev
451272bf11
Fix: Use new function names and logic everywhere
2024-09-16 19:52:55 +02:00
peaklabs-dev
b09017ea46
Feat: new ssh key file name on disk
2024-09-16 18:11:37 +02:00
peaklabs-dev
ba636a95dc
Refactor SSH Keys
2024-09-16 17:24:42 +02:00
Andras Bacsai
682b45a2b5
refactor: Improve Docker network connection command in StartService.php
2024-09-16 16:39:16 +02:00
Andras Bacsai
d44e3a1091
chore: Update docker network connection command in ApplicationDeploymentJob.php
2024-09-16 16:38:34 +02:00
Andras Bacsai
1322dc9c23
refactor: Remove unnecessary code in ExecuteContainerCommand.php
2024-09-16 15:43:24 +02:00
Andras Bacsai
f71fb7266d
fix: terminal
2024-09-16 15:35:44 +02:00
Andras Bacsai
175b89ced2
revert: databasebackup
2024-09-16 14:15:06 +02:00
peaklabs-dev
3aee8e030e
Fix: Encrypt private SSH keys in the DB
2024-09-16 13:17:39 +02:00
peaklabs-dev
02017334e5
Fix: Make sure invalid private keys can not be added
2024-09-16 13:02:48 +02:00
peaklabs-dev
f9b7841572
Feat: Add a fingerprint to every private key on save, create...
2024-09-16 12:54:48 +02:00
Andras Bacsai
2313fed546
fix: add build.sh to debug logs
2024-09-16 11:50:03 +02:00
Andras Bacsai
e1a6c3e776
chore: Refactor terminal component and select form layout
2024-09-16 11:25:20 +02:00
Andras Bacsai
f124a1e60d
chore: Update terminal button text and layout in application heading view
2024-09-16 10:56:11 +02:00
Vahor
0739e0f5e7
trigger pull helper image job when upgrading coolify
2024-09-15 14:23:57 +02:00
Andras Bacsai
dcf91cc034
Update WebSocket URL in terminal.blade.php to include /ws for consistency with the server configuration.
2024-09-13 16:58:16 +02:00
Andras Bacsai
51c43e7457
chore: Rename Command Center to Terminal in code and views
2024-09-13 15:18:00 +02:00
Andras Bacsai
888c1f7697
update files
2024-09-13 12:21:02 +02:00
Andras Bacsai
dd8a2dd3c1
chore: Update coolify environment variable assignment with double quotes
2024-09-13 08:23:05 +02:00
peaklabs-dev
9310af0301
Feat: New cf tunnel install flow
2024-09-12 15:50:22 +02:00
Andras Bacsai
664a990c60
chore: Update listeners and proxy settings in server form and new server components
2024-09-12 12:34:09 +02:00
Andras Bacsai
75f266fa9f
fix: cloudflare tunnel with new multiplexing feature
2024-09-12 12:07:50 +02:00
Andras Bacsai
5244ef60bd
chore: Update 'key' value of gitlab in Service.php to use environment variable
2024-09-12 10:29:45 +02:00
Andras Bacsai
67d44713e7
Merge pull request #3399 from dimaaan21/next
...
fix: keydb. add `:` delimiter for connection string
2024-09-12 09:49:56 +02:00
Andras Bacsai
8712af7379
fix: move mc command to coolify image from helper
2024-09-12 09:42:28 +02:00
Dmitry
72c08e4496
fix: keydb. add : delimiter for connection string
2024-09-11 22:44:35 +03:00
Andras Bacsai
5d476e3924
chore: Update server check job middleware to use server ID instead of UUID
2024-09-11 14:23:19 +02:00
Andras Bacsai
f1a1deff26
fix: Disable mux_enabled during server validation
2024-09-11 10:21:18 +02:00
peaklabs-dev
2c9491d81c
Fix: Do not change localhost server name on revalidation
2024-09-10 17:43:16 +02:00
peaklabs-dev
d378bb94be
Fix: remote servers with port and user
2024-09-10 17:29:53 +02:00
peaklabs-dev
d74cfd09ce
Fixes
2024-09-10 17:18:00 +02:00
peaklabs-dev
91c845732e
fix set custom port or user during boarding
2024-09-10 16:55:34 +02:00
Andras Bacsai
d57c9d8aa0
feat: add elixir finetunes to the deployment job
2024-09-10 12:44:16 +02:00
Andras Bacsai
aa30e83f4a
fix: delete older versions of the helper image other than the latest one
2024-09-10 11:33:52 +02:00
Andras Bacsai
63729c7bbf
Merge pull request #3373 from mattstein/api-project-description
...
feat: Expose project description in API response
2024-09-10 08:49:08 +02:00
Vahor
66cf6df4b3
skip docker network creation
2024-09-09 23:46:29 +02:00
Matt Stein
f73983e3dd
Include project’s description in API response.
2024-09-09 09:44:43 -07:00
Matt Stein
44d417c07e
Fix user-facing string case.
2024-09-09 09:38:40 -07:00
Andras Bacsai
1d72f76072
fix: appwrite template + parser
2024-09-09 15:04:51 +02:00
Andras Bacsai
c2f7e85022
Merge pull request #3364 from peaklabs-dev/improve-persist-ssh-sessions
...
Feat: Implement SSH multiplexing to reduce the number of SSH authentications in remote processes
2024-09-09 11:23:24 +02:00
peaklabs-dev
28bcd0023c
remove cache
2024-09-09 10:33:57 +02:00
Andras Bacsai
40347744e0
chore: Set timeout for ServerCheckJob to 60 seconds
2024-09-09 09:08:43 +02:00
Andras Bacsai
060988d923
fix: reenable overlapping servercheckjob
2024-09-09 09:05:40 +02:00
Andras Bacsai
b093c9757c
Merge branch 'next' into improve-persist-ssh-sessions
2024-09-09 08:30:04 +02:00
peaklabs-dev
4f9e1a3e5e
Feat: Cleanup stale multiplexing connections
2024-09-08 19:37:00 +02:00
Andras Bacsai
87ee3c511c
chore: Update docker image pruning command to exclude managed images
2024-09-08 12:38:22 +02:00
peaklabs-dev
a882d3c713
code cleanup
2024-09-07 12:25:50 +02:00
peaklabs-dev
6010b3209d
remove duplicated code
2024-09-07 12:23:15 +02:00
peaklabs-dev
504133232a
Improve logic, made it simpler
2024-09-07 12:19:40 +02:00
peaklabs-dev
d816863d31
Fix: Pull helper image if not available otherwise s3 backup upload fails
2024-09-07 11:48:20 +02:00
Andras Bacsai
d8f9e5910f
refactor: Improve handling of server timezones in scheduled backups and tasks
2024-09-06 16:52:46 +02:00
Andras Bacsai
68d4a30eb0
refactor: Improve handling of server timezones in scheduled backups and tasks
2024-09-06 16:51:15 +02:00
Andras Bacsai
a2dac9394a
refactor: Improve handling of server timezones in scheduled backups and tasks
2024-09-06 16:42:12 +02:00
Andras Bacsai
ec7b18556e
Update services controller to include new service envs commands
2024-09-06 10:48:47 +02:00
Gabriel Galer
2e5ed5969d
Update services controller to include new service envs commands
2024-09-05 23:58:52 +03:00
ayntk-ai
fc3c69f687
Feat: more conformations and fixes
2024-09-05 17:54:32 +02:00
Andras Bacsai
e4854aaa1b
Refactor muxFilename method to use UUID instead of IP, port, and user
2024-09-05 14:41:04 +02:00
Andras Bacsai
3aa31f3da6
fix: Update helper image pulling logic to only pull if the version is newer
2024-09-05 11:44:33 +02:00
Andras Bacsai
645337b09c
Merge pull request #3264 from Vahor/install-log-drain-spam
...
fix: don't check logDrain installation if it's not enabled
2024-09-05 11:40:22 +02:00
Andras Bacsai
08b9c79298
fix: Handle project not found error in environment_details API endpoint
2024-09-05 11:18:00 +02:00
Andras Bacsai
dbad08f4dd
Merge pull request #3288 from julienbeugras/fix-project-create-api-docs
...
Fix project create api docs
2024-09-05 11:16:05 +02:00
Andras Bacsai
b5232f3d32
Merge pull request #3300 from Vahor/remove-reverse-scheduled
...
fix: recent executions in wrong order in scheduled-task list ui
2024-09-05 11:07:48 +02:00
Andras Bacsai
d211362ab3
improvement: only pull helper image if the version is newer than the one
2024-09-05 11:04:58 +02:00
Andras Bacsai
401c410adb
Merge pull request #3302 from mahansky/deployment-logs-improvements
...
deployment log improvements
2024-09-05 10:29:10 +02:00
Andras Bacsai
4888f4c405
refactor: upgrade process of Coolify
2024-09-05 10:15:22 +02:00
Andras Bacsai
b241f17eee
Merge pull request #3312 from Vahor/pull-coolify-only-on-updates
...
fix: pull coolify image only when the app needs to be updated
2024-09-05 10:07:50 +02:00
Andras Bacsai
fbb7568786
chore: Cleanup stucked resources and scheduled backups
2024-09-05 09:41:29 +02:00
ayntk-ai
08df814408
Feat: delete volume confirmation
2024-09-04 22:33:47 +02:00
Vahor
0dad77af33
save versions.json during CheckForUpdatesJob
2024-09-04 21:25:45 +02:00
ayntk-ai
f4263ee022
Feat: User deletion confirmation
2024-09-04 21:14:18 +02:00
ayntk-ai
3e04a7958e
Feat/Fix: Proxy stop and restart confirmation
2024-09-04 20:41:17 +02:00
ayntk-ai
371fe53911
Feat: confirm server deletion
2024-09-04 20:06:22 +02:00
Nathan
f43298a610
Merge branch 'next' into pull-coolify-only-on-updates
2024-09-04 19:43:16 +02:00
Vahor
02f950edc7
fix: pull coolify image only when the app needs to be updated
2024-09-04 19:38:13 +02:00
ayntk-ai
c16e914be4
Fix: DB image cleanup
2024-09-04 14:59:44 +02:00
ayntk-ai
bec974dca4
Fix application image cleanup
2024-09-04 14:54:43 +02:00
ayntk-ai
b314b08f25
Feat: stop service confirm
2024-09-04 14:34:46 +02:00
Andras Bacsai
bfeaae9caa
fix: env variable in value parsed
2024-09-04 14:33:16 +02:00
Andras Bacsai
a3a61dbe55
refactor: Update Docker Compose location handling in PublicGitRepository
2024-09-04 14:09:55 +02:00
Andras Bacsai
04ce622465
refactor: Update build_args property type in ApplicationDeploymentJob
2024-09-04 11:34:31 +02:00
Andras Bacsai
25480fe624
fix: openapi endpoint urls
2024-09-04 10:09:10 +02:00
mahansky
b0039885eb
use computed property
2024-09-04 03:39:50 +02:00
Vahor
cadb12986c
fix: wrong executions order
2024-09-03 21:10:44 +02:00
mahansky
63a07e7649
deployment log improvements
2024-09-03 20:09:42 +02:00
ayntk-ai
9a2d5be354
Feat: confirm file storage
2024-09-03 18:31:06 +02:00
Andras Bacsai
eaabf94cd7
chore: Add cd command to change directory before removing .env file
2024-09-03 17:27:22 +02:00
ayntk-ai
d94e39ccc7
Feat: service confirmation
2024-09-03 16:59:51 +02:00
Andras Bacsai
a7d67e44ca
fix: copy large compose files through scp (not ssh)
2024-09-03 11:47:30 +02:00
ayntk-ai
20558d438a
remove ray
2024-09-03 00:30:15 +02:00
ayntk-ai
ff1e08cf8b
add toast dispatching
2024-09-02 23:25:18 +02:00
ayntk-ai
dfd218ec06
fixes here and there
2024-09-02 19:27:21 +02:00
root
ae4c889fa2
Fix API documentation for project creation endpoint
2024-09-02 11:05:58 +02:00
ayntk-ai
f8226cf892
confirm backup deletion
2024-08-31 19:31:01 +02:00
ayntk-ai
d2a0621f93
delete backup folder if empty
2024-08-31 18:38:57 +02:00
ayntk-ai
38845d7eb0
confirm backup and delete all backups of the job
2024-08-31 18:29:19 +02:00
ayntk-ai
3b3bc6c33b
fix default checkbox state false or true
2024-08-31 16:19:39 +02:00
ayntk-ai
b656cabb33
delete project confirmation
2024-08-31 15:07:50 +02:00
ayntk-ai
830c047ccf
delete environment confirmation
2024-08-31 15:06:07 +02:00
ayntk-ai
a3dd48de1d
destination and dashboard confirmation
2024-08-31 14:51:59 +02:00
Andras Bacsai
c6df243623
chore: Update Coolify version to 4.0.0-beta.324 and fix file paths in upgrade script
2024-08-31 00:01:34 +02:00
ayntk-ai
bff6964d4a
scheduled task deletion
2024-08-30 20:33:12 +02:00
ayntk-ai
9136d7acdc
WIP more delete confirmations
2024-08-30 20:00:04 +02:00
Vahor
bf475e538c
don't check logDrain installation if it's not enabled
2024-08-30 17:29:25 +02:00
ayntk-ai
da0398f35d
remove unused code
2024-08-29 21:47:17 +02:00
ayntk-ai
6820fcc084
Fix name for services and DBs
2024-08-29 18:53:49 +02:00
ayntk-ai
182af1ec18
Fix application delete
2024-08-29 18:01:16 +02:00
Andras Bacsai
5e4eb7dead
feat: add coolify build env variables to building phase
2024-08-29 15:49:22 +02:00
Andras Bacsai
301a3596e8
refactor: Update environment variable handling in StartClickhouse.php and ApplicationDeploymentJob.php
2024-08-29 15:11:54 +02:00
Andras Bacsai
e7b050a4da
Merge branch 'next' into env-vars
2024-08-29 14:35:04 +02:00
Andras Bacsai
020256b9b5
refactor: Remove commented out code for getIptables() in Dashboard.php
2024-08-29 13:28:02 +02:00
Andras Bacsai
d586aa0377
fix: service ui sync bug
2024-08-29 13:00:43 +02:00
Andras Bacsai
4a64374bb3
fix: preview fqdn generation
2024-08-29 12:50:04 +02:00
Andras Bacsai
cfc6518157
refactor: Update parse method in Advanced, All, ApplicationPreview, General, and ApplicationDeploymentJob classes
2024-08-29 12:39:37 +02:00
Andras Bacsai
b8a37d897e
fix: Fix directory and file mount headings in file-storage.blade.php
2024-08-29 12:03:23 +02:00
Andras Bacsai
d27b1766e6
feat: Add Code Server environment variables to Service model
2024-08-29 10:44:16 +02:00
Andras Bacsai
5525c02c7f
fix: delete preview deployments + cleanup stucked
...
fix: parser
2024-08-28 22:05:49 +02:00
Andras Bacsai
be8a8bf2ee
fix: parser
...
feat: new coolify envs for fqdn and urls
2024-08-28 18:12:00 +02:00
Andras Bacsai
43f2f1ef2b
fix: if compose file has more that 6 components, force stop
...
fix: parser
2024-08-28 15:45:11 +02:00
Vahor
f6d649307c
test add_coolif_default_environment_variables
2024-08-28 13:30:59 +02:00
Vahor
b51065a003
add generate_fluentd_configuration() method in shared
2024-08-28 13:00:33 +02:00
Andras Bacsai
954d82207d
MORE PARSERS
2024-08-27 21:48:25 +02:00
Vahor
0cf595e552
remove unused tag
2024-08-27 20:52:51 +02:00
Vahor
c87732b065
revert format
2024-08-27 20:47:17 +02:00
Vahor
2d9c583af3
add env vars on old compose parser
2024-08-27 19:36:22 +02:00
Vahor
7103dccc72
add env vars for compose base apps
2024-08-27 19:09:04 +02:00
Vahor
a245d16e05
add env vars for db services 😢
2024-08-27 18:57:02 +02:00
Vahor
eb22155dcc
send new vars to logdrain
2024-08-27 18:41:33 +02:00
Vahor
49a53236b0
add env vars
2024-08-27 18:41:19 +02:00
Andras Bacsai
d8d821e7a9
parser parser
2024-08-27 16:02:52 +02:00
ayntk-ai
4726676248
make things more clear
2024-08-27 14:19:37 +02:00
ayntk-ai
9040f5d2a1
confirm with password
2024-08-27 13:44:12 +02:00
Andras Bacsai
a03dc8ea5e
refactor: Remove unused PullCoolifyImageJob from schedule
2024-08-26 15:39:02 +02:00
Andras Bacsai
182ddeefcb
refactor: Remove unused server timezone seeder and related code
2024-08-26 15:36:22 +02:00
Andras Bacsai
68169f75d1
refactor: Remove unused server timezone seeder and related code
2024-08-26 15:26:08 +02:00
Andras Bacsai
b8ff0540e2
Merge branch 'next' into set-server-timzone-setting
2024-08-26 13:21:21 +02:00
Andras Bacsai
3d73c98779
fix: docker cleanup job
2024-08-26 12:23:03 +02:00
Andras Bacsai
d748d8b7c6
Merge branch 'next' into auto-cleanup-improvements
2024-08-26 11:13:40 +02:00
Andras Bacsai
040115d6b1
Merge pull request #3113 from djsisson/preview-build-env-var
...
fix bug in preview build env vars
2024-08-26 10:55:36 +02:00
Andras Bacsai
cb39544808
refactor: Remove unnecessary code in DatabaseBackupJob and BackupExecutions
2024-08-26 10:32:05 +02:00
Andras Bacsai
1a232b9b10
Merge pull request #3186 from valentinschabschneider/main
...
feat: order scheduled task executions
2024-08-26 10:30:44 +02:00
Andras Bacsai
d0ce31c9e0
Merge pull request #3215 from bohdan-shulha/patch-1
...
Avoid crash if the team is not set
2024-08-26 09:46:28 +02:00
Bohdan Shulha
f98805c68b
Avoid crash if the team is not set
2024-08-24 13:04:33 +02:00
Andras Bacsai
fe89269b4b
rename parser functions
2024-08-23 20:57:22 +02:00
Andras Bacsai
eece96e717
revert parser to the default for now
2024-08-23 20:54:38 +02:00
Andras Bacsai
b12f768c56
fix: numberoflines should be number
2024-08-23 20:42:58 +02:00
ayntk-ai
3d7a467abf
WIP WIP
2024-08-23 19:00:18 +02:00
Andras Bacsai
355352417e
add telescope for debugging
2024-08-23 16:53:13 +02:00
Andras Bacsai
6fbdfee3e7
refactor: Update dockerComposeParser to use YAML data from $yaml instead of $compose
2024-08-23 14:31:16 +02:00
Andras Bacsai
af1b479d73
fix: parser
...
ui: storage layout changed
2024-08-23 14:21:12 +02:00
Andras Bacsai
0f9076562f
fix: parser parser
2024-08-23 11:32:58 +02:00
Andras Bacsai
5394223f6b
fix:new parser only in dev
2024-08-22 16:50:29 +02:00
Andras Bacsai
1e24ab9146
fix: parser parser parser
2024-08-22 15:05:04 +02:00
Andras Bacsai
62d63037e2
refactor: Add null check for docker_compose_raw in parseCompose()
2024-08-22 11:46:11 +02:00
Andras Bacsai
ecb2c3b7b8
chore: new compose parser with tests
2024-08-21 20:32:02 +02:00
ayntk-ai
388f8c4e95
Security fix redis password and username logic
2024-08-21 19:20:03 +02:00
ayntk-ai
a2ba67ea34
Add redis username
2024-08-21 19:19:36 +02:00
Valentin Schabschneider
9462915c83
feat: order scheduled task executions
2024-08-21 14:53:53 +00:00
Andras Bacsai
7d7cdf41f7
fix: storages with preserved git repository
2024-08-21 14:31:17 +02:00
Andras Bacsai
3f9f197282
fix: docker cleanup job
2024-08-21 10:50:05 +02:00
Andras Bacsai
8dc26a18d8
refactor: Remove unnecessary network cleanup in Init.php
2024-08-19 10:41:48 +02:00
ayntk-ai
0337c4e79d
Fix submit method naming
2024-08-18 23:27:24 +02:00
ayntk-ai
012c23586d
rename to docker cleanup and and feedback implementation
2024-08-18 23:16:59 +02:00
ayntk-ai
5d32bd250b
Fix cleanup Docker according to feedback
2024-08-18 22:41:06 +02:00
Darren Sisson
f3df26ea9a
fix bug in preview build env vars
2024-08-17 22:05:10 +01:00
ayntk-ai
a0689ca5fc
fix cron issues for UI and applications
2024-08-16 22:05:38 +02:00
ayntk-ai
9ab03e52a3
remove ray
2024-08-16 22:03:43 +02:00
ayntk-ai
48734e53d0
formatting
2024-08-16 21:22:06 +02:00
ayntk-ai
80b90b3a2c
fix UI of cron jobs
2024-08-16 21:21:37 +02:00
ayntk-ai
62ecc45f21
Feat: recent backups UI
2024-08-16 21:06:36 +02:00
ayntk-ai
789adc77fd
fix DB server
2024-08-16 19:29:44 +02:00
ayntk-ai
4af7b8f451
made function private again and remove unused code
2024-08-16 18:02:14 +02:00
ayntk-ai
00f20c708f
remove mount default timezone
2024-08-16 17:09:30 +02:00
ayntk-ai
6242243ced
get timezone and server correctly for UI
2024-08-16 16:18:57 +02:00
ayntk-ai
fda6c03505
get server correctly for scheduled tasks
2024-08-16 16:18:33 +02:00
ayntk-ai
883a52afe9
show cron execution with timezone
2024-08-16 16:01:57 +02:00
ayntk-ai
dab5f0fe09
add logic
2024-08-16 16:01:41 +02:00
Andras Bacsai
d2eaf4f2e3
feat: Able to select different postgres database
2024-08-16 15:33:55 +02:00
ayntk-ai
e3b9884247
UI fix
2024-08-16 14:45:40 +02:00
Andras Bacsai
f106e6e37b
feat: add custom docker container options to all databases
2024-08-16 13:56:47 +02:00
ayntk-ai
ea4b085dbe
add server timezone to every schedule
2024-08-16 13:04:44 +02:00
ayntk-ai
1892ce4e12
Feat: cron jobs are executed based on the server timezone
2024-08-16 12:58:19 +02:00
Andras Bacsai
2227858f58
refactor: Load environment variables based on resource type in sortEnvironmentVariables()
2024-08-16 12:23:31 +02:00
Andras Bacsai
eaefb3a6fb
fix: backup of password protected postgresql database
2024-08-16 11:53:27 +02:00
Andras Bacsai
fcfbba4dc6
fix: canceling deployment on build server
2024-08-15 14:05:17 +02:00
ayntk-ai
a478ebef2e
remove result var
2024-08-15 13:37:52 +02:00
ayntk-ai
f281e92954
remove ray
2024-08-15 13:36:17 +02:00
Andras Bacsai
1069e33601
refactor: Add conditional check for volumes in generate_compose_file()
2024-08-15 13:32:44 +02:00
ayntk-ai
39b132f7e9
verification compares to destination timezone
2024-08-15 13:30:08 +02:00
ayntk-ai
a1915e40f7
new timezone validation and conversion to check
2024-08-15 13:25:30 +02:00
ayntk-ai
a51b306c08
support all coolify supported os and improve symbolic link creation
2024-08-15 13:13:52 +02:00
Andras Bacsai
29192a79d0
fix: application patch request instant_deploy
2024-08-15 12:49:50 +02:00
Andras Bacsai
c7a79514cc
refactor: Improve saving of custom internal name in Advanced.php
2024-08-15 12:13:39 +02:00
Andras Bacsai
4b744bc88a
fix: pr build names in case custom name is used
2024-08-15 12:13:29 +02:00
ayntk-ai
1376846077
fix: timezone not updated when systemd is missing
2024-08-15 12:04:06 +02:00
Andras Bacsai
9864d380a3
fix: sync fqdn change on the UI
2024-08-15 11:23:44 +02:00
ayntk-ai
ef6cfd47c3
add check if timezone was actually changed
2024-08-15 00:51:45 +02:00
ayntk-ai
f0b9bd2cf2
set default time zone and remove success message
2024-08-15 00:31:23 +02:00
ayntk-ai
44f319460f
remove unnecessary validation and fix safe to DB
2024-08-14 23:29:33 +02:00
ayntk-ai
99f2d4d711
Feat: actually update timezone on the server
2024-08-14 23:18:55 +02:00
ayntk-ai
f93fe75de9
new fields in server setttings
2024-08-14 21:54:28 +02:00
ayntk-ai
a4f80fd260
required server settings and make sure cron is a string
2024-08-14 21:54:01 +02:00
ayntk-ai
8aa161d530
remove unnecessary cron
2024-08-14 21:53:03 +02:00
ayntk-ai
53bcf81af5
fix get corn job correctly form server settings
2024-08-14 21:52:12 +02:00
Andras Bacsai
f90316b050
Merge pull request #3062 from peaklabs-dev/fix-#3022
...
Fix: Environment variables are not saving and sorting is not working properly in some cases
2024-08-14 21:13:23 +02:00
Andras Bacsai
0a02317248
Merge branch 'next' into main
2024-08-14 21:00:56 +02:00
Andras Bacsai
dea5e5f6e2
Merge pull request #3068 from LEstradioto/fix-docker-empty-compose-network
...
fix: docker compose destination network
2024-08-14 20:52:59 +02:00
ayntk-ai
4d12447715
order column added to track order of env in the UI
2024-08-14 20:35:08 +02:00
Andras Bacsai
529dc0f7b0
revert the last commit lol
2024-08-14 10:47:06 +02:00
Andras Bacsai
14937970e2
fix: connect compose apps to the right predefined network
2024-08-14 10:45:44 +02:00
Andras Bacsai
ea3e4f3188
fix: database custom environment variables
2024-08-13 14:25:24 +02:00
Andras Bacsai
094499e1a3
refactor: Update OpenApi command to generate documentation
2024-08-13 13:27:50 +02:00
Andras Bacsai
de34150451
fix: all mongo v4 backups should use the different backup command
2024-08-13 13:08:22 +02:00
Andras Bacsai
06013e77e4
fix: if volumes + file mounts are defined, should merge them together in the compose file
2024-08-13 12:32:39 +02:00
Jonathan Reisdorf
096e366547
fix: server status when there are multiple servers
2024-08-13 10:57:59 +02:00
Luan Estradioto
80aeb096c9
fix: docker compose destination network
2024-08-12 23:44:25 -03:00
ayntk-ai
fbde257166
fix disable/enable environment variabel sorting
2024-08-12 23:00:08 +02:00
ayntk-ai
a15f4d86de
added timezone update logic
2024-08-12 18:40:32 +02:00
Andras Bacsai
0e54ed1343
feat: preserve git repository with advanced file storages
2024-08-12 16:06:24 +02:00
ayntk-ai
e28289ce1e
cleanup all.php
2024-08-12 14:46:30 +02:00
ayntk-ai
122491808c
fix env deletion and sorting of locked envs
2024-08-12 14:44:18 +02:00
ayntk-ai
1d7c833b7c
fix sort alphabetically
2024-08-12 14:13:03 +02:00
ayntk-ai
93444ea872
fix manual safe button and few simplifications
2024-08-12 14:06:00 +02:00
ayntk-ai
c5aba34a6f
new submit logic
2024-08-12 13:23:36 +02:00
ayntk-ai
365f957b8a
remove duplicated sentinel pull job
2024-08-12 12:43:06 +02:00
ayntk-ai
a5db3b85fa
cron logic
2024-08-12 12:42:15 +02:00
Andras Bacsai
f87e6bcfc6
refactor: Update RabbitMQ configuration to use environment variable for port
2024-08-12 12:37:39 +02:00
Andras Bacsai
e068581862
refactor: Refresh application to get latest database changes
2024-08-12 11:35:30 +02:00
Andras Bacsai
4904b33a0f
refactor: Update event listeners in Show components
2024-08-12 11:35:26 +02:00
ayntk-ai
27a15138b7
Feat UI form
2024-08-10 00:12:53 +02:00
ayntk-ai
adc3346f7b
cleanup docker improvements
2024-08-09 23:27:39 +02:00
ayntk-ai
5b54dc8792
Revert "improve CleanupDocker.php"
...
This reverts commit b5360e5e75 .
2024-08-09 23:25:57 +02:00
ayntk-ai
b5360e5e75
improve CleanupDocker.php
2024-08-09 23:12:30 +02:00
ayntk-ai
840e225aa8
formatting and waring text
2024-08-09 22:43:18 +02:00
ayntk-ai
7d1179e7c8
fix cleanup images for databases
2024-08-09 22:25:39 +02:00
ayntk-ai
16a5c601e3
graceful db stop and db deletion fixes
2024-08-09 22:15:45 +02:00
ayntk-ai
c566152f37
improve graceful_shutdown_container
2024-08-09 20:28:57 +02:00
ayntk-ai
2ca6ffb84e
fix public function service.php
2024-08-09 19:57:53 +02:00
ayntk-ai
41be1f7666
use public function
2024-08-09 19:39:43 +02:00
ayntk-ai
450351921e
added public functions
2024-08-09 19:39:21 +02:00
ayntk-ai
a4bb87d13b
simplify DeleteService.php
2024-08-09 19:22:14 +02:00
ayntk-ai
1cfddfd529
fix stop large amount of containers
2024-08-09 19:17:58 +02:00
ayntk-ai
72bcf03cbb
graceful service container stop
2024-08-09 18:59:41 +02:00
ayntk-ai
5595853379
WIP database network, image removal
2024-08-09 03:03:40 +02:00
ayntk-ai
97c2bedda2
add delete_connected_networks function to services.php
2024-08-09 03:00:30 +02:00
ayntk-ai
d980c7a425
only run network removal on stop service if it is not a deletion operation
2024-08-09 02:59:41 +02:00
ayntk-ai
53dff4ca4f
simplify uuid variabel
2024-08-09 02:58:59 +02:00
ayntk-ai
e67e03f73f
added comments and removed temp ones
2024-08-09 02:15:40 +02:00
ayntk-ai
86a087056e
fix volume deletion for services
2024-08-09 02:11:42 +02:00
ayntk-ai
51071da700
fix order
2024-08-09 01:00:07 +02:00
ayntk-ai
0135e2b5c0
add logic
2024-08-09 00:30:11 +02:00
ayntk-ai
2f95349888
Merge branch 'coollabsio:main' into fix-#2546-deletion-issues
2024-08-08 15:40:13 +02:00
Andras Bacsai
2e06acf653
servercheckjob should not overlap
2024-08-08 14:02:21 +02:00
Andras Bacsai
e2726d9dfb
fix: manual update process
2024-08-08 13:32:15 +02:00
Andras Bacsai
8fa1fcf96e
refactor: Update Server model getContainers method to use collect() for containers and containerReplicates
2024-08-08 13:20:10 +02:00
Andras Bacsai
c2e431d631
refactor: Update StandalonePostgresql database initialization and backup handling
2024-08-08 12:44:47 +02:00
ayntk-ai
4d0acee95c
UI options for deletion WIP
2024-08-08 12:31:37 +02:00
Andras Bacsai
6fb88ed479
fix: scheduledbackup not found
2024-08-08 12:19:27 +02:00
ayntk-ai
74bea37b43
Merge branch 'coollabsio:main' into fix-#2546-deletion-issues
2024-08-08 11:50:57 +02:00
Andras Bacsai
777bff6553
refactor: Update Traefik labels on init and cleanup unnecessary dynamic proxy configuration
2024-08-08 11:15:33 +02:00
Andras Bacsai
d3b3c2f7fd
fix: Add missing middleware for server check job
2024-08-08 10:28:34 +02:00
ayntk-ai
070daee28e
remove networks and cleanup unused images when stoping dockercompose build pack containers
2024-08-08 01:19:17 +02:00
ayntk-ai
df796dffa2
fix delte networks and unused images of services when deleted
2024-08-08 01:02:48 +02:00
Andras Bacsai
0b000919cf
feat: able to generate only the required labels for resources
2024-08-07 18:27:50 +02:00
Andras Bacsai
59702c6dbc
refactor: Update ProxyTypes enum values to use TRAEFIK instead of TRAEFIK_V2
2024-08-07 17:52:51 +02:00
Andras Bacsai
13e8d3c17c
fix: update Traefik labels on init
2024-08-07 17:52:43 +02:00
Andras Bacsai
dc5c324f9c
feat: Update Upgrade component to check for latest version of Coolify
2024-08-07 12:16:06 +02:00
Andras Bacsai
f0278bc33d
fix: show latest version on manual update view
2024-08-07 12:10:31 +02:00
Andras Bacsai
052565f4e8
Merge pull request #3011 from stooit/feat/enhance-services-api
...
Return applications & databases in service API.
2024-08-07 12:02:18 +02:00
Andras Bacsai
64146a46fc
chore: Update UpdateCoolifyJob to dispatch CheckForUpdatesJob synchronously
2024-08-07 11:58:53 +02:00
Andras Bacsai
5a82395bb7
feat: Update auto update and update check frequencies in settings
2024-08-07 11:55:16 +02:00
Andras Bacsai
d3085e1ade
feat: Add manual update check functionality to settings page
2024-08-07 11:42:55 +02:00
Andras Bacsai
af41ed26ba
chore: Update UpdateCoolifyJob timeout to 10 minutes
2024-08-07 11:10:02 +02:00
Andras Bacsai
961ba49d89
fix: Handle null and empty disk usage in DockerCleanupJob
2024-08-07 10:54:22 +02:00
Andras Bacsai
a2150f2f7d
refactor: Remove unused code and optimize CheckForUpdatesJob
2024-08-07 10:50:12 +02:00
Andras Bacsai
e4c3d61b76
fixes
2024-08-07 09:50:29 +02:00
Andras Bacsai
869f0878c2
fix (cloud): cloud instance should get latest servics on update (all servers)
2024-08-07 09:50:12 +02:00
Stuart Rowlands
dfb6d4da3d
Return applications & databases in service API.
2024-08-07 17:20:55 +10:00
Andras Bacsai
73a265107a
Merge branch 'next' of github.com:coollabsio/coolify into next
2024-08-06 14:38:41 +02:00
Andras Bacsai
b77171d2f2
fix: settings view
...
feat: add separate views for settings
2024-08-06 14:36:56 +02:00
andrasbacsai
8b817dad87
Fix styling
2024-08-06 12:04:23 +00:00
Andras Bacsai
c4436aadfa
Merge pull request #3000 from ayntk-ai/update-settings-improvements
...
Feat: Updated Check Frequency and Auto Update Frequency settings
2024-08-06 14:03:41 +02:00
Andras Bacsai
c9a7af0ffa
chore: Update navbar and configuration to improve service status check functionality
2024-08-06 14:02:24 +02:00
Andras Bacsai
e897eb2999
fix: Stop resources gracefully
2024-08-06 13:27:06 +02:00
Andras Bacsai
b66c511160
refactor: Update timeout for graceful_shutdown_container in ApplicationDeploymentJob
2024-08-06 13:07:32 +02:00
Andras Bacsai
a866bf437d
Merge branch 'next' of github.com:coollabsio/coolify into next
2024-08-06 13:07:03 +02:00
Andras Bacsai
a4f107e191
fix: graceful shutdown
2024-08-06 13:05:34 +02:00
andrasbacsai
f22d7741a3
Fix styling
2024-08-06 10:13:34 +00:00
Andras Bacsai
f4d64e121c
Merge pull request #2969 from alexzvn/feat/graceful-shutdown
...
feat: add graceful shutdown
2024-08-06 12:13:00 +02:00
ayntk-ai
0459baa55e
Update Kernel.php
2024-08-06 11:48:43 +02:00
ayntk-ai
a426c00a03
should work :)
2024-08-06 11:47:48 +02:00
ayntk-ai
fd36e143e0
final conflict hopfully :)
2024-08-06 11:46:26 +02:00
ayntk-ai
2243a3304b
remove duplicates
2024-08-06 11:43:55 +02:00
ayntk-ai
bb23141138
add backup line twice
2024-08-06 11:42:01 +02:00
ayntk-ai
5f1e1c0ac4
fix another conflict
2024-08-06 11:41:24 +02:00
ayntk-ai
c4cf116e6e
more fixes
2024-08-06 11:38:30 +02:00
ayntk-ai
f7b1aaca92
fix fix
2024-08-06 11:35:22 +02:00
Andras Bacsai
0ce41d2c1c
chore: Update registration view to display a notice for first user that it will be an admin
2024-08-06 11:34:51 +02:00
ayntk-ai
d9edb1c72f
fix
2024-08-06 11:32:37 +02:00
Andras Bacsai
22f04e4708
refactor: Remove unnecessary debug statement in ApplicationDeploymentJob
2024-08-06 11:27:10 +02:00
ayntk-ai
d9a079c289
fix conflict in kernel.php
2024-08-06 11:25:57 +02:00
Andras Bacsai
3c98b558f6
fix: do not use port exposes on docker compose buildpacks
2024-08-06 11:16:49 +02:00
Andras Bacsai
e3c7c615c6
refactor: Cleanup unnecessary dynamic proxy configuration in Init command
2024-08-06 10:53:13 +02:00
Andras Bacsai
74e8a4a703
refactor: Simplify log drain installation and stop log drain if necessary
2024-08-06 10:52:47 +02:00
Andras Bacsai
c5de1a25c3
refactor: Remove unnecessary debug statement in ServerCheckJob
2024-08-06 09:45:48 +02:00
ayntk-ai
50ede5cab9
remove comments and remove duplicated scheduling
2024-08-05 20:57:27 +02:00
ayntk-ai
4dfec6771c
added defaults, remove duplicated cron validation
2024-08-05 20:31:06 +02:00
Andras Bacsai
92ebc3f0c6
refactor
2024-08-05 20:08:37 +02:00
Andras Bacsai
3e0821e471
refactor
2024-08-05 20:07:08 +02:00
ayntk-ai
38976dac12
fixes and check for valid cron expressions
2024-08-05 20:05:38 +02:00
Andras Bacsai
ea5101c814
fix: file storages (dir/file mount) handled properly
2024-08-05 20:00:57 +02:00
Andras Bacsai
8133a8b770
fix: dir mounts should have proper dirs
2024-08-05 18:38:13 +02:00
Andras Bacsai
3269ca3eb8
chore: Add comment explaining the purpose of disconnecting the network in cleanup_unused_network_from_coolify_proxy()
2024-08-05 18:27:54 +02:00
Andras Bacsai
012d660886
fix: remove network if it is only connected to coolify proxy itself
2024-08-05 18:16:29 +02:00
Andras Bacsai
ddb4b4d215
refactor: Simplify log drain installation in ServerCheckJob
2024-08-05 16:45:30 +02:00
Andras Bacsai
2725a93bfd
fix: only run logdrain if necessary
2024-08-05 16:44:50 +02:00
ayntk-ai
27e82f0bde
implement logic, jobs and add DB migrate
2024-08-05 16:31:41 +02:00
Andras Bacsai
e4b92bb660
feat: new server checking job
...
feat: show if the server has problems on ui
2024-08-05 15:48:15 +02:00
Andras Bacsai
bc48b42ff1
refactor: Remove unused code for checking server status in Heading.php
2024-08-05 15:02:33 +02:00
Andras Bacsai
39e3ea9f07
fix: async remote command
2024-08-05 13:51:34 +02:00
Andras Bacsai
465b254813
fix: if usagebefore cannot be determined, cleanup docker with force
2024-08-05 13:45:53 +02:00
Andras Bacsai
e2bc3f4841
refactor: Remove commented out code for cleaning up networks in CleanupDocker.php
2024-08-05 13:45:33 +02:00
Andras Bacsai
b38a651a08
feat: coolify init should cleanup stuck networks in proxy
2024-08-05 13:45:24 +02:00
Andras Bacsai
1d8c496906
feat: delete team in cloud without subscription
2024-08-05 12:03:36 +02:00
Andras Bacsai
e6e48c5812
fix: only append docker network if service/app is running
2024-08-01 13:47:58 +02:00
Andras Bacsai
fd855847ff
refactor: Adjust keep_days in CleanupDatabase.php based on environment
2024-08-01 09:07:54 +02:00
Andras Bacsai
35dbced3c5
refactor: Update CleanupDatabase.php to adjust keep_days based on environment
2024-08-01 08:52:58 +02:00
Alexzvn
1feb8488a3
cleanup
2024-07-29 08:09:27 +00:00
Alexzvn
342ef4d367
add graceful shutdown
2024-07-29 07:57:13 +00:00
Andras Bacsai
38d914076e
fix: update env on ui
2024-07-26 20:17:40 +02:00
Andras Bacsai
102dd6bfb1
fix: activity type invalid
2024-07-26 20:07:39 +02:00
Andras Bacsai
281c6e39a5
fix: members of root team should not see instance admin stuff
2024-07-26 14:54:24 +02:00
Andras Bacsai
d7350fad76
fix: several shared environment variables in one value, parsed correctly
2024-07-26 13:22:44 +02:00
Andras Bacsai
802cab4a70
fix: domain update on services on the UI
2024-07-26 11:58:14 +02:00
Andras Bacsai
25410cb31a
workaround for null bytes
2024-07-25 21:51:53 +02:00
Andras Bacsai
3dedf5548f
feat: new server check job
2024-07-25 20:30:22 +02:00
Andras Bacsai
2d2bb23708
Merge pull request #2879 from lorenzomigliorero/fix/bitbucket-repository-url
...
fix: bitbucket repos url
2024-07-25 14:23:58 +02:00
Andras Bacsai
f558f01ffd
fix: gitlab service
2024-07-25 14:14:00 +02:00
andrasbacsai
96c4f5b8da
Fix styling
2024-07-25 11:31:59 +00:00
Andras Bacsai
6a4aa492c0
fix: random generated uuid will be full length (not 7 characters)
2024-07-25 13:31:01 +02:00
Andras Bacsai
debd2a3433
fix: link in task failed job notifications
2024-07-25 13:30:38 +02:00
Andras Bacsai
8756141f1d
fix: remove pull always when uploading backup to s3
2024-07-25 12:11:47 +02:00
Andras Bacsai
b97abc600e
chore: remove commented out code for docker image pruning
2024-07-25 12:00:14 +02:00
Andras Bacsai
4b29636b42
fix: api -> application patch endpoint
2024-07-25 11:53:57 +02:00
Andras Bacsai
321c51f8ed
feat: check custom internal name through server's applications.
2024-07-25 11:30:31 +02:00
Andras Bacsai
69d8f706cf
fix: raw compose deployment .env not found
2024-07-25 11:07:32 +02:00
andrasbacsai
613830e6a6
Fix styling
2024-07-24 19:11:12 +00:00
Andras Bacsai
2ea146333e
fix: uuid in api docs type
2024-07-24 21:10:32 +02:00
andrasbacsai
f76d45b826
Fix styling
2024-07-24 12:27:21 +00:00
Andras Bacsai
f1e5b61970
feat: update API endpoint summaries
2024-07-23 14:36:44 +02:00
Andras Bacsai
189a8347ed
feat: add server api endpoints
2024-07-23 14:20:53 +02:00
Andras Bacsai
e96e8f6fec
feat: add patch request to projects
2024-07-23 11:48:38 +02:00
Andras Bacsai
38299ab507
feat: create/delete project endpoints
2024-07-23 11:36:05 +02:00
Andras Bacsai
f134171855
fix: restart proxy does not work + status indicator on the UI
2024-07-23 11:11:54 +02:00
Andras Bacsai
b68199a482
fix: Fix issue with deployment start command in ApplicationDeploymentJob
2024-07-22 15:09:50 +02:00
Andras Bacsai
0d8cc19698
fix: deleting application should delete preview deployments
2024-07-22 14:13:56 +02:00
Andras Bacsai
a3a1ff69e1
fix: preview deployments should be stopped properly via gh webhook
2024-07-22 13:06:03 +02:00
Andras Bacsai
12261b9082
chore: Remove commented out code for sending internal notification
2024-07-22 09:50:49 +02:00
Andras Bacsai
8ffbccf7db
fix: create file storage even if content is empty
2024-07-22 09:18:15 +02:00
Luan Estradioto
1138ec0dea
add storage:link to dev environment
2024-07-21 13:30:28 -03:00
Andras Bacsai
810488b115
fix: volume detection (dir or file) is fixed
2024-07-19 17:06:30 +02:00
Andras Bacsai
526d675272
refactor: Disable health check for Rust applications during deployment
2024-07-19 15:40:33 +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
Lorenzo Migliorero
2dbba366b7
fix: bitbucket repository url
2024-07-19 13:41:01 +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
2529496594
feat: preserve git repository
2024-07-18 13:14:07 +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
1c4eb31d59
fix: handle custom_internal_name check in ApplicationDeploymentJob.php
2024-07-18 12:10:59 +02:00
Andras Bacsai
4c031a7c05
fix: handle / in preselecting branches
2024-07-18 12:03:48 +02:00
Andras Bacsai
c0e88df3e8
feat: add readonly labels
2024-07-17 14:52:40 +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
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
0089e86dd1
refactor: Remove unused code and fix storage form layout
2024-07-15 12:23:06 +02:00
Andras Bacsai
b1c0f105ab
fix: update docker compose pull command with --policy always
2024-07-15 12:13:21 +02:00
Megumiso
dc6aee44b3
changed variable name for better readability
2024-07-13 13:26:51 +09:00
Megumiso
4ffea311e8
placement constraints is now working
2024-07-13 13:15:17 +09:00
Andras Bacsai
0f55e83591
revert: instancesettings
2024-07-12 15:45:36 +02:00
Andras Bacsai
a85066c644
fix: disable sentinel until a few bugs are fixed
2024-07-12 15:05:12 +02:00
Andras Bacsai
1c565fd502
refactor: Add lazy loading to tags in Livewire configuration view
2024-07-12 14:00:39 +02:00
Andras Bacsai
5778466947
refactor: Update Webhooks.php to use nullable type for webhook URLs
2024-07-12 13:54:12 +02:00
Andras Bacsai
49d011574d
refactor: Remove unnecessary code in AppServiceProvider.php
2024-07-12 13:34:48 +02:00
Andras Bacsai
046a358ae0
refactor: Update Dockerfile to set CI environment variable to true
2024-07-12 13:02:37 +02:00
Andras Bacsai
d23f5af957
hmmm
2024-07-12 12:59:53 +02:00
andrasbacsai
fa895db76e
Fix styling
2024-07-12 10:53:07 +00:00
Andras Bacsai
88f33be5b6
refactor: only get instanceSettings once from db
2024-07-12 12:51:55 +02:00
Andras Bacsai
21612cccf7
refactor: tags view
2024-07-12 12:51:13 +02:00
Andras Bacsai
39a7332343
refactored: webhooks view
2024-07-12 11:52:32 +02:00
Andras Bacsai
21825876fb
fix: service status changed event
2024-07-12 11:27:08 +02:00
Andras Bacsai
c851262d81
refactor: Reset default labels when docker_compose_domains is modified
2024-07-12 10:35:50 +02:00
Andras Bacsai
4b905dbfad
fix: update redirect URL in unauthenticated exception handler
2024-07-11 14:12:28 +02:00
Andras Bacsai
19097c6692
refactor: comment out unused code for network cleanup
2024-07-11 13:04:01 +02:00
Andras Bacsai
574bafd950
fix: cleanup parameter
2024-07-11 12:50:12 +02:00
Andras Bacsai
2b805f869a
fix/feat: better volume cleanups
2024-07-11 12:38:54 +02:00
Andras Bacsai
36c4be1d17
Merge branch 'next' of github.com:coollabsio/coolify into next
2024-07-11 11:30:23 +02:00
Andras Bacsai
f2d82e16d6
fix: remove volumes as well
2024-07-11 11:30:20 +02:00
andrasbacsai
c6658e1ac7
Fix styling
2024-07-11 09:20:09 +00:00
Andras Bacsai
22a7d85e58
Merge pull request #2760 from KobyW/next
...
fix: prevent instance fqdn persisting to other servers dynamic proxy config
2024-07-11 11:19:29 +02:00
Andras Bacsai
b3421b47b6
Merge pull request #2762 from Xiloe/gitea-pr-preview
...
fix: Gitea PR preview not working as intended
2024-07-11 11:17:35 +02:00
Andras Bacsai
e63e806572
fix: always set project name during app deployments
2024-07-11 11:14:20 +02:00
Andras Bacsai
62b84add36
feat: compose parser v2
2024-07-11 10:55:15 +02:00
Andras Bacsai
3ae990aa40
fix: api
2024-07-11 10:17:20 +02:00
Andras Bacsai
deb4b16ae1
feat: cleanup unused docker networks from proxy
2024-07-11 10:17:15 +02:00
Andras Bacsai
b37dc4c73e
fix: remove networks when deleting a docker compose based app
2024-07-11 10:16:56 +02:00
Andras Bacsai
7c4a722d72
refactor: Add force parameter to StartProxy handle method
2024-07-10 15:53:56 +02:00
Andras Bacsai
4ce36631e0
Refactor deployment API response structure
2024-07-10 11:15:43 +02:00
Andras Bacsai
26f4bcc77e
fix: return data of app update
2024-07-10 10:29:52 +02:00
Andras Bacsai
d05e23264b
fix: database input validators
2024-07-09 15:23:53 +02:00
Andras Bacsai
e7feac848a
descriptions
2024-07-09 14:12:36 +02:00
Andras Bacsai
33b965d9db
chore: more details
2024-07-09 13:59:54 +02:00
Andras Bacsai
6c33bd9c72
openapi services
2024-07-09 13:30:13 +02:00
Andras Bacsai
c72fd2fc9d
openapi databases
2024-07-09 13:19:21 +02:00
Andras Bacsai
2d3a6a4528
openapi work work
2024-07-09 10:45:10 +02:00
Tom Ferriere
01abc26316
removed redundant if statement
2024-07-07 10:45:44 +02:00
Xiloe
2dfe43fc3c
Fix styling
2024-07-07 08:02:36 +00:00
Tom Ferriere
f71861300a
fix: gitea pr previews
2024-07-07 10:01:11 +02:00
Koby Wood
52d7841334
fix: prevent instance fqdn persisting to other servers dynamic proxy configs
...
fixes: 2650
2024-07-06 19:33:42 -04:00
Andras Bacsai
9c821e2480
init openapi generator
2024-07-06 14:34:15 +02:00
Andras Bacsai
f8f0aa171c
dev command updated
2024-07-06 14:33:59 +02:00
Andras Bacsai
38d9999814
refactor: Simplify code for retrieving subscription in Stripe webhook
2024-07-06 13:47:43 +02:00
Andras Bacsai
920305432b
feat: Improve internal notification message for early fraud warning webhook
2024-07-05 20:31:19 +02:00
Andras Bacsai
42fb8ab379
feat: early fraud warning webhook
2024-07-05 20:25:53 +02:00
Andras Bacsai
88ab385100
test openapi
2024-07-05 16:08:01 +02:00
Andras Bacsai
311c118834
fix: Add newline character to private key before saving
2024-07-05 13:35:51 +02:00
Andras Bacsai
f58a1a9ecf
feat: Rename CloudCleanupSubs to CloudCleanupSubscriptions
2024-07-04 14:28:01 +02:00
Andras Bacsai
efa2ae5177
api api api api
2024-07-04 13:45:06 +02:00
Andras Bacsai
5e55c799ec
api api api
2024-07-03 17:10:00 +02:00
Andras Bacsai
46e61cb409
fix: yaml everywhere
2024-07-03 16:27:28 +02:00
Andras Bacsai
b24a489c77
fix: api updates
2024-07-03 13:13:38 +02:00
Andras Bacsai
4459c9f73d
feat: api api api api api api
2024-07-02 16:12:04 +02:00
Andras Bacsai
3c13f1ff61
feat: restart database
...
feat: public dbs stay public after restart
feat: patch database conf
2024-07-02 13:39:44 +02:00
Andras Bacsai
c39d6dd407
feat: token permissions
...
feat: handle sensitive data
feat: handle read-only data
2024-07-02 12:15:58 +02:00
Andras Bacsai
1249b1ece9
fix: custom container name will be the container name, not just internal network name
2024-07-02 10:02:43 +02:00
Andras Bacsai
da6f2da3d0
feat: lots of api endpoints
2024-07-01 16:26:50 +02:00
Andras Bacsai
dbc235d84a
fix: check domain on new app via api
2024-07-01 11:39:10 +02:00
Andras Bacsai
b86924bc0e
feat: private gh deployments through api
2024-06-30 11:30:31 +02:00
Andras Bacsai
0fb8cf4241
Merge branch 'next' of github.com:coollabsio/coolify into next
2024-06-28 15:05:39 +02:00
Andras Bacsai
30b7e831c0
feat: new app API endpoint
2024-06-28 15:05:37 +02:00
andrasbacsai
e3c4ebb121
Fix styling
2024-06-28 10:04:28 +00:00
Andras Bacsai
2dd17cfac5
fix: force cleanup on busy servers
2024-06-28 12:03:38 +02:00
Andras Bacsai
93d04ef426
Merge branch 'next' of github.com:coollabsio/coolify into next
2024-06-28 11:00:05 +02:00
Andras Bacsai
70bfd4dd8a
fix: show keydbs/dragonflies/clickhouses
2024-06-28 11:00:02 +02:00
Andras Bacsai
be633f0560
fix: only run cloud clean on cloud + remove root team
2024-06-27 15:07:41 +02:00
Andras Bacsai
613e980267
fix: cleanup subs in cloud
2024-06-27 12:48:37 +02:00
Andras Bacsai
07508df8fd
fix: remove both option for api endpoints. it just makes things complicated
2024-06-26 13:57:04 +02:00
Andras Bacsai
2a52fb5872
feat: bulk env update api endpoint
2024-06-26 13:32:36 +02:00
Andras Bacsai
f45b3cab55
feat: more API endpoints
2024-06-26 13:00:36 +02:00
Andras Bacsai
eb76d63117
extend application put api
2024-06-25 21:22:23 +02:00
Andras Bacsai
0964c7a338
remove unnecessary things from application table
2024-06-25 21:22:14 +02:00
Andras Bacsai
ee199ed038
Merge branch 'next' of github.com:coollabsio/coolify into next
2024-06-25 15:05:53 +02:00
Andras Bacsai
41268fa20b
api: able to update application
2024-06-25 15:05:51 +02:00
andrasbacsai
7474896368
Fix styling
2024-06-25 12:30:37 +00:00
Andras Bacsai
116f5afe3c
chore: Refactor ServerStatusJob constructor formatting
2024-06-25 14:29:47 +02:00
Andras Bacsai
0f5690db85
fix: run container commands on high priority
2024-06-25 13:59:39 +02:00
Andras Bacsai
3ebb35a5cd
fix: remove lemon + paddle things
2024-06-25 13:54:58 +02:00
Andras Bacsai
a849c25672
improve: update process
2024-06-25 12:48:56 +02:00
Andras Bacsai
8b95b93c72
refactor: Add is_build_time property to nixpacks_php_fallback_path and nixpacks_php_root_dir
2024-06-25 12:43:16 +02:00
andrasbacsai
e658ed993a
Fix styling
2024-06-25 08:52:24 +00:00
Andras Bacsai
58fc897ea5
fix: run user commands on high prio queue
2024-06-25 10:51:32 +02:00
Andras Bacsai
2c92cc40e1
refactor: Update code to use str() instead of Str::of() for string manipulation
2024-06-25 10:37:10 +02:00
Andras Bacsai
1266810c4d
fix: better parsign performance for huge compose files
...
fix: env parsing
2024-06-25 10:34:56 +02:00
Andras Bacsai
8d85976ac0
revert savecomposeconfig
2024-06-24 23:47:55 +02:00
Andras Bacsai
5500a1edb3
refactor: Remove commented out code in Service model's saveComposeConfigs method
2024-06-24 22:46:19 +02:00
Andras Bacsai
feadc60b14
refactor: Improve handling of default environment in Service model's saveComposeConfigs method
2024-06-24 20:59:24 +02:00
Andras Bacsai
b59799dc2b
refactor: Add default environment to Service model's saveComposeConfigs method
2024-06-24 20:58:54 +02:00
Andras Bacsai
c3fb126a0a
refactor: Update Service model's saveComposeConfigs method
2024-06-24 20:55:12 +02:00
Andras Bacsai
99354f0d7d
Refactor default_environment method to handle projects with 0 environments
2024-06-24 18:41:44 +02:00
Andras Bacsai
97aa6139ea
fix: get envs before sortby
2024-06-24 15:20:52 +02:00
Andras Bacsai
73692a0c73
fix: remove cloud stripe notifications
2024-06-24 11:52:12 +02:00
Andras Bacsai
4c652b5818
Merge pull request #2629 from Thijmen/instance-name
...
Ability to give a name to an instance
2024-06-24 11:23:41 +02:00
Andras Bacsai
5201818f52
fix: monaco editor
...
fix: apex charts
2024-06-24 11:21:39 +02:00
Mahdi Taleghani
73bc07c7fb
Merge branch 'next' into feat/monaco-editor
2024-06-23 22:50:25 +03:30
MMTE
92049cba92
add monaco-editor as option to textarea component
2024-06-23 22:13:50 +03:30
MMTE
83d8963051
add MonacoEditor Component
2024-06-23 22:03:22 +03:30
Andras Bacsai
76ba365325
fix: slash in env names
...
ui: placement of env switcher
2024-06-23 17:47:58 +02:00
Andras Bacsai
a3255f3ab0
fix: refresh deployable compose without reload
2024-06-22 13:33:22 +02:00
Andras Bacsai
df53e8beda
refactor: Update docker-compose generation to use multi-line literal block
2024-06-22 13:32:45 +02:00
Andras Bacsai
003f97af24
fix: you can now add env variable from ui to services
2024-06-22 12:55:26 +02:00
Thijmen
c897aaafa7
Fix styling
2024-06-22 08:41:55 +00:00
Thijmen Stavenuiter
76a0659335
Improved name creation
2024-06-22 10:41:15 +02:00
Thijmen
cdabdb4558
Fix styling
2024-06-22 08:23:50 +00:00
Thijmen Stavenuiter
f43fc1e376
Linting
2024-06-22 10:23:02 +02:00
Thijmen Stavenuiter
70cd5d364c
Add ability to give a name to an instance
2024-06-22 10:22:57 +02:00
Andras Bacsai
34508a2fd1
feat: Add API endpoint to update application by UUID
2024-06-21 21:35:02 +02:00
Andras Bacsai
cd85094113
feat: more api endpoints
2024-06-21 16:46:13 +02:00
Andras Bacsai
c6a1eac586
Merge pull request #2597 from addvanced/bugfix/oauth-login-creates-user
...
fix: OAuth Login creates new user and ignores "Registration Allowed"-setting
2024-06-21 15:09:39 +02:00
Andras Bacsai
453b28baf7
fix: make server charts one livewire component with one interval selector
2024-06-21 14:49:13 +02:00
Andras Bacsai
28522418ff
refactor: Update gitCommitLink method to handle null values in source.html_url
2024-06-21 14:39:22 +02:00
Andras Bacsai
18bab41605
feat: preselect server and destination if only one found
2024-06-21 14:35:05 +02:00
Andras Bacsai
c5083ea897
feat: preselect prod or first env when selecting a project
...
feat: quickly switch between environments
2024-06-21 13:54:13 +02:00
andrasbacsai
575a789d1d
Fix styling
2024-06-20 12:52:57 +00:00
Andras Bacsai
fcb3d71cb4
feat: add high priority queue
2024-06-20 14:52:12 +02:00
Andras Bacsai
93c890ce41
refactor: Update Project/Show component to sort environments by created_at
2024-06-20 14:24:07 +02:00
Andras Bacsai
2421f7c35c
refactor: Update Application model to include getDomainsByUuid method
2024-06-20 14:07:24 +02:00
Andras Bacsai
1b135be3c5
Merge branch 'next' into main
2024-06-20 14:04:51 +02:00
Andras Bacsai
fff7ec9ba7
refactor: remove commented code for docker container removal
2024-06-20 13:54:15 +02:00
Andras Bacsai
0468f255e7
fix: static build with new nixpacks build process
2024-06-20 13:48:49 +02:00
Andras Bacsai
5da5158b14
Merge branch 'next' of github.com:coollabsio/coolify into next
2024-06-20 13:30:20 +02:00
Andras Bacsai
6493ce3fe0
refactor: update container name assignment in Application model
2024-06-20 13:30:17 +02:00
andrasbacsai
078772495a
Fix styling
2024-06-20 11:17:53 +00:00
Andras Bacsai
c81ad5cd03
feat: container metrics
2024-06-20 13:17:06 +02:00
Andras Bacsai
b7fd1b9f4c
Merge pull request #2553 from alexzvn/main
...
fix: application custom labels reset after saving
2024-06-19 16:14:07 +02:00
Kenneth Thomsen
b5be17c2d2
Fixed OAuth signin bug, ignoring the 'Allow Registration'-setting and registers a new user, even when the setting is disabled
2024-06-19 13:36:00 +02:00
Andras Bacsai
fa99cbce4a
do not load charts on mount
2024-06-19 10:33:34 +02:00
Andras Bacsai
d8984c42b5
Merge branch 'next' of github.com:coollabsio/coolify into next
2024-06-19 09:30:58 +02:00
Andras Bacsai
36f251e710
fix: charts
2024-06-19 09:30:56 +02:00
samirimtiaz1996
f3beacdc3f
Fix styling
2024-06-19 07:07:49 +00:00
andrasbacsai
d1a5f97f59
Fix styling
2024-06-19 06:59:46 +00:00
Andras Bacsai
a43de75b42
fix: metrics parsing
2024-06-19 08:58:57 +02:00
samirimtiaz1996
5530f7263f
Update Domains.php
2024-06-19 01:35:33 +06:00
samirimtiaz1996
d688244664
add endpoints for filtering applications by domain and managing container labels
...
- Add /api/v1/domains?uuid={application_uuid} endpoint (GET) to filter applications by domains for a given project UUID
- Add /api/v1/domains endpoint (PUT) to update domains and regenerate container labels
- Add /api/v1/domains endpoint (DELETE) to delete domains and regenerate container labels
2024-06-19 00:59:39 +06:00
andrasbacsai
ce15f8f1dd
Fix styling
2024-06-18 14:43:18 +00:00
Andras Bacsai
23ed697b98
feat: sentinel + charts
2024-06-18 16:42:42 +02:00
Andras Bacsai
83983bbb32
fix: remove sentinel variable
...
fix: metrics are disabled by default
2024-06-18 13:01:23 +02:00
Andras Bacsai
9d05276f94
remove: unnecessary notification
2024-06-18 12:47:55 +02:00
andrasbacsai
dc4916dc19
Fix styling
2024-06-17 12:22:17 +00:00
Andras Bacsai
1d0a1ab16a
feat: charts
2024-06-17 14:21:27 +02:00
Matheus Pratta
e5da464980
fix: convert HTTP to SSH source when using deploy key on GitHub
2024-06-16 02:23:29 -03:00
Matheus Pratta
e2db5e0b1e
fix: show proper error message on invalid Git source
2024-06-16 01:22:44 -03:00
Alexzvn
af38d0cc07
fix: application custom labels reset after saving
2024-06-15 00:01:58 +00:00
andrasbacsai
2b6fc16637
Fix styling
2024-06-14 12:24:28 +00:00
Andras Bacsai
e0a2e3bd0c
Merge branch 'next' of github.com:coollabsio/coolify into next
2024-06-14 14:23:42 +02:00
Andras Bacsai
1ecd0307ed
feat: COOLIFY_CONTAINER_NAME predefined variable
2024-06-14 14:23:40 +02:00
andrasbacsai
f10f3456d7
Fix styling
2024-06-14 12:10:40 +00:00
Andras Bacsai
b17be37aee
fix: db proxy status shown better in the UI
2024-06-14 14:09:56 +02:00
Andras Bacsai
f1562ccfd5
Merge branch 'next' of github.com:coollabsio/coolify into next
2024-06-13 14:48:26 +02:00
Andras Bacsai
bfe2fb6da8
refactor: Update Docker build commands for better performance and flexibility
2024-06-13 14:48:23 +02:00
Andras Bacsai
e4ee149085
refactor: Remove debug code for saving environment variables
2024-06-13 13:37:19 +02:00
andrasbacsai
a521d8549a
Fix styling
2024-06-13 11:15:09 +00:00
Andras Bacsai
566faba6e3
fix: handle laravel deployment better
2024-06-13 13:14:24 +02:00
andrasbacsai
dffcee6cf1
Fix styling
2024-06-13 10:03:36 +00:00
Andras Bacsai
7485c1240b
feat: nixpacks now could reach local dbs internally
2024-06-13 12:02:52 +02:00
andrasbacsai
5c8277ea1d
Fix styling
2024-06-12 10:28:52 +00:00
Andras Bacsai
9e3ffea22c
Merge branch 'next' of github.com:coollabsio/coolify into next
2024-06-12 12:28:11 +02:00
Andras Bacsai
9592076d45
fix: do no truncate repositories wtih domain (git) in it
2024-06-12 12:28:09 +02:00
andrasbacsai
2e01665340
Fix styling
2024-06-12 10:21:47 +00:00
Andras Bacsai
019cdd2b3a
fix: compose generator
2024-06-12 12:20:58 +02:00
Andras Bacsai
407b8de2b1
Merge branch 'next' of github.com:coollabsio/coolify into next
2024-06-12 12:05:11 +02:00
Andras Bacsai
f332a73122
feat: cancelling a deployment will check if new could be started.
2024-06-12 12:05:08 +02:00
andrasbacsai
2335abac91
Fix styling
2024-06-12 09:35:55 +00:00
Andras Bacsai
58b04b5fc8
fix: bitbucket link
2024-06-12 11:35:07 +02:00
Andras Bacsai
d5be00d29d
chore: Add ApplicationDeploymentJob and pint.json
2024-06-11 13:17:15 +02:00
Andras Bacsai
8b95b3c1bf
fix: just restart
2024-06-11 13:12:53 +02:00
Andras Bacsai
d05151466c
Merge pull request #2415 from tuarrep/patch-2
...
Fix Application `isDeploymentInprogress` method
2024-06-11 12:25:21 +02:00
andrasbacsai
47051127af
Fix styling
2024-06-11 09:36:42 +00:00
Andras Bacsai
7ad2e1ca05
Merge branch 'next' into php-codestyle
2024-06-11 11:36:07 +02:00
Andras Bacsai
7345ccbbee
feat: easily redirect between www-and-non-www domains
2024-06-11 11:32:08 +02:00
Thijmen
d86274cc37
Fix styling
2024-06-10 20:43:34 +00:00
Andras Bacsai
a125c0032b
chore: Remove commented out code for docker container removal
2024-06-10 21:57:44 +02:00
Andras Bacsai
2e4fd1530c
fix: multiline build args
2024-06-10 21:57:13 +02:00
Andras Bacsai
2beda08717
Refactor CheckLogDrainContainerJob handle method
2024-06-10 11:56:42 +02:00
Andras Bacsai
c80434141d
fix: gitlab merge request should close PR
2024-06-10 10:42:52 +02:00
Andras Bacsai
d1128c7a1e
fix: multiline variable should be literal + should be multiline in bash with \
2024-06-09 22:37:23 +02:00
Nicolas Perraut
5674879e23
Fix Application isDeploymentInprogress method
2024-06-09 22:12:13 +02:00
Andras Bacsai
aae81313a6
Refactor TelegramChannel to handle additional notification types
2024-06-09 21:44:13 +02:00
Andras Bacsai
4667f96b40
feat: db proxy logs
2024-06-09 21:33:17 +02:00
Andras Bacsai
a20290cac8
wip: new services based git apps
2024-06-07 17:21:46 +02:00
Andras Bacsai
35cea852ca
feat: add titles
2024-06-07 11:01:10 +02:00
Andras Bacsai
370c9b63cf
fix: post deployment command could fail, but won't make the deployment fail anymore
...
feat: better error for post deployment command
2024-06-06 15:13:21 +02:00
Andras Bacsai
7f052163e3
fix: comment id should be string
...
fix: do not wait for GH response, stop preview before
2024-06-06 12:50:38 +02:00
Andras Bacsai
8963f4fd62
refactor: Initialize null properties in Github Change component
2024-06-06 11:10:16 +02:00
Andras Bacsai
463021a9f3
refactor: Remove unused variables and improve code readability
2024-06-06 11:09:27 +02:00
Andras Bacsai
f71a8e9fef
fix: sort backup executions
2024-06-06 10:46:19 +02:00
Andras Bacsai
899d506faa
disable internal notifications on the cloud
2024-06-05 15:34:25 +02:00
Andras Bacsai
7fd0deedb1
feat: able to add several domains to compose based previews
2024-06-05 15:14:44 +02:00
Andras Bacsai
4fd3185d12
fix: backup executions view
2024-06-05 11:44:10 +02:00
Andras Bacsai
f5ccebfd41
early return
2024-06-05 11:21:02 +02:00
Andras Bacsai
294721eef9
fix: autoupdate process
2024-06-04 21:57:00 +02:00
Andras Bacsai
8af509992d
fix: custom docker compose commands, add project dir if needed
2024-06-04 21:26:49 +02:00
Andras Bacsai
cfe2f889a4
refactor: Append utm_source parameter to documentation URL
2024-06-04 12:59:35 +02:00
Andras Bacsai
2f321bcfd9
refactor: Update save_environment_variables method to use application's environment_variables instead of environment_variables_preview
2024-06-04 11:25:53 +02:00
Andras Bacsai
7723c623d5
fix: check env in args for compose based apps
2024-06-04 11:25:40 +02:00
Andras Bacsai
ab039adf97
remove new deploymentjob
2024-05-31 14:07:09 +02:00
Andras Bacsai
103f677a93
Update StackForm to sort fields by name
2024-05-31 12:55:14 +02:00
Andras Bacsai
62334ddef7
Merge pull request #2293 from iamEvanYT/vaultwarden-fix
...
Fix Vaultwarden + Add Configs
2024-05-31 12:44:16 +02:00
Andras Bacsai
48737f8e60
refactor: Update Docker Compose parsing for services
2024-05-31 12:28:49 +02:00
Andras Bacsai
0445052898
refactor: Add log entry when starting new application deployment
2024-05-31 12:07:42 +02:00
Andras Bacsai
ca934e7cdf
fix: allow invitations via email
2024-05-31 11:03:43 +02:00
Andras Bacsai
86474d9f90
fix: parse docker version better
2024-05-31 09:41:34 +02:00
Andras Bacsai
e3e938c8eb
refactor: Remove unnecessary logging statements from UpdateCoolify
2024-05-30 20:32:07 +02:00
Andras Bacsai
46a500f5e5
async update process
2024-05-30 20:02:11 +02:00
Andras Bacsai
cd58e0d01e
fixes
2024-05-30 19:45:36 +02:00
Andras Bacsai
30a9783348
feat: Add manual update option to UpdateCoolify handle method
2024-05-30 19:38:33 +02:00
Andras Bacsai
c839cf50af
fix: spamming :D
2024-05-30 19:35:44 +02:00
Andras Bacsai
072850be0b
Refactor ApplicationDeploymentJob.php to remove unnecessary code and improve code structure
2024-05-30 13:02:01 +02:00
Andras Bacsai
71d120bc4e
fix: fine-tune cdn pulls
2024-05-30 12:56:29 +02:00
Andras Bacsai
68d3cea528
fix: multiple server deployments
...
feat: custom preview deployment fqdn
ui: improvements here and there
2024-05-30 12:28:29 +02:00
Andras Bacsai
07e801f44d
refactor: Remove unnecessary debug statements and improve code structure in RunRemoteProcess.php and ApplicationDeploymentJob.php
2024-05-30 10:14:48 +02:00
Andras Bacsai
ee5c694aa2
fix: compose previews does have env variables
2024-05-30 10:14:43 +02:00
Andras Bacsai
dabb08ff4a
refactor: Remove unnecessary debug statement in ApplicationDeploymentJob.php
2024-05-29 18:51:38 +02:00
Andras Bacsai
66b0e04cc6
fix: able to redeploy dockerfile based apps without cache
2024-05-29 18:22:19 +02:00
Andras Bacsai
74824b7737
fix: compose load with non-root user
2024-05-29 18:01:10 +02:00
Andras Bacsai
df2bcdb854
refactor new deployment job
2024-05-29 15:28:03 +02:00
Andras Bacsai
a8e9ee2e95
Refactor ApplicationDeploymentJob.php to remove logo and improve code structure
2024-05-29 15:18:02 +02:00
Andras Bacsai
5093697b27
refactor: Improve code structure in ApplicationDeploymentJob.php
2024-05-29 15:17:39 +02:00
Andras Bacsai
1d5932e63f
revert
2024-05-29 15:15:03 +02:00
Andras Bacsai
022762c0c9
refactor: applicationdeploymentjob
2024-05-29 15:11:17 +02:00
Andras Bacsai
aaa06f4120
fix: build server dirs not created on main server
2024-05-29 11:17:16 +02:00
Andras Bacsai
a8c3a2d991
Refactor git commands in ApplicationDeploymentJob.php
2024-05-29 10:43:57 +02:00
Andras Bacsai
622095ebc4
fix: throw exception
2024-05-28 15:11:25 +02:00
Andras Bacsai
397b7fefe3
fix: test new upgrade process?
2024-05-28 15:05:18 +02:00
Andras Bacsai
10d38b709b
fix: add missing team model
2024-05-28 14:49:03 +02:00
Andras Bacsai
f50c483c64
fix: sync upgrade process
2024-05-28 14:44:03 +02:00
Evan
ba4be02e75
Merge branch 'next' into vaultwarden-fix
2024-05-28 12:39:54 +01:00
iamEvan
d4f6a86a57
Remove SMTP Env Variables
2024-05-28 12:39:40 +01:00
Andras Bacsai
e6cce350bd
fix: volume adding
2024-05-28 13:07:07 +02:00
iamEvan
39f787b7db
fix: sort by defined order + fixed typo
2024-05-27 23:41:42 +01:00
iamEvan
424437446d
Added Push Notification Variables
2024-05-27 23:40:35 +01:00
Andras Bacsai
ad5c1639e8
fix: do not allow service storage mount point modifications
2024-05-27 15:11:00 +02:00
Andras Bacsai
3c41608ee9
turn off docker engien restart for now
2024-05-27 14:16:10 +02:00
Andras Bacsai
035e145cd1
feat: add more persistent storage types
2024-05-27 14:14:44 +02:00
Andras Bacsai
2f621279c2
chore: Add null checks for team in Stripe webhook
2024-05-27 14:14:31 +02:00
Andras Bacsai
c30185c6ae
feat: Handle incomplete expired subscriptions in Stripe webhook
2024-05-27 12:03:48 +02:00
Evan
908c74eb27
Merge branch 'next' into vaultwarden-fix
2024-05-27 17:45:00 +08:00
Andras Bacsai
a6a0cb928a
fix: force load services from cdn on reload list
2024-05-27 10:27:18 +02:00
Evan
97da13c3c4
Merge branch 'coollabsio:main' into vaultwarden-fix
2024-05-27 16:04:02 +08:00
iamEvan
7134b46cdc
Fix Vaultwarden + Add Configs
2024-05-27 08:51:32 +01:00
Andras Bacsai
37e37d1998
fix: sentry
2024-05-24 17:37:51 +02:00
Andras Bacsai
ba62dadc00
fix: sentry
2024-05-24 17:28:05 +02:00
Andras Bacsai
26073b82fd
fix: sentry
2024-05-24 17:26:05 +02:00
Andras Bacsai
9b73bca79d
fix: sentry error + livewire downgrade
2024-05-24 17:20:20 +02:00
Andras Bacsai
0a0bb0ca13
fix: sentry
2024-05-24 17:06:26 +02:00
Andras Bacsai
652df47c5c
fix: sentry issue
2024-05-24 17:05:18 +02:00
Andras Bacsai
9248be2177
refactor: Update docker network creation in ApplicationDeploymentJob
2024-05-24 14:44:02 +02:00