Commit Graph

11109 Commits

Author SHA1 Message Date
peaklabs-dev
e97a122d63 Update README.md 2024-11-22 17:34:42 +01:00
🏔️ Peak
58ff10e95b Merge branch 'next' into improve-readme 2024-11-22 17:33:25 +01:00
peaklabs-dev
6497514f4e Reapply "Update README.md"
This reverts commit cfbe21fecc.
2024-11-22 17:29:52 +01:00
peaklabs-dev
cfbe21fecc Revert "Update README.md"
This reverts commit 8a5a67813c.
2024-11-22 17:29:30 +01:00
peaklabs-dev
8a5a67813c Update README.md 2024-11-22 17:29:02 +01:00
peaklabs-dev
81e9c6d8a3 Update README.md 2024-11-22 17:26:28 +01:00
🏔️ Peak
35d13528f7 Merge branch 'coollabsio:main' into fix-environement-route 2024-11-22 16:18:21 +01:00
🏔️ Peak
106bc22321 Merge branch 'next' into fix-environement-route 2024-11-22 16:13:30 +01:00
peaklabs-dev
371b4a3f83 remove unused var 2024-11-22 16:11:53 +01:00
peaklabs-dev
bde895b6cd fix scheduled task url 2024-11-22 16:08:27 +01:00
peaklabs-dev
75491098a0 new notification links 2024-11-22 16:05:24 +01:00
peaklabs-dev
277fd78769 new uuid routes 2024-11-22 16:03:20 +01:00
peaklabs-dev
5a8bff5e96 Update Heading.php 2024-11-22 15:53:11 +01:00
peaklabs-dev
9630efce67 uuid deplyment 2024-11-22 15:52:36 +01:00
peaklabs-dev
d183d33025 boarding new uuid 2024-11-22 15:51:25 +01:00
Andras Bacsai
540ea84fc3 Update README.md 2024-11-22 15:51:23 +01:00
Andras Bacsai
7d089ba1a9 fix: validateconnection 2024-11-22 15:50:52 +01:00
Andras Bacsai
13f9b153e7 Update README.md 2024-11-22 15:49:38 +01:00
peaklabs-dev
5f1adc98d8 fix environment select 2024-11-22 15:45:46 +01:00
peaklabs-dev
4c21807b7a navigate to environment via uuid 2024-11-22 15:38:54 +01:00
🏔️ Peak
e29c202e61 Merge branch 'next' into fix-environement-route 2024-11-22 15:32:28 +01:00
peaklabs-dev
1361863cfe use uuid instead of name shared vars 2024-11-22 15:31:16 +01:00
peaklabs-dev
976899a10a Update api.php 2024-11-22 15:30:51 +01:00
peaklabs-dev
5737a6d37f new routes for environment with uuid 2024-11-22 15:30:46 +01:00
peaklabs-dev
b1dc8dec88 fix preselect environment if there is only one 2024-11-22 15:30:17 +01:00
peaklabs-dev
e776302a25 use new route for dash and project 2024-11-22 15:28:06 +01:00
peaklabs-dev
3e2e24dcca feat add uuid to environments 2024-11-22 15:04:08 +01:00
Andras Bacsai
377758edcd fix stripe webhooks 2024-11-22 14:42:10 +01:00
Andras Bacsai
57a194519d Merge pull request #4338 from coollabsio/next
v4.0.0-beta.371
2024-11-22 13:08:28 +01:00
Andras Bacsai
75b7a323fd Merge pull request #4352 from peaklabs-dev/fix-test-email
Fix: Test email 500 Error
2024-11-22 13:06:14 +01:00
Andras Bacsai
8b16afb8c3 services update 2024-11-22 13:05:19 +01:00
Andras Bacsai
374446b90b fix: do not send internal notification for backups and status jobs 2024-11-22 12:27:13 +01:00
Andras Bacsai
7dc65dfd79 fix: make sure important jobs/actions are running on high prio queue 2024-11-22 11:16:01 +01:00
Andras Bacsai
ef629d5816 fix: always validate ssh key 2024-11-22 10:43:58 +01:00
Andras Bacsai
b2000f2950 fix: migration 2024-11-22 10:27:43 +01:00
Andras Bacsai
821538911f fix: if mux conn fails, still use it without mux + save priv key with better logic 2024-11-22 10:06:12 +01:00
Taylor Brazelton
dc2db1330d Added convertx service. 2024-11-21 15:40:53 -08:00
Drdiffie
57f26c5d9a Update postiz.yaml with Peaklabs revisions 2024-11-21 23:45:43 +01:00
🏔️ Peak
63d09741b0 Merge branch 'next' into new-dockerfiles 2024-11-21 22:05:59 +01:00
Andras Bacsai
9dd982b722 CoolifyTask should be on high queue 2024-11-21 20:13:46 +01:00
peaklabs-dev
6da5221503 fix smtp port mailpit 2024-11-21 18:22:37 +01:00
Drdiffie
dc2b7fcae4 Merge branch 'next' into dr-diffie-patch-1 2024-11-21 16:10:48 +01:00
Drdiffie
47c442431b Update postiz.yaml
### Proposed Improvements to Postiz Template

I'd like to propose several improvements to the current Postiz template that enhance security, reliability, and configuration flexibility:

#### Security Enhancements
- Added Redis ACL configuration with proper authentication
- Implemented secure healthchecks with authentication
- Enhanced PostgreSQL security configurations

#### Reliability Improvements
- Added memory limits and resource management for Redis
- Implemented proper data persistence configurations
- Added tmpfs for temporary files
- More comprehensive healthcheck configurations with proper retry/timeout strategies
- Better dependency management with health conditions

#### Configuration Flexibility
- Support for all environment variables from Postiz documentation
- Added Cloudflare R2 integration support
- Logical grouping of environment variables
- Default values for critical settings
- Better volume management with explicit drivers

The improved template provides a more production-ready setup while maintaining compatibility with Coolify's requirements. It follows best practices for Docker deployments and provides better security out of the box.
2024-11-21 16:05:55 +01:00
peaklabs-dev
81f837138d fix validation 2024-11-21 15:59:00 +01:00
peaklabs-dev
19ce01f7d8 fix send test email 2024-11-21 15:48:47 +01:00
Andras Bacsai
131a3920f0 convert activity_log to jsonb + add more index for queries 2024-11-20 17:57:53 +01:00
Andras Bacsai
0409e87a87 version++ 2024-11-20 17:57:15 +01:00
Marvin von Rappard
40fb73ee8e fix: import NotificationSlack correctly 2024-11-20 13:01:56 +01:00
🏔️ Peak
6bfc85790f Merge pull request #4317 from djsisson/appwrite-env-fix
fix appwrite to use prod env and service not dev
2024-11-19 14:22:45 +01:00
🏔️ Peak
1173d98609 Merge pull request #4322 from ptrsmk/patch-2
Add important env variables
2024-11-19 14:21:38 +01:00