ShadowArcanist
ac26fbe675
Added resend api env for documenso service
2025-10-10 16:37:35 +05:30
Blue Mouse
d16b6e9378
Bump Swetrix base version to v4.0.4
2025-10-10 01:40:53 +01:00
ShadowArcanist
42f671cfa2
Added healthcheck to moodle service
2025-10-09 09:49:33 +05:30
Halil Özgür
2fb7a6f9c7
Merge branch 'next' into add-service-gramps-web
2025-10-09 00:17:08 +03:00
Halil Özgür
354eadd02f
Gramps Web: Pin to a version
2025-10-09 00:14:17 +03:00
Halil Özgür
0a5987a512
Merge branch 'coollabsio:v4.x' into add-service-gramps-web
2025-10-09 00:11:33 +03:00
Romain ROCHAS
bdd078e53d
Merge branch 'next' into service/lobe-ai-chat
2025-10-08 21:46:23 +02:00
ShadowArcanist
6f086d26db
fix service ente-photos-with-s3
2025-10-08 22:06:07 +05:30
Romain ROCHAS
91d5a489e8
fix(lobe-chat): update Docker image tag to a specific version 1.135.5
2025-10-08 13:32:11 +02:00
Romain ROCHAS
0bc57f7fe3
Merge branch 'next' into service/lobe-ai-chat
2025-10-08 13:20:14 +02:00
Romain ROCHAS
8b78aaf33d
Merge branch 'next' into template/metamcp
2025-10-08 13:15:39 +02:00
Romain ROCHAS
67580124f6
fix: update metamcp image version and clean up environment variable syntax
2025-10-08 13:08:44 +02:00
elmariss
d752ee2b90
implement suggestions
2025-10-08 11:43:21 +02:00
zehjotkah
9a7d3ab296
replaced latest tag with specific version
2025-10-08 10:34:11 +01:00
Scan
318f092e7c
Update templates/compose/bluesky-pds.yaml
...
Co-authored-by: Cynthia Ebert <54354036+Cinzya@users.noreply.github.com>
2025-10-08 01:28:37 -08:00
Blue Mouse
62134aef65
Bump Swetrix to v4.0.3
2025-10-07 23:20:04 +01:00
Scan
58d4bdf1c3
Static version for pds
2025-10-07 11:46:37 -08:00
elmariss
747c764293
add gotify template
2025-10-07 21:26:54 +02:00
Mario Neuhold
a031768c3e
feat(templates): pin homarr image version to v1.40.0
2025-10-07 12:19:45 +02:00
Mario Neuhold
31beb0f862
feat(templates): actually use the new image now
2025-10-06 20:52:31 +02:00
Seefs
a05a233530
Merge branch 'next' into next
2025-10-06 23:01:27 +08:00
Andras Bacsai
141199b41f
Merge pull request #6764 from djsisson/bitnami
...
update bitnami to bitnamilegacy
2025-10-06 11:07:38 +02:00
Seefs
bac6f4df81
Merge branch 'next' into next
2025-10-06 08:06:46 +08:00
Mario Neuhold
dd93f93b2f
feat: use new homarr image
...
Updated image, environment variables and volume paths according to the new version
@link https://homarr.dev/docs/getting-started/installation/docker
2025-10-05 23:35:33 +02:00
Andrii Romasiun
5b2d54b7de
Merge branch 'next' into swetrix-analytics-service
2025-10-05 01:20:27 +01:00
Blue Mouse
ad4a733b28
rm 5005 port
2025-10-05 01:19:54 +01:00
Andras Bacsai
c14497303f
fix(elasticsearch): update Elasticsearch and Kibana configuration for enhanced security and setup
...
- Removed unnecessary environment variables and added security settings for Elasticsearch and Kibana.
- Implemented password setup for the kibana_system user during the Kibana setup process.
- Updated healthcheck commands for both services to ensure proper monitoring and readiness.
- Introduced a new setup service for Kibana to streamline user password configuration.
2025-10-03 20:06:27 +02:00
Darren Sisson
fb7af48b10
update bitnami to bitnamilegacy
2025-10-03 15:48:11 +01:00
Andras Bacsai
f0fbed8fc2
Merge branch 'next' into patch-1
2025-10-03 12:12:35 +02:00
Andras Bacsai
e17fbd3b56
refactor: update ente photos configuration for improved service management
...
- Enhanced environment variable configuration for the server and web services, including database and encryption settings.
- Updated health check intervals and retries for better reliability.
- Changed MinIO service configuration to use port 9000 and adjusted health checks accordingly.
- Improved volume management for data persistence.
These changes aim to streamline the deployment process and ensure better service health monitoring.
2025-10-03 10:47:55 +02:00
Andras Bacsai
ac40a65d41
fix: ente photos
2025-10-03 10:35:16 +02:00
Vishwanath Martur
fd752377d2
Fix MinIO image and health check to match Coolify standards
...
- Change MinIO image from 'minio/minio:latest' to 'quay.io/minio/minio:latest'
This matches the official Coolify MinIO template for consistency
- Update health check from curl-based to 'mc ready local' command
This is more reliable and matches the official MinIO template
- Update health check intervals and retries to match official template
(interval: 5s, timeout: 20s, retries: 10)
- Update service templates JSON files with corrected configuration
Addresses @devdilson's feedback about MinIO configuration consistency
with existing Coolify templates and best practices.
2025-10-03 10:35:16 +02:00
Vishwanath Martur
886eaf563b
Address reviewer feedback: Fix MinIO endpoint and add admin permissions
...
- Fix MinIO endpoint configuration to use SERVICE_URL_MINIO_3200 for public access
This resolves the issue with signed URLs for photo uploads as noted by @devdilson
- Add ENTE_INTERNAL_ADMIN environment variable to grant first account admin permissions
This prevents the 10GB storage limit issue mentioned in the review
- Update service templates JSON files with the corrected configuration
- Ensure MinIO service has proper SERVICE_URL configuration for external access
Addresses all feedback from @devdilson's review comments:
- Fixes signed URL access for photo uploads
- Grants admin permissions to first account
- Maintains proper service architecture for Coolify deployment
2025-10-03 10:35:16 +02:00
Vishwanath Martur
35a1d7cdab
Add Ente Photos service template files
...
- Add ente-photos.yaml template with museum, postgres, and minio services
- Add custom SVG logo for Ente Photos
- Update service templates JSON files with new template
2025-10-03 10:35:16 +02:00
Andras Bacsai
bcd7d399bc
Merge branch 'v4.x' into feature/add-ente-photos-service-template
2025-10-03 10:30:46 +02:00
Andras Bacsai
11c43b54a3
Merge pull request #6511 from thesloppyguy/feat/ente
...
Feat: Ente Template
2025-10-03 10:27:24 +02:00
Alex
6b12011550
Update shlink.yaml - Fixing double https:// in web app
...
In Shlink web app there was an double "https://https:// " before every short url. Fixed by using SERVICE_FQDN_SHLINK for "DEFAULT_DOMAIN"
2025-10-02 19:40:32 +02:00
Alex
7a8d05763a
Merge branch 'coollabsio:next' into next
2025-10-02 19:38:31 +02:00
Seefs
1a3341cc59
fix: fix documentation url
2025-10-02 16:37:31 +08:00
Seefs
7edd919ed1
fix: fixed version
2025-10-02 16:36:16 +08:00
Seefs
75d8cd12b4
feat(template): added newapi
2025-10-02 16:09:07 +08:00
Romain ROCHAS
711045fff5
Merge branch 'next' into fix/evolution-api-slogan
2025-10-01 17:35:31 +02:00
David Alejandro Londoño
b59a8ec8e5
Merge branch 'next' into next
2025-10-01 09:11:55 -05:00
Blue Mouse
b289f7cbd2
Add app URLs
2025-10-01 00:15:47 +01:00
Blue Mouse
15a2ba5704
Generate SECRET_KEY_BASE with magic env
2025-10-01 00:07:55 +01:00
Blue Mouse
151274a137
Remove restart: always from services
2025-10-01 00:02:58 +01:00
Blue Mouse
0a35594508
Use magic variable for Redis password
2025-10-01 00:02:29 +01:00
Blue Mouse
8ef759ff0a
Use magic variable for Clickhouse password
2025-10-01 00:01:02 +01:00
Blue Mouse
8745054adf
add timeout / retries to healthchecks
2025-10-01 00:00:06 +01:00
Blue Mouse
e96b2fe220
Add Swetrix service
2025-09-29 22:26:43 +01:00
ShadowArcanist
8884ac378d
Removed /ping from checkhealth on traccar service
...
Fixes no available server error
2025-09-29 04:21:17 +05:30
Evan Schleret
526b956dc6
feat: Add mail environment variables to docmost.yaml
2025-09-27 04:00:56 +02:00
ShadowArcanist
aea61bcb7a
Fixed server pub base url for elastic kibana service
2025-09-26 20:56:45 +05:30
Scan
0dc67ffd3d
refactor: volumes set back to ./pds-data:/pds
2025-09-25 18:52:47 -04:00
Scan
5866820385
fix: domain on coolify
2025-09-25 18:52:47 -04:00
Scan
ecf575e781
fix: make email envs not required
2025-09-25 18:52:47 -04:00
Scan
1f8b24a11d
fix: healthcheck doesn’t need to be 5s
2025-09-25 18:52:47 -04:00
Scan
3a51b5e908
feat: make the other email env also required
2025-09-25 18:52:47 -04:00
Scan
a33a753e5f
fix: add back template info
2025-09-25 18:52:47 -04:00
Scan
0225c486ff
fix: both email envs are needed in order for the PDS to start, so set the other one as required
2025-09-25 18:52:47 -04:00
Scan
5b1485a04b
feat: not many know how to setup this without reading pds docs
2025-09-25 18:52:47 -04:00
Scan
2250c4a693
fix: remove the SERVICE_EMAIL_ADMIN and make it normal
2025-09-25 18:52:47 -04:00
Scan
82df0b29fe
feat: make an empty pds.env file to trick pdsadmin into working correctly
...
This way we don't need the very long command
Credits: @madmalkav
2025-09-25 18:52:47 -04:00
Scan
1d85177ce6
fix: syntax error on vars
...
Co-authored-by: Mario Neuhold <mario.neuhold@proton.me>
2025-09-25 18:52:47 -04:00
Scan
3fc3058439
feat: Add Email Envs, Install more required packages by pdsadmin
2025-09-25 18:52:47 -04:00
Scan
adb46ed030
fix: now it automatically generates the JWT secret and the PLC rotation key
2025-09-25 18:52:47 -04:00
Scan
d83a5763c6
fix: add back template info
2025-09-25 18:52:47 -04:00
Scan
a9ad8ed824
fix: Bluesky PDS template finally works normally
2025-09-25 18:52:47 -04:00
Scan
7b00a85197
fix: Bluesky PDS template
...
If it works, it works, don't touch it 😭
2025-09-25 18:52:47 -04:00
Andras Bacsai
1fb3eda228
Merge pull request #6676 from ShadowArcanist/patch-3
...
fix(service): Bugsink CSRF validation error
2025-09-25 09:50:06 +02:00
Andras Bacsai
dde201a98d
Merge pull request #6678 from ShadowArcanist/patch-5
...
fix(service): beszel missing required environment variables
2025-09-25 09:49:36 +02:00
ShadowArcanist
7b0d22ed4d
Updated Beszel service template with new version changes
2025-09-23 18:20:01 +05:30
ShadowArcanist
5a5fb27af1
disable posthog service
...
The web service returns a 500 status code due to a migration issue with the ClickHouse service.
2025-09-23 17:13:10 +05:30
ShadowArcanist
710e8c3d51
Fixed CSRF validation errors for bugsink service template
2025-09-23 07:58:03 +05:30
Romain ROCHAS
1fc07d6942
fix(templates): Lobechat environnement variable
...
Removing "SERVICE_XXX"
2025-09-22 20:26:12 +02:00
Romain ROCHAS
a858a83942
fix(template) Fix lobe-chat typo
2025-09-19 19:16:34 +02:00
Romain ROCHAS
5f459fab48
Merge branch 'next' into service/lobe-ai-chat
2025-09-19 16:37:46 +02:00
Romain ROCHAS
a720888c35
fix(templates): update Lobe-chat openai base_url env + required envs
2025-09-19 16:34:02 +02:00
Romain ROCHAS
307f69d0ec
feat(templates): added Lobe Chat service
2025-09-19 16:24:37 +02:00
Romain ROCHAS
e376ac3950
Merge branch 'next' into template/metamcp
2025-09-19 10:28:43 +02:00
zehjotkah
65f60a2ca2
Update rybbit.yaml
...
- fixed port
- removed unnecessary stuff (container_name, restart)
- added client/frontend healthcheck
- DRY for hardcoded values
2025-09-17 19:30:12 +01:00
zehjotkah
b859807d61
added rybbit service template
2025-09-16 20:26:44 +01:00
SAHIL
57a1e7a076
Fix: Remove volumes
2025-09-14 20:07:40 +05:30
victor
3dcc64328d
fix(campfire): update service definition to use image instead of build in Docker Compose file
2025-09-14 09:16:02 +02:00
victor
41389a30d4
style(campfire): update comment for DISABLE_SSL environment variable for clarity
2025-09-14 08:57:33 +02:00
victor
5bf5893a83
refactor(campfire): streamline environment variable definitions in Docker Compose file
2025-09-14 08:55:31 +02:00
victor
57976e4d6d
fix(campfire): correct port comment from 3000 to 80 in Docker Compose file
...
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-09-14 08:29:29 +02:00
Gabriel Peralta
c25e4c7057
Update newt-pangolin.yaml
2025-09-13 17:31:07 -03:00
Andras Bacsai
c6b47da1e9
feat(templates): add n8n service with PostgreSQL and worker support for enhanced workflow automation
2025-09-12 11:47:13 +02:00
Hoàng Trần Nhật Minh
2d267d6f23
fix(template/filebrowser): correct healthcheck for Filebrowser
2025-09-12 02:43:33 +07:00
Hoàng Trần Nhật Minh
2e3d09df2a
fix(template/filebrowser): correct routing and healthcheck for Filebrowser
2025-09-11 23:21:48 +07:00
Romain ROCHAS
0289219e25
Merge branch 'next' into template/metamcp
2025-09-11 15:12:47 +02:00
Gabriel Peralta
4ecca2a479
Update newt-pangolin.yaml
2025-09-11 09:24:29 -03:00
Gauthier POGAM--LE MONTAGNER
15f35f8310
feat(signoz): replace deprecated TELEMETRY_ENABLED by SIGNOZ_STATSREPORTER_ENABLED
2025-09-10 11:57:54 +02:00
Gauthier POGAM--LE MONTAGNER
24014d4f17
feat(signoz): update variables for SMTP configuration
2025-09-10 10:04:18 +02:00
Neeku
51c384c0e4
Merge branch 'next' into patch-1
2025-09-09 13:34:40 -04:00
Neeku
acde4ca02f
chore(service): update convex template and image
2025-09-09 13:27:12 -04:00
ShadowArcanist
db056b3af1
Removed restart policy and container name on pgAdmin Service Template
2025-09-09 22:48:07 +05:30
Gauthier POGAM--LE MONTAGNER
ce64a99f28
feat(signoz): use latest tag for signoz/zookeeper
2025-09-09 16:49:46 +02:00
Gauthier POGAM--LE MONTAGNER
b3b60c7e5c
feat(signoz): upgrade clickhouse image to 25.5.6
2025-09-09 16:30:54 +02:00
Halil Özgür
f5a4c5ac3f
Improve service & update logo color
2025-09-09 10:27:33 +03:00
ShadowArcanist
11786278e7
Added pgAdmin one click service
2025-09-08 16:48:27 +05:30
Halil Özgür
7754f5c769
feat(service): add Gramps Web template
2025-09-08 04:07:54 +03:00
thesloppyguy
e6798ebf5e
fix: region env variable
2025-09-08 02:23:40 +05:30
Romain ROCHAS
ef89baf171
fix(templates) Fixing MetaMCP template
2025-09-07 20:27:34 +02:00
victor
1c30bda221
style(campfire): format environment variables for better readability in Docker Compose file
2025-09-07 17:54:38 +02:00
victor
cc5d16a0d2
fix(campfire): update port configuration from 80 to 3000 in Docker Compose file
2025-09-07 17:52:55 +02:00
victor
afd5c959b5
feat(campfire): add Docker Compose configuration for Once Campfire service
2025-09-07 17:43:52 +02:00
thesloppyguy
9289730cd9
Removed Restart Condition.
2025-09-06 10:32:49 +05:30
thesloppyguy
97c22ab570
Fix: Services & Env variables
2025-09-06 04:00:48 +05:30
Romain ROCHAS
327e8ae3c9
fix(template): remove default values for environment variables
2025-09-05 22:07:53 +02:00
Romain ROCHAS
634e7593b3
add(templates): Metamcp app
2025-09-05 22:00:37 +02:00
Chirag Aggarwal
dd04f15e63
expose appwrite-browser and update executor version
2025-09-04 23:21:15 +05:30
Amir Hossein Karimi
e9b4c19f7a
fix(templates): remove mattermost healthcheck command according to lack of shell in new version
2025-09-04 16:02:48 +03:30
Chirag Aggarwal
a9de4bb568
Merge branch 'next' into fix-appwrite-template
2025-09-04 17:04:33 +07:00
Chirag Aggarwal
fcdd922f05
chore: use main value then fallback to service_ values
2025-09-04 15:28:38 +05:30
Romain ROCHAS
84c8dc367c
fix(docs): update documentation URL to version 2 in evolution-api.yaml
2025-09-04 00:59:10 +02:00
Romain ROCHAS
ae0e064cb4
feat: update Evolution API slogan to better reflect its capabilities
2025-09-04 00:52:32 +02:00
SAHIL
26c01196f7
Fix: Env
2025-09-03 21:06:56 +05:30
David Londono
f7a311149c
reverse proxy for mobile
2025-09-03 09:08:10 -05:00
thesloppyguy
4a81a96d94
Fix: Lean Config
2025-09-03 14:30:45 +05:30
Vishwanath Martur
8c8e2973c7
Fix MinIO image and health check to match Coolify standards
...
- Change MinIO image from 'minio/minio:latest' to 'quay.io/minio/minio:latest'
This matches the official Coolify MinIO template for consistency
- Update health check from curl-based to 'mc ready local' command
This is more reliable and matches the official MinIO template
- Update health check intervals and retries to match official template
(interval: 5s, timeout: 20s, retries: 10)
- Update service templates JSON files with corrected configuration
Addresses @devdilson's feedback about MinIO configuration consistency
with existing Coolify templates and best practices.
2025-09-03 07:43:45 +05:30
Vishwanath Martur
7fe8fec1de
Address reviewer feedback: Fix MinIO endpoint and add admin permissions
...
- Fix MinIO endpoint configuration to use SERVICE_URL_MINIO_3200 for public access
This resolves the issue with signed URLs for photo uploads as noted by @devdilson
- Add ENTE_INTERNAL_ADMIN environment variable to grant first account admin permissions
This prevents the 10GB storage limit issue mentioned in the review
- Update service templates JSON files with the corrected configuration
- Ensure MinIO service has proper SERVICE_URL configuration for external access
Addresses all feedback from @devdilson's review comments:
- Fixes signed URL access for photo uploads
- Grants admin permissions to first account
- Maintains proper service architecture for Coolify deployment
2025-09-03 07:23:07 +05:30
SAHIL
7c50029fe1
Merge branch 'next' into feat/ente
2025-09-02 20:39:08 +05:30
thesloppyguy
d42c531dab
Feat: Cofig variables
2025-09-02 19:19:54 +05:30
Vishwanath Martur
0535335dd3
Add Ente Photos service template files
...
- Add ente-photos.yaml template with museum, postgres, and minio services
- Add custom SVG logo for Ente Photos
- Update service templates JSON files with new template
2025-09-02 15:28:10 +05:30
Andras Bacsai
f38217e717
fix(templates): update SECRET_KEY environment variable in getoutline.yaml to use SERVICE_HEX_32_OUTLINE
2025-09-01 16:44:09 +02:00
Gauthier POGAM--LE MONTAGNER
81d2ec5550
Remove 'restart: unless-stopped' and update URL generation magic env vars
2025-09-01 15:49:07 +02:00
Titouan V
b86b7d5808
mandatory fields for s3 storage
2025-09-01 13:16:10 +02:00
Titouan V
396dbe3bd2
SERVICE_FQDN to SERVICE_URL from @Cinzya
...
Co-authored-by: Cynthia Ebert <54354036+Cinzya@users.noreply.github.com>
2025-09-01 13:02:13 +02:00
Titouan V
9cdf08a840
SERVICE_FQDN to SERVICE_URL from @Cinzya
...
Co-authored-by: Cynthia Ebert <54354036+Cinzya@users.noreply.github.com>
2025-09-01 13:02:07 +02:00
sahil
1c3dbfb066
Feat: ente config
2025-09-01 14:32:02 +05:30
Chirag Aggarwal
002902492f
fix: appwrite template - 500 errors, missing env vars etc.
2025-09-01 12:09:10 +05:30
David Londono
850c486a6e
add appflowy
2025-08-28 16:10:33 -05:00
Alex
7ff7c71341
Update plausible.yaml - clickhouse config contents were swapped
...
Clickhouse Config content were wrong. The content had to be swapped in order to work correctly.
2025-08-28 00:12:37 +02:00
ShadowArcanist
80664bbf4a
add elasticsearch-with-kibana.yaml
2025-08-28 01:10:43 +05:30
Nicanor Alexander de la Cruz Caba
115a03947f
fix(service): swap URL for FQDN on matrix template ( #6466 )
2025-08-27 16:53:22 +02:00
Nageshbansal
a5a6cd70fa
Migrate from bitnami/zookeeper to signoz/zookeeper
2025-08-19 18:14:27 +02:00
Titouan V
3a81331abe
remove minio, put instructions to use env in comments
2025-08-18 22:42:27 +02:00
Andras Bacsai
7a6114868d
Revert test change
2025-08-18 19:18:07 +02:00
Andras Bacsai
0c7a0b8f3f
Test pre-commit hook
2025-08-18 19:18:07 +02:00
peaklabs-dev
cf299029b9
chore: elasticsearch URL, fromatting and add category
2025-08-18 18:30:06 +02:00
Slawa Gladkov
df540d35a7
feat(service): add elasticsearch template ( #6300 )
2025-08-18 18:27:16 +02:00
Carlos
2e0233fbc2
chore(service): change affine images ( #6366 )
2025-08-18 18:12:16 +02:00
Serdar Yerdelen
522b3459ae
feat(templates): added category per service
2025-08-17 18:23:57 +02:00
Titouan V
8ae2e2ef71
add explanation for storage s3 local/remote storage option
2025-08-13 22:12:59 +02:00
Titouan V
bc73ee5a4f
fixes for automatic bucket creation
2025-08-12 23:15:18 +02:00
Titouan V
5887e382c7
updates with modification from cap docker-compose.yml example
2025-08-12 22:05:53 +02:00
Andras Bacsai
f9d5592094
feat(templates): add Bluesky PDS service template and update compose file with new environment variable
2025-08-12 10:07:46 +02:00
Andras Bacsai
37c423636a
refactor(templates): replace SERVICE_FQDN variables with SERVICE_URL in compose files for consistency
2025-08-12 10:07:11 +02:00
Andras Bacsai
d3658e114b
fix(drizzle-gateway): remove healthcheck from drizzle-gateway compose file and update service template
2025-08-12 10:07:11 +02:00
Andras Bacsai
c9ddda8ed2
feat(drizzle-gateway): enhance service configuration by adding Master Password field and updating compose file path
2025-08-12 10:07:11 +02:00
Andras Bacsai
65cc1c508a
feat(drizzle-gateway): add new drizzle-gateway service with configuration and logo
2025-08-12 10:07:11 +02:00
Andras Bacsai
193995de79
feat(templates): add new service templates and update existing compose files for various applications
2025-08-12 10:07:11 +02:00
Scan
8eb3f94644
feat(service): add Bluesky PDS template ( #6302 )
2025-08-11 21:55:35 +02:00
Verity
bf738b2d2d
feat(service): add pterodactyl & wings services ( #5537 )
2025-08-11 18:55:37 +02:00
Gauthier POGAM--LE MONTAGNER
a506c29b95
fix(signoz): remove HTTP collector FQDN in otel-collector
2025-08-11 15:59:40 +02:00
Gauthier POGAM--LE MONTAGNER
8ba2bf9dbd
fix(signoz): remove hardcoded container names
2025-08-11 15:57:00 +02:00
Gabriel Peralta
0d461e1218
Update and rename newt-pangolin to newt-pangolin.yaml
2025-08-11 10:22:12 -03:00
Nicanor Alexander de la Cruz Caba
fde4dbd911
fix(service): documenso signees always pending ( #6334 )
2025-08-11 15:03:13 +02:00
🏔️ Peak
72302d893e
Merge branch 'next' into feature/signoz
2025-08-11 13:46:10 +02:00
peaklabs-dev
9ec72e8769
refactor(service): improve librechat
...
- remove comments
- format and reorder service
2025-08-11 12:32:01 +02:00
peaklabs-dev
7dcb5c43ae
chore(service): homebox formatting
2025-08-11 12:31:09 +02:00
howardshand
bee98e02bc
feat(service): add Homebox service ( #6116 )
2025-08-11 12:29:18 +02:00
Gauthier POGAM--LE MONTAGNER
03040d6bc8
feat(service): add librechat template ( #5654 )
2025-08-11 12:13:25 +02:00
Gauthier POGAM--LE MONTAGNER
1d4a19fb61
fix(service): update healthcheck of penpot backend container ( #6272 )
2025-08-11 12:08:17 +02:00
peaklabs-dev
b52c414fe4
refactor(service): improve openpanel template
...
- rename all services
- add more depends_on checks to ensure everything works properly and is healthy
- reorder and re-format the template, ENVs and the individual sections
- remove comments
2025-08-05 19:11:34 +02:00
Gurvan
ed0f2c1c59
feat(service): add OpenPanel template ( #5310 )
2025-08-05 18:31:43 +02:00
peaklabs-dev
dcf3b43b30
refactor(service): improve langfuse
...
- remove minio
- adjust ENVs
- autogenerate more stuff
- formatting
2025-08-04 22:10:47 +02:00
Slawa Gladkov
c483f1bdd7
chore(service): update Langfuse template to v3 ( #6301 )
2025-08-04 21:48:48 +02:00
Victor Gonçalves de Andrade
af22514cad
chore(service): improve evolution-api environment variables ( #6283 )
2025-08-04 21:36:38 +02:00
Matías Andrade Guzmán
1d97e35494
chore(service): add NOT_SECURED env to Postiz ( #6243 )
2025-08-04 21:33:17 +02:00
Lucas Castelo
0998be3503
feat(services): add Chroma service ( #6201 )
2025-08-04 21:22:07 +02:00
Jonas
10823666b2
feat(service): add pi-hole template ( #6020 )
...
Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com>
2025-08-04 15:48:54 +02:00
peaklabs-dev
b165d506c9
chore(service): improve sequin
...
- make sure Redis is healthy
- formatting
2025-08-04 15:35:27 +02:00
Gauthier POGAM--LE MONTAGNER
f06d80e80e
feat(service): add sequin template ( #6105 )
2025-08-04 15:32:15 +02:00
Datenschmutz
84a2073f7f
feat(service): update Authentik template ( #6264 )
2025-08-04 14:15:37 +02:00
peaklabs-dev
efdaf46d08
fix(service): matrix entrypoint
...
- make sure registration is enabled not just non empty
- make sure RECAPTCHA_PUBLIC_KEY is set when adding the recaptcha block
2025-08-04 13:27:31 +02:00
Gabriel Peralta
1c23741203
Create newt-pangolin
2025-07-23 20:05:35 -03:00
peaklabs-dev
948c50167d
chore(service): format runner service
2025-07-18 21:57:34 +02:00
Eric Dahl
451aadbd7f
feat(service): add GitHub Action runner service ( #6209 )
2025-07-18 21:54:39 +02:00
peaklabs-dev
9292d3c223
chore(service): improve matrix service
...
- formatting and ENVs adjustment
2025-07-18 21:41:42 +02:00
Nicanor Alexander de la Cruz Caba
fea7544300
feat(service): add Matrix service ( #6029 )
2025-07-18 21:39:11 +02:00
peaklabs-dev
f14858ebee
fix(service): triliumnext platform and link
2025-07-18 21:31:36 +02:00
CrazyTim71
8f920ab4e1
feat(service): add TriliumNext service ( #5970 )
2025-07-18 21:26:23 +02:00
🏔️ Peak
248b7863bf
Merge branch 'next' into v4.x
2025-07-18 20:28:24 +02:00
peaklabs-dev
cacb7700de
refactor(service): improve gowa
...
- remove name and restart
- hardcode port
- formatting
2025-07-18 19:54:05 +02:00
Ficky Irwanto
19a5617088
feat(service): add Gowa service ( #6164 )
2025-07-18 19:49:27 +02:00
peaklabs-dev
675a711664
fix(service): wg-easy host should be just the FQDN
2025-07-18 17:10:01 +02:00
Nicanor Alexander de la Cruz Caba
7c85b80703
feat(service): enable password protection for the Wireguard Ul
2025-07-18 17:03:40 +02:00
Katja Lutz
40407bae68
chore(service): update Nitropage template ( #6181 )
...
- Use new registry
- Updated the DATABASE_URL
2025-07-18 16:55:26 +02:00
Alfred Nutile
8a0d5ab8c8
fix(service): Budibase secret keys ( #6205 )
...
Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com>
2025-07-18 16:44:40 +02:00
Nageshbansal
760d59c368
add changes for release v0.89
2025-07-09 17:21:30 +02:00
ShadowArcanist
70db5be7c7
Set Service Postiz to v1.60.1
2025-07-07 05:21:49 +05:30
Gauthier POGAM--LE MONTAGNER
129b55ee29
feat(signoz): add SIGNOZ_JWT_SECRET env var generation
2025-07-03 15:52:39 +02:00
Gauthier POGAM--LE MONTAGNER
9cf09a1876
feat(signoz): remove unecessary port mapping for otel-collector
2025-07-03 14:51:47 +02:00
Gauthier POGAM--LE MONTAGNER
ea98e4c29a
feat(signoz): fix otel-collector config for version v0.128.0
2025-07-02 14:39:53 +02:00
Gauthier POGAM--LE MONTAGNER
5301ec2b45
feat(signoz): update otel-collector configuration to match upstream
2025-07-02 11:38:06 +02:00
Gauthier POGAM--LE MONTAGNER
8a844a6b5b
feat(signoz): update config.xml and users.xml to ensure clickhouse boots correctly
2025-07-02 11:36:59 +02:00
Gauthier POGAM--LE MONTAGNER
9f972cb65c
feat(signoz): update Clickhouse config to include all settings required by Signoz
2025-07-02 10:28:06 +02:00
Andras Bacsai
c2ff8b09f3
fix(template): adjust health check interval and retries for excalidraw service
2025-07-01 12:30:43 +02:00
Khiet Tam Nguyen
3d9b72666e
feat(template): added excalidraw ( #6095 )
...
Co-authored-by: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com>
2025-07-01 12:30:02 +02:00
Andras Bacsai
5cf054f7ed
Update Appwrite service templates and configuration
...
- Updated Appwrite service template to use the latest version of the compose configuration.
- Adjusted the `_APP_CONSOLE_HOSTNAMES` environment variable to remove the default values, allowing for more flexible hostname configuration.
- Updated the Appwrite compose file to reflect these changes.
This ensures better customization for users deploying Appwrite services.
2025-07-01 12:26:27 +02:00
Pujan Modha
f617b19d35
Update Appwrite services and image version ( #6099 )
...
Bump Appwrite from appwrite/appwrite:1.6.0 to appwrite/appwrite:1.7.4
Bump Appwrite Console from appwrite/console:4.0.2 to appwrite/console:6.0.13
Bump OpenRuntimes Executor from openruntimes/executor:0.5.7 to openruntimes/executor:0.7.14
Bump MariaDB from mariadb:10.7 to mariadb:10.11
New Services:
Add appwrite-assistant:0.4.0
Add appwrite-browser:0.2.4
Add appwrite-task-stats-resources
Add appwrite-worker-stats-resources
Add appwrite-worker-stats-usage
Co-authored-by: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com>
2025-07-01 12:25:52 +02:00
Datenschmutz
62f1b47bbf
Update Authentik to version 2025.6.3 ( #6100 )
...
* template(docker): Update authentik server and worker images to version 2025.2.1
* Update authentik.yaml
Update authentik version to 2025.2.2
* update authentik server and worker images to version 2025.2.3
* Update update Authentik version to 2025.2.4
* Update Authentik Version to Release 2025.4.1
* update authentik server and worker images to version 2025.6.3
---------
Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com>
Co-authored-by: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com>
2025-07-01 12:09:13 +02:00
Titouan V
8e093772dc
upgrade from comment
2025-06-24 01:43:03 +02:00
Alkesh Das
81efd9442e
chore(service): Update Evolution API image to the official one ( #6031 )
2025-06-20 18:35:25 +02:00
Titouan V
ba46493fe8
cap.so deployment template first base
2025-06-18 20:03:37 +02:00
Gauthier POGAM--LE MONTAGNER
b6a43338e3
feat(signoz): assume there is a single zookeeper container
2025-06-18 18:38:11 +02:00
Gauthier POGAM--LE MONTAGNER
d5e85c2657
feat(signoz): remove volumes from signoz.yaml
2025-06-18 18:36:40 +02:00
peaklabs-dev
8048c66924
fix(service): pingvinshare-with-clamav
...
- add platform to make clamav work
- formatting
2025-06-18 14:14:50 +02:00
CrazyTim71
86ee90a9a7
feat(service): add Pingvin Share service ( #5969 )
2025-06-18 14:10:00 +02:00
peaklabs-dev
28228677dd
refactor(service): improve miniflux
...
- improve DB url
- add depends_on
- formatting, naming & order
2025-06-18 14:02:51 +02:00
peaklabs-dev
f734ff31a7
refactor(service): karakeep naming and formatting
2025-06-18 13:53:23 +02:00
Lucas Eduardo
fe38ce6f51
feat(service): add Miniflux service ( #5843 )
2025-06-18 13:52:01 +02:00
🏔️ Peak
cb84e48c77
Merge branch 'next' into feature/signoz
2025-06-18 13:41:32 +02:00
Jeffer Marcelino
bee4d1796a
fix(service): downgrade Evolution API phone version ( #5977 )
2025-06-18 13:39:16 +02:00
Stew Night.
005ac5533a
refactor(service): update Hoarder to their new name karakeep ( #5964 )
2025-06-18 13:34:13 +02:00
Jonas Klesen
038300e243
fix(service): audiobookshelf healthcheck command ( #5993 )
2025-06-18 13:30:14 +02:00
peaklabs-dev
94c8796a0f
chore(service): changedetection remove unused code
2025-06-18 13:26:01 +02:00
Alberto Rizzi
4dd3d6ff35
feat(service): update Changedetection template ( #5937 )
2025-06-18 13:23:06 +02:00
Carsten
0e2780ac77
fix(service): Joplin volume name ( #5930 )
2025-06-18 12:59:51 +02:00
Khiet Tam Nguyen
dccb2fcbb5
fix(service): disable healthcheck logging for Gotenberg ( #6005 )
2025-06-18 12:55:50 +02:00
Gauthier POGAM--LE MONTAGNER
ade1a72804
feat(signoz): remove deprecated parameters of signoz container
2025-06-17 11:42:46 +02:00
Gauthier POGAM--LE MONTAGNER
10b4126aa1
feat(signoz): replace clickhouse' config.xml volume with simpler configuration
2025-06-17 11:42:46 +02:00
Gauthier POGAM--LE MONTAGNER
5b92d9945b
feat(signoz): remove redundant users.xml volume from clickhouse container
2025-06-17 11:10:05 +02:00
Gauthier POGAM--LE MONTAGNER
d3c4a4fa13
feat(signoz): use latest tag instead of hardcoded versions
2025-06-17 09:41:49 +02:00
Andras Bacsai
2cc0133a7a
fix(supabase): update Supabase service images and healthcheck methods for improved reliability
2025-06-13 17:30:03 +02:00
Andras Bacsai
ac66e857c9
fix(service): update service template for affine and add migration service for improved deployment process
2025-06-13 15:25:45 +02:00
Slava Abakumov
b447c26ad2
Capitalize "WordPress" properly ( #5958 )
...
* Update wordpress-with-mysql.yaml
Use the correct naming for WordPress.
It's "WordPress", not "Wordpress".
* replace Wordpress with WordPress in templates
* change slogans for templates
* fix in a livewire template file
2025-06-13 11:36:17 +02:00
Andras Bacsai
2ffb93ecdb
fix(service-templates): update Convex service configuration to use FQDN variables
2025-06-05 11:58:21 +02:00
Baptist HECHT
6553be660b
docs(service): add new docs link for zipline ( #5912 )
2025-06-01 16:24:21 +02:00
CrazyTim71
6868ba088c
chore(service): update Immich service ( #5886 )
2025-05-27 12:54:26 +02:00
ShadowArcanist
70a7faf139
fix(service): Neon WS Proxy service not working on ARM64 ( #5887 )
2025-05-27 12:45:00 +02:00
peaklabs-dev
dc52bd3dc6
refactor(service): improve grist
...
- make OIDC ENVs required
- autogenerate Postgres user
- formating and naming
2025-05-23 19:29:04 +02:00
peaklabs-dev
fa63013aaf
refactor(service): improve orangehrm
...
- fix ENVs for MariaDB
- formatting and naming changes
2025-05-23 19:27:13 +02:00
howardshand
fbfeee4782
feat(service): add OrangeHRM and Grist services ( #5212 )
2025-05-23 19:16:39 +02:00
alexbaron-dev
9341267783
Update opnform.yaml
...
- split environment variables per usage (api, worker and scheduler)
- remove volume anchor
- remove volumes definition
2025-05-23 18:32:26 +02:00
Gabriel Peralta
16a299043e
feat(service): add Netbird-Client service ( #5873 )
2025-05-23 16:59:17 +02:00
peaklabs-dev
2152263981
refactore(service): improve Seafile
...
- autogenerate normal DB user
- fix MariaDB healthcheck
- remove MariaDB auto upgrade
- order compose file, rename containers & formatting
2025-05-23 16:55:13 +02:00
🏔️ Peak
eef0e940e7
Merge branch 'next' into add-opnform-template
2025-05-23 16:27:21 +02:00
alexbaron-dev
07cdb4ddcc
Create opnform.yaml
...
Add opnform.yaml as template to deploy OpnForm app
2025-05-22 18:03:39 +02:00
Khiet Tam Nguyen
6fc519d823
feat(service): add Seafile service ( #5817 )
2025-05-20 16:27:41 +02:00
peaklabs-dev
4664ec1214
refactore(service): improve Onetimesecret
...
- fix ENVs not having default values
- improve formatting and naming
2025-05-20 16:16:23 +02:00
peaklabs-dev
398debcdfc
Merge branch 'next' of https://github.com/coollabsio/coolify into next
2025-05-20 16:08:19 +02:00
peaklabs-dev
6104808b02
chore(service): remove unused env
2025-05-20 16:07:43 +02:00
Khiet Tam Nguyen
e53fc1add5
feat(service): add One Time Secret service ( #5650 )
2025-05-20 16:06:32 +02:00
peaklabs-dev
7f54fa4ef4
refactor(service): improve superset
...
- fix DB URLs
- rename file
- use alpine DB versions
- make sure the DBs are healty
- format and rename some stuff
2025-05-20 15:58:29 +02:00
Khiet Tam Nguyen
4f0495172c
feat(service): add apache superset service ( #4891 )
2025-05-20 15:31:23 +02:00
peaklabs-dev
896d4d7305
refactor(service): make TYPESENSE_API_KEY required
2025-05-20 14:17:53 +02:00
peaklabs-dev
d402aca7a6
refactor(service): improve maybe
...
- Use alpine DB variants for much smaller image sizes
- Improve healthcheck for Redis
- adjust naming and formatting
2025-05-20 13:54:49 +02:00
Alberto Rizzi
b1dcca5a8c
feat(service): update Maybe service and adjust it for the new release ( #5795 )
2025-05-20 13:38:06 +02:00
peaklabs-dev
a337d4b4f8
chore(service): format yamtrack healthcheck
2025-05-19 22:30:01 +02:00
peaklabs-dev
65d64dcbad
chore(service): remove typesense default API key
2025-05-19 22:29:16 +02:00
peaklabs-dev
71b272f06a
refactor(service): improve paymenter
...
- formatting
- ENV style
- add depends_on
2025-05-19 22:28:48 +02:00
peaklabs-dev
8aca7561d9
fix(service): memos service name
2025-05-19 22:27:55 +02:00
peaklabs-dev
1071433902
fix(service): Diun ENV for consistency
2025-05-19 22:27:39 +02:00
peaklabs-dev
b17a596bc2
chore(service): pgbackweb formatting and naming update
2025-05-19 15:03:27 +02:00
Eugene Scheepers
fe69a70d19
feat(service): add PG Back Web service ( #5079 )
2025-05-19 15:00:56 +02:00
peaklabs-dev
c7f1e94442
refactore(services): improve yamtrack
...
- make sure DBs are healty before starting yamtrack
- formatting & naming improvements
2025-05-19 13:51:31 +02:00
CrazyTim71
befc8a0142
feat(service): add Yamtrack service ( #5845 )
2025-05-19 13:39:08 +02:00
Almuzaini
42a7b13dba
fix(service): use the same volume between chatwoot and sidekiq ( #5851 )
2025-05-19 13:02:50 +02:00
Datenschmutz
f061147d43
chore(deps): update Authentik service to 2025.4.1 ( #5830 )
2025-05-19 13:00:22 +02:00
ShadowArcanist
a5a7f8ae55
fix(service): Snapdrop no matching manifest error ( #5849 )
2025-05-19 12:53:31 +02:00
peaklabs-dev
237a5468fd
fix(service): paymenter
...
- fix MariaDB setup - more modern version & remove legacy plugin
- fix ENVs
- formatting and naming improvements
2025-05-15 22:53:05 +02:00
peaklabs-dev
af60ffb7e0
refactore(service): typsense
...
- new logo
- make all ENVs configurable
- formatting and naming
2025-05-15 22:51:16 +02:00
Dusan
574b193c83
feat(service): add Typesense service ( #5643 )
2025-05-15 22:32:23 +02:00
peaklabs-dev
9b1e328370
chore(service): switch convex vars
2025-05-15 22:24:10 +02:00
Narendra Patwardhan
f64de364cb
fix(service): convex ENVs and update image versions ( #5827 )
2025-05-15 22:22:18 +02:00
peaklabs-dev
4a2159cdaa
refactor(service): improve CodiMD
...
- fix CSS styles not loading on http
- make all ENVs configurable
- remove comments
- formatting and naming
2025-05-15 19:22:30 +02:00
Manaf941
ba51f7eb6f
feat(service): add CodiMD service ( #4867 )
2025-05-15 19:02:56 +02:00
Corwin
e1301ffc6d
feat(service): add Paymenter service ( #5809 )
2025-05-14 20:56:42 +02:00
peaklabs-dev
bb06d35e7b
refactor(service): imporve limesurvey
...
- improve ENV naming and add missing ones
- formatting
2025-05-14 20:51:22 +02:00
howardshand
2bd52d6cab
feat(service): add Limesurvey service ( #5751 )
2025-05-14 20:46:14 +02:00
peaklabs-dev
aa8d85efdf
refactor(service): improve leantime
...
- rename some stuff
- formatting
2025-05-14 20:44:20 +02:00
Marcel Folaron
2960801f08
feat(service): add Leantime service ( #5792 )
2025-05-14 20:34:16 +02:00
peaklabs-dev
4485cce9be
fix(service): add platform to Observium service
2025-05-14 17:40:21 +02:00
peaklabs-dev
63722bfd7f
refactore(service): observium
2025-05-14 17:33:52 +02:00
Rustypredator
12e139265e
feat(service): add Observium service ( #5613 )
2025-05-14 15:15:17 +02:00
peaklabs-dev
7789fbc521
chore(service): diun formatting
2025-05-14 14:57:38 +02:00
Datenschmutz
b704dadca0
feat(service): add Diun service ( #5113 )
2025-05-14 14:55:35 +02:00
Péter Gyarmati
9939b10e5a
feat(service): add Marimo service ( #5559 )
2025-05-14 14:43:39 +02:00
peaklabs-dev
4a2478af25
chore(service): formatting and cleanup of ryot
2025-05-14 14:40:52 +02:00
Diptesh Choudhuri
84b930a913
feat(service): Add Ryot service ( #5232 )
2025-05-14 14:36:53 +02:00
🏔️ Peak
4075c26eed
Merge branch 'next' into feature/signoz
2025-05-14 14:30:52 +02:00
peaklabs-dev
b5dc45f4f5
fix(service): vert logo and ENVs
2025-05-14 14:21:43 +02:00
peaklabs-dev
31b3ce085c
fix(service): NTFY is behind a proxy
2025-05-14 14:20:30 +02:00
Franck Kerbiriou
08a1620244
feat(service): Add Vert service ( #5663 )
2025-05-14 14:17:41 +02:00
Ilja Leiko
6e28ec40bc
fix(service): add missing ENVs to NTFY service ( #5629 )
2025-05-14 14:12:03 +02:00
peaklabs-dev
c2361e55e4
fix(service): passbolt
...
- order and formatting
- add missing port comment
- wait for the DB to be healthy
2025-05-14 13:55:01 +02:00
Gabriel Peralta
e298c297dd
feat(service): Add Passbolt service ( #5769 )
2025-05-14 13:37:46 +02:00
peaklabs-dev
af7f40a0de
fix(service): navidrome service
...
- fixed URL issue as it was set to an empty string which caused a 404 error
- removed port mapping as it is not needed and insecure
- formatted the Compose file
2025-05-14 13:28:32 +02:00
ANTOND.
4bac1a76f1
feat(service): add Navidrome service template ( #5022 )
2025-05-14 13:14:54 +02:00
peaklabs-dev
91d941ac71
chore(service): remove unused documenso env
2025-05-13 21:32:24 +02:00
François AUBEUT
8ed50de4a4
fix(service): fix documenso startup and mail ( #5737 )
2025-05-13 21:11:59 +02:00
Кирилл Леонов
11e0e48daa
feat(service): Add memos service template ( #5032 )
2025-05-13 21:03:21 +02:00
Andras Bacsai
fea077119a
Merge pull request #5618 from Seym0n/unsend-fix
...
Fix Unsend web app
2025-04-18 10:32:56 +02:00
Andras Bacsai
151b4b69d2
chore(templates): update plausible and clickhouse images to latest versions and remove mail service
2025-04-17 09:50:26 +02:00
Simon
b88eae9669
fix: replace ports with expose
...
This replaces the ports block with expose block
2025-04-16 15:51:06 +02:00
Simon
59e37e1456
fix: unsend template
...
In the previous template, the mapping of the web app was misconfigured due to the hostname not being set and the missing ports. Furthermore, the health check url was modified.
2025-04-15 23:02:42 +02:00
Gauthier POGAM--LE MONTAGNER
4db6a523b4
chore(signoz): bump version to 0.78.1
2025-04-15 10:03:42 +02:00
Andras Bacsai
ac390abec2
fix(templates): correct casing of denoKV references in service templates and YAML files
2025-04-14 13:57:03 +02:00
Andras Bacsai
28fab5665a
Merge pull request #5601 from SrJooJ/main
...
add new variable S3_REGION
2025-04-13 15:43:05 +02:00
Andras Bacsai
1ab7405e2e
refactor(ServicesGenerate): update command signature from 'services:generate' to 'generate:services' for consistency; update Dockerfile to run service generation during build; update Odoo image version to 18 and add extra addons volume in compose configuration
2025-04-13 15:16:54 +02:00
SrJooJ
78ae93f3cf
add new variable S3_REGION
2025-04-12 02:30:08 -03:00
Gauthier POGAM--LE MONTAGNER
55765908f6
chore(signoz): bump version to 0.77.0
2025-04-07 14:39:05 +02:00
peaklabs-dev
78e2d63f38
chore(service): remove unused code in Bugsink service
2025-04-02 14:59:31 +02:00
Klaas van Schelven
787a56ce51
fix(service): add health check to Bugsink service ( #5512 )
2025-04-02 14:53:27 +02:00
Datenschmutz
e8ebaaa093
chore(service): Update authentik.yaml versions ( #5373 )
2025-03-31 17:59:57 +02:00
Felix Wortmann
42f82e6a44
chore(service): add google variables to plausible.yaml ( #5429 )
2025-03-31 17:55:41 +02:00
Daniele Luisetto
9726ef9784
fix(wakapi): typo in env variables and add some useful variables to wakapi.yaml ( #5424 )
2025-03-31 17:54:41 +02:00
Zakher Masri
5114bf3659
chore(service): add more vars to infisical.yaml ( #5418 )
2025-03-31 17:53:36 +02:00
CaptainFallaway
1d72403d30
chore(service): update minecraft service ENVs
2025-03-31 17:38:22 +02:00
Gauthier POGAM--LE MONTAGNER
7e271dfcdb
fix(signoz): remove example secrets to avoid triggering GitGuardian
2025-03-24 10:15:16 +01:00
Andras Bacsai
fa6d50ae50
fix(keycloak): update keycloak image version to 26.1
2025-03-24 09:46:01 +01:00
Andras Bacsai
251e1cf4ca
Merge pull request #5388 from midsonlajeanty/main
...
fix(service): replace deprecated credentials env variables on keycloa…
2025-03-24 09:44:29 +01:00
Gauthier POGAM--LE MONTAGNER
d39e6ecc07
feat(signoz): add healthcheck to otel-collector service
2025-03-21 18:08:40 +01:00
Gauthier POGAM--LE MONTAGNER
fa967abbc1
feat(signoz): update documentation link
2025-03-21 11:27:24 +01:00
Gauthier POGAM--LE MONTAGNER
043e32bb8b
feat(signoz): generate URLs for otel-collector service
2025-03-21 10:32:20 +01:00
Gauthier POGAM--LE MONTAGNER
5d60eabff9
feat(signoz): add predefined environment variables to configure Telemetry, SMTP and email sending for Alert Manager
2025-03-21 10:32:20 +01:00
Gauthier POGAM--LE MONTAGNER
fa61a80a52
chore(signoz): remove unused ports
2025-03-21 10:29:36 +01:00
Louis Midson LAJEANTY
21938c7f92
fix(service): replace deprecated credentials env variables on keycloak service
2025-03-20 20:56:45 -04:00
Gauthier POGAM--LE MONTAGNER
fe489faa39
feat(signoz): remove explicit 'networks' setting
2025-03-20 15:28:24 +01:00
Gauthier POGAM--LE MONTAGNER
cd816d2c82
feat: add signoz template
2025-03-20 14:47:48 +01:00
Andras Bacsai
956bbed5e3
feat(svg): add coolify and evolution-api SVG logos
2025-03-18 11:22:54 +01:00
Andras Bacsai
2bf1e70b4b
feat(service): add evolution-api and neon-ws-proxy templates
2025-03-18 11:09:43 +01:00
Andras Bacsai
6108cfc15d
Merge pull request #5302 from cconsultants/feature/add-evolution-api-template
...
feat(service): Add Evolution API template
2025-03-18 11:03:46 +01:00
Andras Bacsai
f6da9c793b
Merge branch 'next' into feat-service-neon
2025-03-18 10:54:34 +01:00
Andras Bacsai
01e12e5df0
Merge pull request #5350 from dandry/add-freescout
...
Add Freescout template
2025-03-18 10:32:42 +01:00
Andras Bacsai
fac1cab5a8
Merge pull request #5339 from dasrecht/patch-1
...
Container Image Fix for Kimai
2025-03-18 10:31:38 +01:00
Andras Bacsai
dfbe5f4514
feat(templates): change glance for v0.7
...
https://github.com/glanceapp/glance/blob/main/docs/v0.7.0-upgrade.md
2025-03-17 16:40:30 +01:00
Andras Bacsai
0ab8e24250
Merge pull request #5361 from nandan-varma/patch-1
...
Update glance template for 0.7.0
2025-03-17 16:30:39 +01:00
Nandan Varma
76cbc2bcc9
Update glance template for 0.7.0
...
updated template according to https://github.com/glanceapp/glance/blob/main/docs/v0.7.0-upgrade.md
2025-03-16 18:24:11 -07:00
Daniel Andraszewski
85def88fc9
Change link again.
2025-03-15 10:08:18 +01:00
Daniel Andraszewski
edbe07ba59
Change documentation link.
2025-03-15 10:07:36 +01:00
Daniel Andraszewski
cbc325b71c
Fixes.
2025-03-15 10:04:44 +01:00
Daniel Andraszewski
cc27fa13b8
Add Freescout template.
2025-03-15 09:39:01 +01:00
Bastian
0b40ff6ade
use kimai/kimai2:apache instead of the not updated kimai/kimai2:apache-latest container image
...
reference: https://hub.docker.com/r/kimai/kimai2/tags?name=apache
2025-03-14 00:49:14 +01:00
Andras Bacsai
aaba690d5e
fix(plane): update APP_RELEASE to v0.25.2 in environment configuration
2025-03-12 15:26:48 +01:00
Andras Bacsai
8fcca0cb58
Merge pull request #5167 from mguptahub:plane-app
...
Update `Plane` app template
2025-03-12 15:26:19 +01:00
Andras Bacsai
dd1f6fcb95
Merge pull request #5125 from BorisLord/addServiceDenoKV
...
Add DenoKV one click service
2025-03-12 15:25:14 +01:00
Andras Bacsai
86e10fb11c
Merge pull request #5163 from phenomen:update-foundryvtt-template
...
Update Foundry VTT template
2025-03-12 15:09:19 +01:00
Andras Bacsai
6cf647fa5a
Merge pull request #5155 from UrsKroell:feature/service-wakapi
...
Adds service template Wakapi
2025-03-12 15:04:00 +01:00
Andras Bacsai
911957ff66
chore(supabase): Update Supabase service template and Postgres image version
...
- Bump Supabase Postgres image from 15.6.1.146 to 15.8.1.048
2025-03-11 18:41:03 +01:00
Manish Gupta
291e7d0a9c
updated version to v0.25.1
2025-03-10 11:04:28 +05:30
Sandro Circi
2e024c293c
feat(service): Neon
2025-03-09 16:02:21 +01:00
Djalma Araújo
d43e50a718
Update evolution-api.yaml
2025-03-07 16:22:17 -03:00
Djalma Araújo
dcfd236b8c
Fix logo path
2025-03-07 16:21:24 -03:00
Djalma Araujo
4e7c3d83a7
feat(service): Add Evolution API template
2025-03-07 16:16:42 -03:00
Manish Gupta
de379552a8
Merge branch 'next' into plane-app
2025-02-25 14:33:25 +05:30
Manish Gupta
2df6b344d4
updated plane version to v0.25.0
2025-02-25 14:32:13 +05:30
Stew Night.
d2032b049b
fix(service): Penpot ( #5047 )
2025-02-24 17:58:34 +01:00
peaklabs-dev
a0f2c361ef
chore(service): remove unused env from zipline
2025-02-24 17:48:34 +01:00
peaklabs-dev
6c9b0245d1
chore(service): upgrade authentik service
2025-02-24 17:48:08 +01:00
Venom
f3cdcd02b5
chore(services): Update zipline to use new Database env var. ( #5210 )
2025-02-24 17:47:01 +01:00
Zakher Masri
86ad8a7827
fix(template): remove db-migration step from infisical.yaml ( #5209 )
2025-02-24 17:41:48 +01:00
peaklabs-dev
16974a0a29
fix(services): Owncloud docs link
2025-02-24 17:39:03 +01:00
Andras Bacsai
aacfbe453b
fix(service): update Fider service template healthcheck command
2025-02-18 15:19:14 +01:00
Manish Gupta
ca380213d5
updated 'plane.yaml' to use APP_RELEASE environment variable
2025-02-17 15:49:19 +05:30
phenomen
ee130da0cc
Update Foundry VTT template
2025-02-16 20:36:04 -06:00
Urs Kröll
e5bf2cc390
Add wakapi template
...
Adds a template to create a wakapi instance
2025-02-16 15:05:24 +01:00
Andras Bacsai
94fce20113
version++
...
feat(service): add convex
2025-02-13 13:27:21 +01:00
bopad
e86e96a29a
add yaml + svg
2025-02-12 14:43:50 +01:00
peaklabs-dev
7b103ccd4c
feat(services): update service-templates.json
2025-02-11 17:29:17 +01:00
ShadowArcanist
cb35d72812
fix(service): added KEY Variable to Beszel Template ( #5021 )
2025-02-11 16:54:37 +01:00
Oluwaseun Raphael Afolayan
669adb6018
fix(service): Added SMTP credentials to getoutline yaml template file ( #5011 )
2025-02-11 16:53:22 +01:00
Zakher Masri
c8a7d77a90
fix(service): links in homepage service ( #5002 )
2025-02-11 16:51:09 +01:00
Charles Szilagyi
159d2a40ff
fix(service): Improve duplicati.yaml ( #4971 )
...
- Generate random encryption secret
- Generate random web login password
- Make TZ show up in the UI
2025-02-11 16:44:52 +01:00
Baptist HECHT
f2e8a6a2a9
fix: cal.com documentation link give 404 ( #5070 )
2025-02-11 16:27:10 +01:00
Andras Bacsai
30fd26d91b
Merge pull request #5044 from jlengrand/feat/bugsink
...
Adds Bugsink to service list
2025-02-04 13:32:06 +01:00
Katja Lutz
d7885a32d2
docs(services): reword nitropage url and slogan
2025-02-03 16:21:51 +01:00
Julien Lengrand-Lambert
85ad048ad9
Adds bugsink template
2025-02-02 20:46:32 +01:00
Andras Bacsai
dde6128fa8
replace logo
2025-01-31 17:08:40 +01:00
Andras Bacsai
53feec8cff
Merge pull request #4724 from Winne4r/main
...
fix: broken trigger.dev templates
2025-01-28 11:59:08 +01:00
Andras Bacsai
36d1ce6ec9
Merge pull request #4989 from ItsTarikBTW/services
...
feat(template): add Open Web UI
2025-01-28 11:29:13 +01:00
ItsTarikBTW
26ae104e95
feat(template): add Open Web UI
2025-01-27 18:30:41 +01:00
Dmitry Boiadji
d1613fca7e
Fixing authentik creating providers wizzard bug by bumping up to a new authentik version in template file
2025-01-26 13:10:14 +02:00
peaklabs-dev
f10a34534f
fix(service): invoiceninja service
2025-01-22 18:51:13 +01:00
@PwnedC99
131216dd0c
fix(service): infinite loading and lag with invoiceninja service ( #4876 )
...
- fix infinite loading and lag caused by a bug in the invoiceninja docker compose file
- fix pdf not showing
2025-01-22 18:35:16 +01:00
Arxk
b5e88adc2b
fix(service): Plunk API & health check endpoint ( #4925 )
...
- Add health endpoint to Plunk healthcheck
- Add NODE_OPTIONS common fix
2025-01-22 18:09:46 +01:00
Zairig Imad
ac5d0aa116
feat(service): Add new service Flipt ( #4875 )
2025-01-22 17:58:15 +01:00
Léo Martin
ea5363a775
feat(service): Update affine.yaml with AI environment variables ( #4918 )
2025-01-22 17:24:08 +01:00
ShadowArcanist
11fb0c240f
fix(service): Add healthcheck to Cloudflared service ( #4859 )
2025-01-20 21:42:26 +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
Viktor
350fd52b20
FIX: trigger.dev template - fixed port config
2025-01-17 14:29:45 +02:00
peaklabs-dev
f997872738
chore: lowcoder service naming
2025-01-16 14:24:16 +01:00
🏔️ Peak
22bbc7154c
Merge pull request #4831 from howardshand/patch-1
...
Update openblocks to lowcoder
2025-01-16 14:21:52 +01:00
peaklabs-dev
4b11f97946
fix: joomla service
2025-01-16 14:17:28 +01:00
🏔️ Peak
3d1a4e698e
Merge pull request #4841 from basigabri/main
...
Added template for joomla with MariaDB
2025-01-16 14:13:38 +01:00
basigabri
dd27b94b4e
Merge branch 'next' into main
2025-01-15 18:47:59 +02:00
Basilis Chatzigavriil
1421da1a43
Added template for joomla with MariaDB
2025-01-15 18:44:06 +02:00
Tam Nguyen
0903ed84b6
fix(template): gotenberg healthcheck, use /health instead of /version
2025-01-15 10:23:07 +11:00
peaklabs-dev
01eb54c2e7
disable jitsi for now as it is not working properly
2025-01-14 21:13:47 +01:00
howardshand
5471503a52
Update openblocks to lowcoder
...
openblocks is no longer being developed and has been forked into lowcoder which is currently active and maintained.
see https://github.com/lowcoder-org/lowcoder/blob/main/deploy/docker/docker-compose.yaml
2025-01-14 15:01:46 -05:00
peaklabs-dev
e56be3a676
fix: gotenberg
2025-01-14 15:02:49 +01:00
🏔️ Peak
c9ec34e595
Merge pull request #4759 from nktnet1/gotenberg-template
...
feat: template for Gotenberg, a Docker-powered stateless API for PDF files
2025-01-14 14:58:54 +01:00
peaklabs-dev
3b6f741d29
fix: rallly and actualbudget service
2025-01-14 13:31:00 +01:00
🏔️ Peak
9d10e8a501
Merge pull request #4640 from frenicohansen/feat/actualbudget-rallly
...
Add actual-budget and rallly service
2025-01-14 13:23:31 +01:00
peaklabs-dev
731dc9f789
fix: calibre-web service
2025-01-14 13:09:40 +01:00
🏔️ Peak
6af44138ab
Merge pull request #4639 from frenicohansen/main
...
Add calibre-web service
2025-01-14 13:07:26 +01:00
peaklabs-dev
334a729a2f
fix: nodebb service
2025-01-14 12:59:52 +01:00
🏔️ Peak
7c1ea0ff03
Merge pull request #4624 from privlol/next
...
Add nodebb service
2025-01-14 12:51:35 +01:00
Khiet Tam Nguyen
e16e6e0a74
fix: added healthcheck for gotenberg template
2025-01-11 02:18:16 +11:00
peaklabs-dev
a95bb61e9c
fix: set EXPERIMENTAL_FEATURES to false for labelstudio
2025-01-09 19:59:06 +01:00
🏔️ Peak
771b392a37
Merge pull request #4711 from Nubonetics/service/labelstudio-1.14.0
...
Fixing the CSRF bug for labelstudio versions 1.14.0 and higher
2025-01-09 19:54:32 +01:00
peaklabs-dev
e58a035847
fix: trigger with external db
2025-01-09 19:47:26 +01:00
🏔️ Peak
051e3d9925
Merge pull request #4700 from amjed-ali-k/patch-1
...
Fix Redis Not defined issue in Trigger.dev Ext db template.
2025-01-09 19:46:19 +01:00
peaklabs-dev
a3f3ca786f
fix: teable
2025-01-09 17:36:20 +01:00
🏔️ Peak
6f8379da32
Merge pull request #4727 from Syiana/main
...
teable service
2025-01-09 17:31:21 +01:00
🏔️ Peak
7fea576d67
Merge pull request #4654 from djsisson/update-supabase
...
update supabase template
2025-01-09 17:19:56 +01:00
Khiet Tam Nguyen
277d7f1083
fix: removed container_name
2025-01-09 15:18:58 +11:00
Oliver
dc036e5f51
Update teable.yaml
2025-01-07 12:24:33 +01:00
Khiet Tam Nguyen
65d362a04a
feat: template for Gotenberg, a Docker-powered stateless API for PDF files
2025-01-07 09:56:28 +11:00
Andras Bacsai
eb46792154
fix: add default vector db for anythingllm
2025-01-06 14:26:58 +01:00
🏔️ Peak
478701ed29
Merge pull request #4736 from pranavxc/main
...
Update health check endpoint of Nocodb service
2025-01-06 11:56:05 +01:00
peaklabs-dev
0274bcb656
chore: improve Penpot healthchecks
2025-01-06 11:40:16 +01:00
🏔️ Peak
73951bbffe
Merge pull request #4745 fix: update penpot template healthchecks
...
fix: update penpot template healthchecks
2025-01-06 11:31:02 +01:00
Oliver Speir
d981519ad9
update healthchecks
2025-01-05 19:15:48 -07:00
Pranav C
1b8df1f16b
Update health check endpoint of nocodb service
2025-01-04 16:04:13 +05:30
Viktor
f0ea389331
FIX: trigger.dev template - fixed otel config
2025-01-03 22:05:29 +02:00
Viktor
5fcf3aa7dc
FIX: trigger.dev template - missing ports and wrong env usage
2025-01-03 18:31:06 +02:00
Oliver
83c585ee8b
teable service
2025-01-03 14:52:43 +00:00
Viktor
cf361e08a0
FIX: trigger.dev templates - wrong key length issue
2025-01-02 17:04:38 +02:00
Behzad Samadi
e6b18937d0
Fixing the CSRF bug for labelstudio versions 1.14.0 and higher
2024-12-31 16:27:00 -05:00
Amju
c9ff0b9940
add username + tsl env vars
2024-12-29 17:46:19 +05:30
Amju
a0f471bf3a
Update trigger-with-external-database.yaml
2024-12-29 17:18:45 +05:30
Darren Sisson
4bfd76a70c
update supabase template
2024-12-23 20:56:32 +00:00
Hansen Frenico
42e259f249
feat: add rallly service
2024-12-21 23:59:43 +01:00
Hansen Frenico
153da2628c
feat: add actual-budget service
2024-12-21 23:59:35 +01:00
Hansen Frenico
520a5ef840
feat: add calibre-web service
2024-12-21 23:09:14 +01:00
PrivLol
a8304ce34a
Fixed according to report
2024-12-21 15:32:57 -05:00
peaklabs-dev
337d636182
fix: n8n timezone
2024-12-19 11:55:10 +01:00
🏔️ Peak
2fe87c245a
Merge pull request #4625 from volfadar/patch-1
...
add OPENAI_API_KEY variable in supabase.yaml
2024-12-19 11:52:43 +01:00
Ibnu Rasikh
19a7f6fbbc
add OPENAI_API_KEY variable in supabase.yaml
...
For people that have a skill issue in SQL just like me, Supabase AI Assistant is quite important.
2024-12-19 16:34:00 +07:00
privlol
c3a76fe4e7
Added nodebb service
2024-12-18 15:29:00 -05:00
🏔️ Peak
7c36bd3e78
Merge pull request #4576 from aheinze/main
...
Add Cockpit CMS service / template
2024-12-18 14:52:03 +01:00
ShadowArcanist
46f99347b8
Added missing Discord Env for Outline one click service template
2024-12-15 22:34:09 +05:30
Artur Heinze
d6e0f25dcf
add Cockpit service
2024-12-14 23:40:26 +01:00
peaklabs-dev
0f51d7b3ee
Merge branch 'next' of https://github.com/coollabsio/coolify into next
2024-12-13 20:58:45 +01:00
peaklabs-dev
3ed10ad63f
disable twenty for now
2024-12-13 20:58:43 +01:00
Eric Dahl
06ce7b0a2a
Fix typo in fileflows.yaml
...
The service was called `radarr` instead of `fileflows`
2024-12-13 11:30:55 -05:00
🏔️ Peak
a89e4e5106
Merge pull request #4553 from coollabsio/services
...
Feat: New Services (Dolibarr, Documenso)
2024-12-12 13:53:50 +01:00
peaklabs-dev
48155fa2b7
fix: dolibarr
2024-12-12 13:53:03 +01:00
peaklabs-dev
4e47485971
fix: documenso
2024-12-12 13:51:31 +01:00
🏔️ Peak
8e88a12c3f
Merge pull request #4550 from bitpickle/feature/add-service-documenso
...
Add documenso service
2024-12-12 13:44:28 +01:00
Andras Bacsai
b2344aeb2f
add: checkmate service and fix prowlar slogan (too long)
2024-12-12 11:06:19 +01:00
Péricles Pires
390f304b14
feat: add documenso service
2024-12-12 00:46:12 -03:00
Zairig Imad
dd050192f5
Add new service dolibarr
2024-12-11 18:06:16 +01:00
peaklabs-dev
249fc9e6ec
fix: fileflows volume names
2024-12-11 15:04:43 +01:00
peaklabs-dev
fdd8323598
fix: nexus service
2024-12-11 15:04:28 +01:00