Commit Graph

10826 Commits

Author SHA1 Message Date
Andras Bacsai
8350c3e039 fix: correct service update logic in Docker Compose parser 2025-01-20 13:59:02 +01:00
Andras Bacsai
3bc85b1a8c fix: validate private key through API
feat: able to add base64 encoded private key, not just oneline
2025-01-20 13:59:02 +01:00
Andras Bacsai
c891102db6 fix: add public key attribute to privatekey model 2025-01-20 13:59:02 +01:00
Andras Bacsai
57f61d4589 fix: docker image parser 2025-01-20 13:59:02 +01:00
Andras Bacsai
f35f45324b fix: server proxy set correctly through the API
fix: cannto delete localhost through the API.
2025-01-20 13:59:02 +01:00
peaklabs-dev
eaf546fe75 Update service-templates.json 2025-01-20 13:38:39 +01:00
Dominic Taylor
995382d3d7 fix(service): Change chatwoot service postgres image from postgres:12 to pgvector/pgvector:pg12 2025-01-20 11:35:59 +01:00
Zakher Masri
36a987eb9d fix(ui): missing underline for docs link in the Swarm section (#4860) 2025-01-20 11:33:25 +01:00
Andras Bacsai
815abb823c version++ 2025-01-17 17:31:17 +01:00
Andras Bacsai
0b42115127 feat: add root user details to install script 2025-01-17 17:30:26 +01:00
Andras Bacsai
54eb4e3ffe feat: add log file check message in upgrade script for better troubleshooting 2025-01-17 17:22:52 +01:00
Andras Bacsai
6062fa7b4d Merge pull request #4854 from coollabsio/next
fix new self-hosted installations
2025-01-17 14:01:40 +01:00
Andras Bacsai
ca2c66943c fix 2025-01-17 14:00:20 +01:00
Andras Bacsai
6e9960c010 revert revert so it will be good (say what?) 2025-01-17 13:44:37 +01:00
Andras Bacsai
78cd01d230 lock 2025-01-17 13:35:28 +01:00
Andras Bacsai
4f37b310d5 hmm 2025-01-17 13:33:13 +01:00
Viktor
350fd52b20 FIX: trigger.dev template - fixed port config 2025-01-17 14:29:45 +02:00
Andras Bacsai
56ae346b9d test 2025-01-17 13:22:04 +01:00
Andras Bacsai
37e4bfe93f test php8.2 2025-01-17 13:16:06 +01:00
Andras Bacsai
03c50a387c refactor: remove debug echo statements from Init command to clean up output and improve readability 2025-01-17 12:35:22 +01:00
Andras Bacsai
d043fbfeb9 refactor: streamline ProductionSeeder by removing debug logs and unnecessary checks, while ensuring essential seeding operations remain intact 2025-01-17 12:33:03 +01:00
Andras Bacsai
10b3c6b107 fix: update ProductionSeeder to check for private key instead of server's private key 2025-01-17 12:24:31 +01:00
Andras Bacsai
d3a6576a06 fix: create the private key before the server in the prod seeder 2025-01-17 12:14:03 +01:00
Andras Bacsai
973429d2c4 add debug logs 2025-01-17 11:38:22 +01:00
Andras Bacsai
6357b374e9 Merge pull request #4853 from coollabsio/next
fixes
2025-01-17 11:20:48 +01:00
Andras Bacsai
95ccf23e9d refactor: comment out RootUserSeeder call in ProductionSeeder for clarity 2025-01-17 11:19:45 +01:00
Andras Bacsai
a7e0653937 Merge pull request #4852 from coollabsio/next
v4.0.0-beta.382
2025-01-17 11:07:25 +01:00
Andras Bacsai
66a42f4023 Merge branch 'main' into next 2025-01-17 11:07:16 +01:00
Andras Bacsai
254e32a6bc fix: root user seeder should be the last (why? no idea. we will figure it out)
version ++
2025-01-17 11:06:09 +01:00
Andras Bacsai
916f8e3a74 Merge pull request #4598 from coollabsio/next
v4.0.0-beta.381
2025-01-17 09:36:05 +01:00
Andras Bacsai
54d656a9da feat: Add root user configuration variables to production environment 2025-01-16 22:29:16 +01:00
Andras Bacsai
8f32c32bc7 Merge pull request #4847 from coollabsio/feat-create-initial-user-via-env
feat: Ability to create root user via environment variables
2025-01-16 22:19:25 +01:00
Andras Bacsai
dd2934804c Merge pull request #4848 from coollabsio/dependabot/composer/nesbot/carbon-3.8.4
chore(deps): bump nesbot/carbon from 3.8.2 to 3.8.4
2025-01-16 22:05:53 +01:00
peaklabs-dev
a43805e24b fix: silent return if envs are empty or not set. 2025-01-16 22:02:02 +01:00
dependabot[bot]
b2bc4b563b chore(deps): bump nesbot/carbon from 3.8.2 to 3.8.4
Bumps [nesbot/carbon](https://github.com/CarbonPHP/carbon) from 3.8.2 to 3.8.4.
- [Release notes](https://github.com/CarbonPHP/carbon/releases)
- [Commits](https://github.com/CarbonPHP/carbon/compare/3.8.2...3.8.4)

---
updated-dependencies:
- dependency-name: nesbot/carbon
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-16 21:00:34 +00:00
Andras Bacsai
618b89f648 Merge pull request #4842 from peaklabs-dev/docker-cleanup-executions-ui
feat: Docker cleanup execution UI and some UI improvements
2025-01-16 21:42:02 +01:00
Andras Bacsai
a771993d97 fix: redirect to server index instead of show on error in Advanced and DockerCleanup components 2025-01-16 21:35:48 +01:00
Andras Bacsai
e77c04a1e3 Add 'System Wide' checkbox for GitHub App configuration 2025-01-16 21:26:58 +01:00
Andras Bacsai
3c83c7fd6c Merge pull request #4754 from coollabsio/improve-git-and-service-provider
Improves: GitHub handling, AppServiceProvider and 500 error message rendering
2025-01-16 21:09:08 +01:00
Andras Bacsai
dd897a11fd disable model strict mode 2025-01-16 21:07:12 +01:00
peaklabs-dev
ca56b1462d fix: success message 2025-01-16 19:09:18 +01:00
peaklabs-dev
5f581a8eac Update RootUserSeeder.php 2025-01-16 18:43:40 +01:00
peaklabs-dev
3f3b782e60 disable existing user check to check the full functionality of the seeder 2025-01-16 18:39:50 +01:00
peaklabs-dev
e9d688d5ee fix: add spacing around echo outputs 2025-01-16 18:33:54 +01:00
peaklabs-dev
0ced6a4376 feat: improved error handling and log output 2025-01-16 18:29:00 +01:00
peaklabs-dev
c925ff049d fix: regex username validation 2025-01-16 18:14:45 +01:00
peaklabs-dev
9288e60174 feat: email, username and password validation when they are set via envs 2025-01-16 18:07:40 +01:00
peaklabs-dev
43d526b773 fix: production password rule and cleanup code 2025-01-16 18:06:46 +01:00
peaklabs-dev
4b6690e599 fix: RootUserSeeder
- ensure that the existing root user is not overwritten
- ensure that the seeder can only be run once - creating the initial root user
2025-01-16 17:51:26 +01:00
peaklabs-dev
3927e4850b fix: disable registration after creating the root user 2025-01-16 17:34:46 +01:00