Commit graph

1654 commits

Author SHA1 Message Date
Murat Aslan
3bf5e3ccfb feat: add Soju IRC bouncer service template 2025-12-08 15:53:33 +03:00
FUTC-Coding
ab1542e152
Update Umami image version to 3.0.2 due to next vulnerability CVE-2025-66478 2025-12-07 12:21:14 +01:00
KM Koushik
aefa426837 Rename unsend to usesend in configuration 2025-12-07 17:32:23 +11:00
Andras Bacsai
84f3481b5e Fix Garage healthcheck: use garage CLI instead of wget
The Garage container doesn't have wget. Use the built-in garage CLI
with 'stats -a' command to check if the node is healthy.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 14:21:39 +01:00
Andras Bacsai
5b4567098a Fix Garage TOML config: move RPC settings to root level
Garage v2.x expects rpc_bind_addr, rpc_secret_file, and bootstrap_peers
at the root level of the TOML config, not inside a [rpc] section.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 14:05:18 +01:00
Andras Bacsai
0f54c194d7 Add Garage as a one-click service
Adds support for deploying Garage (S3-compatible object storage) as a
one-click service in Coolify. Includes service template with TOML config,
automatic URL generation for S3, Web, and Admin endpoints with reverse
proxy configuration, and UI fields for credentials and access tokens.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 13:46:57 +01:00
Andras Bacsai
277ebec525 Update RustFS logo to use PNG icon from GitHub
Replace SVG logo with official PNG icon from RustFS GitHub organization.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 11:42:31 +01:00
Andras Bacsai
6d3e7b7d93 Add RustFS one-click service template
Add RustFS service definition with Docker Compose configuration and SVG logo for Coolify's service marketplace. Includes S3-compatible object storage setup with health checks and configurable environment variables.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 11:35:21 +01:00
Andras Bacsai
8659ca5b0f Update Fizzy logo with official PNG from repository
Replace custom SVG with the official app-icon.png (512x512) from
the Fizzy repository. This ensures brand consistency and uses the
authentic Fizzy branding.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 09:32:48 +01:00
Andras Bacsai
b758b1dcf3 Configure Fizzy to use single SQLite database for queue
Add SOLID_QUEUE_CONNECTS_TO=false environment variable to tell
Solid Queue to use the primary SQLite database instead of looking
for a separate queue database. This fixes the ActiveRecord adapter
error about missing queue database configuration.

With this setting, Fizzy will use a single SQLite database for both
the application data and Solid Queue job processing, which is the
recommended approach for single-instance deployments.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 21:02:29 +01:00
Andras Bacsai
f215c97a34 Simplify Fizzy service to use embedded SQLite
Remove MariaDB dependency and use Fizzy's default SQLite database.
This simplifies deployment by:
- Removing external database container
- Using DATABASE_ADAPTER=sqlite3 environment variable
- Mounting /rails/db volume for SQLite database persistence
- Reducing resource requirements and startup time

Fizzy supports SQLite by default and it's the recommended setup
for single-instance deployments.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 20:48:27 +01:00
Andras Bacsai
8ec8b2e069 Fix Fizzy MariaDB root password environment variable
Changed MARIADB_ROOT_PASSWORD from $SERVICE_PASSWORD_MARIADB_ROOT
to $SERVICE_PASSWORD_ROOT to match Coolify's standard naming convention
for root passwords. This fixes the MariaDB initialization error.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 20:43:49 +01:00
Andras Bacsai
0cb3327df1 Switch Fizzy from PostgreSQL to MariaDB
Fizzy uses MySQL/MariaDB, not PostgreSQL. Update the service template to use:
- MariaDB 11 instead of PostgreSQL
- mysql2:// protocol in DATABASE_URL
- Proper MariaDB environment variables and health checks

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 20:39:45 +01:00
Andras Bacsai
a7a275d012 Add Fizzy one-click service
Add Basecamp's Fizzy Kanban tracking tool as a one-click deployable service.

- Uses official Docker image: ghcr.io/basecamp/fizzy:main
- PostgreSQL database with auto-generated credentials
- Rails environment with SECRET_KEY_BASE and RAILS_MASTER_KEY
- VAPID keys for web push notifications
- Health checks on /up endpoint
- Persistent storage for Rails storage directory

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 20:25:25 +01:00
FUTC-Coding
421e5078ea
Update Umami image version to 3.0.1 2025-12-02 19:09:28 +01:00
Carl-Gerhard Lindesvärd
b72f39b7ac migrate openpanel to v2 2025-12-02 18:56:06 +01:00
FUTC-Coding
0117e1102f
Update Umami image tag to latest version 2025-12-02 17:07:24 +01:00
a-stein
2c00363163
Fix CSRF Login issues, adjust PAPERLESS_URL environment variable reference
`PAPERLESS_URL` has to be without port reference to avoid Django CSRF issues when logging in. Otherwise the trusted origin in Django will be set to the url with port
2025-12-02 12:07:14 +01:00
ShadowArcanist
22d4d11a08
[service] Removed depreciated env and services on Penpot 2025-11-29 17:45:19 +05:30
ShadowArcanist
9fb8069b2d
[service] Added Beszel Agent 2025-11-29 16:09:41 +05:30
ShadowArcanist
60ed4eafa6
[service] Bump Beszel version to 0.16.1 2025-11-29 16:02:50 +05:30
ShadowArcanist
6e92434624
[service] Added Penpot with s3 2025-11-29 15:56:03 +05:30
Gabriel Peralta
5ea94ade5b
Update Terraria server image version to 1.4.4.9 2025-11-25 08:30:31 -03:00
Gabriel Peralta
0d09d2e0ef
Add Docker Compose configuration for Terraria server 2025-11-24 14:45:52 -03:00
Andras Bacsai
be83c7ae08
feat(service): add Opnform template (#5875) 2025-11-24 13:02:59 +01:00
Andras Bacsai
56e4164ab2
feat(service): add newt-pangolin template (#6259) 2025-11-24 13:02:42 +01:00
Andras Bacsai
1235a87e5a
Fix: Codimd Service docker-compose (#7096) 2025-11-24 13:02:21 +01:00
Andras Bacsai
767da75154
Fix mosquitto.yaml (#7129) 2025-11-24 13:02:07 +01:00
Andras Bacsai
1e0310e2f4
Fix(Documenso): Resolve pending status issue for Documenso deployments (fixes #1767 (#7145) 2025-11-24 13:01:47 +01:00
Andras Bacsai
9a3b522711
Tailscale template (#7154) 2025-11-24 13:01:23 +01:00
Andras Bacsai
199661b5e4
fixes: default template of Redis Insight (#7176) 2025-11-24 13:00:54 +01:00
Andras Bacsai
c96131c4de
feat: add palworld service (#7206) 2025-11-24 13:00:18 +01:00
Andras Bacsai
c2d2bc74fc
fix(service): Ghost using invalid base url (#7233) 2025-11-24 12:59:46 +01:00
Andras Bacsai
3709b8c498
chore(n8n): upgrade n8n image version to 1.119.2 in compose templates (#7236) 2025-11-24 12:59:31 +01:00
Andras Bacsai
d78e9d9b86
fix(service): netbird client showing wrong host details (#7237) 2025-11-24 12:58:39 +01:00
Andras Bacsai
568d9fab4b
fix(service): plausible compose parsing error (#7244) 2025-11-24 12:57:57 +01:00
JhumanJ
844f89f42f Upgrade opnform API and UI images to version 1.12.1 in opnform.yaml 2025-11-24 10:13:08 +01:00
Drew
b838aa7d57
Update pterodactyl-with-wings.yaml 2025-11-23 16:54:57 -07:00
majcek210
612b51ef00
Update volume mounts in paymenter.yaml
Done my research and this are the right volumes for paymenter on coolify
2025-11-23 12:08:21 +01:00
majcek210
a2ca50b4bf
Update paymenter.yaml volumes configuration 2025-11-22 15:24:05 +01:00
majcek210
9a58096655
Fix volume paths in paymenter.yaml 2025-11-22 15:21:19 +01:00
majcek210
928e96258a
Update paymenter image version to v1.4.5
Change paymenter image varsion from latest > 1.4.5
2025-11-22 14:55:50 +01:00
majcek210
ef40069cef
Update MariaDB image version to 11.8 2025-11-22 11:28:31 +01:00
majcek210
e0708107e1
Add volumes for themes, extensions, and storage in Paymenter template
Added additional volumes to the Paymenter service in docker-compose:

- Added themes volume for theme storage
- Added extensions volume for external extensions
- Added app_storage_public for public storage path

These changes allow you to store extensions, themes and some images without issues(they were deleted on restart before)
2025-11-22 11:24:16 +01:00
ShadowArcanist
f5beb3a848
fix(service): plausible compose parsing error 2025-11-17 00:20:47 +05:30
ShadowArcanist
8a0749fddf
Set network_mode to host for netbird client one click service 2025-11-16 10:33:10 +05:30
Robin
92286a85b8
Update templates/compose/palworld.yaml
remove unwanted character from compse file

Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-11-15 21:55:50 +01:00
Robin266
c4dc8e1811 update palworld docker-compose 2025-11-15 19:34:18 +01:00
hugoduar
b345fc4468
chore(n8n): upgrade n8n image version to 1.119.2 in compose templates 2025-11-15 02:19:22 -06:00
majcek210
9a5967b77d
Rename tailscale.yaml > tailscale-client.yaml 2025-11-14 21:14:13 +01:00
majcek210
2237707263
Update templates/compose/tailscale.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-11-14 21:13:18 +01:00
majcek210
ce5f40afd8
Update templates/compose/tailscale.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-11-14 21:13:12 +01:00
majcek210
6e24ef247a
Update templates/compose/tailscale.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-11-14 20:24:08 +01:00
majcek210
28b44bad8e
Update templates/compose/tailscale.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-11-14 20:24:01 +01:00
majcek210
d9eb0ab00b
Update templates/compose/tailscale.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-11-14 20:23:51 +01:00
majcek210
ba6d540653
Update templates/compose/tailscale.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-11-14 20:23:45 +01:00
majcek210
84800ba7f2
Update templates/compose/tailscale.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-11-14 20:23:26 +01:00
majcek210
4d77d06ac0
Update templates/compose/tailscale.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-11-14 20:23:20 +01:00
majcek210
8b916ca228
Update templates/compose/tailscale.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-11-14 20:23:12 +01:00
ShadowArcanist
0bfee3ad33
fix(service): Ghost using invalid base url 2025-11-14 23:33:47 +05:30
Julien Nahum
adc82dc7a9 feat(opnform): add SERVICE_URL_NGINX environment variable to nginx service 2025-11-14 14:47:24 +00:00
Julien Nahum
1126385c1b fix(opnform): update APP_URL environment variable and remove unused nginx environment variable 2025-11-14 11:24:39 +00:00
Julien Nahum
671d88623e
Update templates/compose/opnform.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-11-14 10:23:50 +00:00
Julien Nahum
d60e6838ab
Update templates/compose/opnform.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-11-14 10:23:37 +00:00
Julien Nahum
c35411f367
Merge branch 'next' into add-opnform-template 2025-11-13 13:04:46 +01:00
Gabriel Peralta
496bafca1f
Update newt-pangolin.yaml 2025-11-12 11:59:36 -03:00
Robin266
16a1b3610c add palworld service 2025-11-11 22:58:22 +01:00
peaklabs-dev
28b38babca
fix(service): disable openpanel worker UI by default 2025-11-10 22:09:04 +01:00
Andras Bacsai
fe46c490a2 Update service templates for Convex and EmbyStat; modify compose configurations and adjust tags and categories for better clarity and organization 2025-11-10 14:16:14 +01:00
Rohit Tiwari
6efa1444df
fixes default template of Redis Insight
this PR refers the issue generated that , caused by untested template issue no : #7166

Redis Insight is inaccessible when installed with default configuration until manually change the test url
2025-11-10 15:25:33 +05:30
Julien Nahum
c960b71076 Update opnform.yaml to use version 1.10.2 for API and UI images, remove SELF_HOSTED environment variable, and adjust environment variable syntax for consistency 2025-11-09 16:05:04 +01:00
daren
881c8f991b
Merge branch 'next' into fix-codimd-docker-compose 2025-11-09 15:01:57 +07:00
Andras Bacsai
f382e95d9b
Merge branch 'next' into v4.x 2025-11-08 16:15:57 +01:00
majcek210
6effccd1fb
Merge branch 'next' into ts-template 2025-11-08 15:47:45 +01:00
itssloplayz
152801e293 Added tailscale template 2025-11-08 11:59:26 +01:00
hareland
07ce375ac5 Embystat: change category from 'media' to 'analytics' 2025-11-07 13:50:19 +01:00
hareland
b08ea4402a Embystat: change category from 'media' to 'analytics' 2025-11-07 13:46:12 +01:00
hareland
183c70e3c8 **Update rybbit.yaml schema: add category field and adjust tags formatting** 2025-11-07 13:29:49 +01:00
ajay
e3c3962d07 fix: updated postgres 2025-11-07 17:08:01 +05:30
ajay
c93c238be2 fix: secure deploy 2025-11-07 17:06:39 +05:30
ajay
87a97468c2 fix: secure deploy 2025-11-07 17:03:00 +05:30
ajay
1cd98f7b5a fix: secure deploy 2025-11-07 17:02:09 +05:30
ajay
40eb399b36 fix: updated envs 2025-11-07 16:54:31 +05:30
ajay
50accfeb2a fix: updated passout key 2025-11-07 16:45:16 +05:30
ajay
08eb6ff981 Fix(Documenso): Resolve pending status issue for Documenso deployments (fixes #1767) 2025-11-07 15:10:04 +05:30
ajay
69b8abde63 Fix(Documenso): Resolve pending status issue for Documenso deployments (fixes #1767) 2025-11-07 15:01:48 +05:30
Diogo Carvalho
f31ba424d5
Update mosquitto.yaml
Fix spacing in conditional check for service user
2025-11-06 10:55:01 +00:00
Daren Tan
0aac7aa799
fix: codimd docker-compose domain 2025-11-03 21:29:53 +08:00
Julien Nahum
ff67483f68
Merge branch 'next' into add-opnform-template 2025-10-31 17:52:13 +01:00
JhumanJ
dd0575a1ac Update opnform.yaml to use version 1.10.1 for API and UI images, and correct APP_URL environment variable reference 2025-10-31 17:40:04 +01:00
thevinodpatidar
622966b9d8 Merge branch 'v4.x' of github.com:thevinodpatidar/coolify into v4.x 2025-10-31 11:02:16 +05:30
thevinodpatidar
3be0dc07b8 Change version and documentation url 2025-10-31 11:00:41 +05:30
Vinod Patidar
253df1991b
Merge branch 'next' into v4.x 2025-10-30 17:14:22 +05:30
thevinodpatidar
96d0d39fd8 Add Postgresus one-click service template 2025-10-30 16:35:22 +05:30
Andras Bacsai
9f8661fe10
Merge pull request #7051 from ShadowArcanist/patch-12
chore(service): update Beszel to 0.15.2 version
2025-10-30 08:17:39 +01:00
ShadowArcanist
94006ea0e0
Updated Beszel one click service to 0.15.2 version
Updated Beszel and Beszel-Agent images to version 0.15.2.
2025-10-30 03:08:19 +05:30
ShadowArcanist
32cd8df4e4
Fixed activepieces one click service failing to start
Updated Docker images for activepieces, postgres, and redis to specific versions.
2025-10-30 02:36:58 +05:30
Andras Bacsai
20ac018620
Merge pull request #6979 from ShadowArcanist/shadow/-appwrite-healthchecks
feat(service): appwrite added healthchecks
2025-10-28 10:31:05 +01:00
Andras Bacsai
28e343d458
Merge pull request #7016 from majcek210/patch-3
Update & rename the pterodactly template
2025-10-28 10:30:51 +01:00
Andras Bacsai
81529e9274
Merge pull request #6976 from majcek210/v4.x
Fix and update the "pterodactly with wings" template.
2025-10-28 10:30:34 +01:00
Andras Bacsai
4df3134cec
Merge pull request #6973 from ShadowArcanist/patch-9
fix(service): seafile cannot upload files due to network errors
2025-10-28 10:30:07 +01:00
Andras Bacsai
342abc967c
Merge pull request #6971 from lamongabriel/plane
Update Plane version to v1.0.0
2025-10-28 10:29:47 +01:00
Andras Bacsai
0fdfc18440
Merge pull request #6530 from yipfram/fix/evolution-api-slogan
feat: update Evolution API slogan to better reflect its capabilities
2025-10-28 10:29:07 +01:00
majcek210
26b543810e
Merge branch 'next' into patch-3 2025-10-27 11:18:02 +01:00
majcek210
8e75b47829
Update & rename the pterodactly template
Removed the wings service from the template only leaving the panel as the panel + wings are deployed in the "pterodacly with wings" template. Renamed the template from pterodactly > pterodactly panel for better understanding
2025-10-26 19:26:55 +01:00
ShadowArcanist
7d4d621237
Changed Wireguard one click service template category to vpn 2025-10-26 18:05:22 +05:30
majcek210
61fe8f1215
Add environment variables for HASHIDS configuration
This fixes the databases not loading on server(500)
2025-10-25 19:20:31 +02:00
majcek210
ac6fe136ca
Merge branch 'next' into v4.x 2025-10-24 17:04:40 +02:00
Andras Bacsai
9d672c1583 chore: add category field to siyuan.yaml 2025-10-24 13:24:48 +02:00
majcek210
adcdec6931
Enhance comments in pterodactyl-with-wings.yaml
Updated comments in configuration file for clarity.
2025-10-23 18:38:53 +02:00
majcek210
b00d389314
Update templates/compose/pterodactyl-with-wings.yaml
Update the wings version from latest to v1.11.11

Co-authored-by: Romain ROCHAS <46826777+yipfram@users.noreply.github.com>
2025-10-23 18:30:07 +02:00
majcek210
2e193d45fd
Update templates/compose/pterodactyl-with-wings.yaml
Change pterodactly wings version from latest to v1.11.13

Co-authored-by: Romain ROCHAS <46826777+yipfram@users.noreply.github.com>
2025-10-23 18:29:34 +02:00
majcek210
0541240527
Update MariaDB image version to 11.8
Bump the mariadb to 11.8 (LTS)
2025-10-23 16:36:17 +02:00
ShadowArcanist
9532012bb5 Added healthchecks for appwrite one click service template 2025-10-23 19:52:21 +05:30
majcek210
84d5355b94
Merge branch 'next' into v4.x 2025-10-23 16:21:22 +02:00
majcek210
f9e46ee914
Fix and update the template.
Fixed the template by updating current configuration and enabling wings to connect.
2025-10-23 15:43:54 +02:00
ShadowArcanist
7c42c48a18 Removed volume mappings on appwrite one click service 2025-10-23 18:10:38 +05:30
ShadowArcanist
9372029f23 Updated docs link on appwrite one click service 2025-10-23 18:08:34 +05:30
Gabriel Lamon
596051952f fix(templates): update minio image to use coollabsio fork in Plane 2025-10-23 09:29:17 -03:00
Gabriel Lamon
72f6b425af fix(templates): add redis env to live service in Plane 2025-10-23 09:28:03 -03:00
Gabriel Lamon
d16d095110 fix(templates): remove volumes from Plane's compose 2025-10-23 08:59:59 -03:00
ShadowArcanist
f2c743e627
Fixed one click services seafile mixcontent and cors errors
Updated environment variables and healthcheck settings for Seafile service.
2025-10-23 08:56:51 +05:30
Gabriel Lamon
9c0fc8ba6c feat(templates): update plane compose to v1.0.0 2025-10-22 16:48:11 -03:00
Andras Bacsai
414e762dfa
Merge pull request #6913 from yipfram/add/home-assistant
Add Home Assistant template
2025-10-22 21:41:44 +02:00
Andras Bacsai
cb4c26007d
Merge pull request #6914 from ShadowArcanist/shadow/new-service-redisinsight
feat(service): add Redis Insight
2025-10-22 21:39:15 +02:00
Andras Bacsai
acbea6db60
Merge pull request #6920 from StellarRounin/template/add-siyuan-service
feat(servide): Add siyuan template
2025-10-22 21:38:56 +02:00
Andras Bacsai
bb0f497255
Merge pull request #6924 from yipfram/yipfram/pocket-id-template
Add Pocket ID template
2025-10-22 21:38:28 +02:00
Andras Bacsai
cbddfbce15
Merge pull request #6925 from ariqpradipa/feat/sparkyfitness
feat(templates): add sparkyfitness compose template and logo
2025-10-22 21:38:13 +02:00
Andras Bacsai
802f4647b8
Merge pull request #6953 from ShadowArcanist/patch-6
disable(service): pingvinshare
2025-10-22 21:37:00 +02:00
Andras Bacsai
a9a7c8df88
Merge pull request #6954 from ShadowArcanist/patch-7
disable(service): pingvinshare with clamav
2025-10-22 21:36:47 +02:00
Andras Bacsai
286a36420a
Merge pull request #6963 from yipfram/add/rivet-dev
Add Rivet template
2025-10-22 21:36:32 +02:00
Andras Bacsai
a02341fb55
Merge pull request #6550 from yipfram/template/metamcp
Add Metamcp app template
2025-10-22 21:36:06 +02:00
Romain ROCHAS
f2510684c2
Update templates/compose/rivet-engine.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-10-22 16:07:42 +02:00
Andras Bacsai
e8851ff5cd Update healthcheck commands for MinIO services across multiple YAML files 2025-10-22 16:05:17 +02:00
Andras Bacsai
c9ca702edf
Merge pull request #6965 from ShadowArcanist/shadow/replace-minio
Replace vulnerable minio docker images with Coollabs Minio
2025-10-22 16:02:45 +02:00
Romain ROCHAS
439ecc277d
Merge branch 'next' into add/rivet-dev 2025-10-22 11:51:53 +02:00
Romain ROCHAS
e47524f5bd
Update templates/compose/rivet-engine.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-10-22 11:51:38 +02:00
ShadowArcanist
7bd2edfacc
Added MinIO community edition one click service 2025-10-22 13:06:04 +05:30
ShadowArcanist
bad2c139c2 Replace minio with coollabs minio on ente photos with s3 service template 2025-10-22 12:41:45 +05:30
ShadowArcanist
3e76bdd59e Replace minio with coollabs minio on huly service template 2025-10-22 12:39:06 +05:30
ShadowArcanist
b88a70fde5 Replace minio with coollabs minio on supabase service template 2025-10-22 12:35:24 +05:30
ShadowArcanist
48da311573 Replace minio with coollabs minio on posthog service template 2025-10-22 12:33:40 +05:30
ShadowArcanist
190b47b1d6 Replace minio with coollabs minio on plane service template 2025-10-22 12:32:12 +05:30
ShadowArcanist
30e64f9dc6 Replace minio with coollabs minio on budibase service template 2025-10-22 12:31:02 +05:30
ShadowArcanist
41f4fe33ba Replace minio with coollabs minio on azimutt service template 2025-10-22 12:29:30 +05:30
Romain ROCHAS
878ed3f9c3 Rename to rivet-engine.yaml and update description to reflect stateful workloads 2025-10-22 03:40:18 +02:00
Romain ROCHAS
0164b54576 Add rivet.svg and rivet.yaml for AI programming environment setup 2025-10-22 03:08:57 +02:00
Ariq Pradipa Santoso
b31a3c2e6d
Merge branch 'next' into feat/sparkyfitness 2025-10-22 07:11:08 +07:00
Ariq Pradipa Santoso
52333efb2c
pin sparkyfitness server image version
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-10-22 07:08:46 +07:00
Ariq Pradipa Santoso
34baeab542
pin sparky fitness image version
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-10-22 07:08:27 +07:00
Ariq Pradipa Santoso
d89d89be4c
Update templates/compose/sparkyfitness.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-10-22 07:06:40 +07:00
Ariq Pradipa Santoso
19a4521209
Update templates/compose/sparkyfitness.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-10-22 07:06:32 +07:00
Ariq Pradipa Santoso
d29a0543c7
Update templates/compose/sparkyfitness.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-10-22 07:06:10 +07:00
Ariq Pradipa Santoso
e16a533cce
Update templates/compose/sparkyfitness.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-10-22 07:06:02 +07:00
Ariq Pradipa Santoso
a8d3a39768
Update templates/compose/sparkyfitness.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-10-22 07:05:53 +07:00
Ariq Pradipa Santoso
26eb0a2905
Update templates/compose/sparkyfitness.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-10-22 07:05:44 +07:00
Ariq Pradipa Santoso
d01d574d71
Update templates/compose/sparkyfitness.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-10-22 07:05:38 +07:00
Romain ROCHAS
4fd49fc5c7
Merge branch 'next' into yipfram/pocket-id-template 2025-10-21 21:10:24 +02:00
Romain ROCHAS
74a9dbc2ce
Merge branch 'next' into template/metamcp 2025-10-21 20:55:15 +02:00
ShadowArcanist
fc90009047
disable pingvinshare with clamav one click service
Add ignore directive to pingvinshare-with-clamav.yaml
2025-10-22 00:05:07 +05:30
ShadowArcanist
d3a75e36f9
disable pingvinshare one click service 2025-10-21 23:56:49 +05:30
ShadowArcanist
28c601443a
disable minio one click service
Add ignore directive to minio.yaml
2025-10-21 23:40:08 +05:30
Ariq Pradipa Santoso
eca0c5cb0d feat(templates): add sparkyfitness compose template and logo
Add Docker Compose template for SparkyFitness, a comprehensive fitness tracking application, including the SVG logo and configuration for frontend, server, and database services.
2025-10-20 10:14:17 +07:00
Stellar Rounin
50be79db85
fix(service): Update image version & healthcheck start period 2025-10-19 18:09:01 -06:00
Romain ROCHAS
9355cb2893 Add SMTP configuration to Pocket ID template
Include SMTP settings for email notifications and one-time access features.
2025-10-19 21:35:49 +02:00
Romain ROCHAS
2ae3d1b99b Add SMTP configuration to Pocket ID with PostgreSQL template
Include SMTP settings for email notifications and one-time access features.
2025-10-19 21:35:18 +02:00
Romain ROCHAS
7dbd8fad21 Add Pocket ID with PostgreSQL template
Add variant of Pocket ID template with PostgreSQL database support for better scalability and production use.
2025-10-19 21:34:26 +02:00
Romain ROCHAS
d1ab7ebb8e Add Pocket ID template
Add Docker Compose template for Pocket ID, a simple and secure OIDC provider with passkey authentication support.
2025-10-19 20:59:24 +02:00
Romain ROCHAS
b0ee2d227a Update metamcp.yaml: refine environment variables and healthcheck settings 2025-10-19 18:04:06 +02:00
alexbaron-dev
9c99937dd0
Update environment variable syntax in opnform.yaml for consistency 2025-10-19 17:52:12 +02:00
Romain ROCHAS
24d85f7c96
Merge branch 'next' into template/metamcp 2025-10-19 17:50:40 +02:00
alexbaron-dev
37ef9eb3bc
Merge branch 'coollabsio:v4.x' into add-opnform-template 2025-10-19 16:19:41 +02:00
alexbaron-dev
c5fad13ab2
Upgrade opnform API and UI images to version 1.10.0 2025-10-19 15:28:08 +02:00
Stellar Rounin
f6b8a47140
feat(servide): Add siyuan template 2025-10-18 09:18:53 -06:00
Romain ROCHAS
14bfdb4405 fix(templates) delete unused volume 2025-10-18 14:40:21 +02:00
alexbaron-dev
4363fbd60c
Update Docker images to specific versions 2025-10-17 20:16:48 +02:00
ShadowArcanist
057fbdf354 Added Redis insight service 2025-10-17 22:25:53 +05:30
Romain ROCHAS
1ad0da1e48 Remove unnecessary blank lines and commented-out automation configurations from Home Assistant template 2025-10-17 12:26:00 +02:00
Romain ROCHAS
b3cf97de24 Add Home Assistant docker compose template
- Add Home Assistant template with version 2025.10.2
- Configure reverse proxy support for Coolify with trusted private IP ranges
- Include D-Bus volume for Bluetooth integration support
- Add healthcheck for container monitoring
- Include configuration.yaml with reverse proxy settings to fix 400 Bad Request errors
2025-10-17 12:09:15 +02:00
Andras Bacsai
ab7bd46e56
Merge pull request #6883 from ariqpradipa/feat/templates/ente-photos
feat(templates): add SMTP configuration to ente-photos compose templates
2025-10-17 10:58:27 +02:00
Andras Bacsai
d1a0a9a5d8
Merge pull request #6853 from xwxfox/patch-1
Add proxyscotch service compose file
2025-10-17 10:58:16 +02:00
Andras Bacsai
9e8ae97585
Merge pull request #6835 from yipfram/update-n8n
Update n8n template
2025-10-17 10:57:59 +02:00
Andras Bacsai
074436e7d8
Merge pull request #6011 from titouv/v4.x
feat(service): add cap service
2025-10-17 10:57:19 +02:00
Andras Bacsai
8b12f1dba4
Merge pull request #6475 from stylefieber/next
Update plausible.yaml and shlink.yaml - clickhouse config contents were swapped; fixing double https:// issue in shlink web app
2025-10-17 10:56:41 +02:00
Andras Bacsai
44f8c648d1
Merge pull request #5386 from GauthierPLM/feature/signoz
feat(service): add signoz template
2025-10-17 10:56:10 +02:00
David Londono
cf4270140c fix: update cors and versions 2025-10-16 11:26:29 -05:00
David Alejandro Londoño
a02240d143
Merge branch 'coollabsio:next' into next 2025-10-16 10:10:23 -05:00
Ariq Pradipa Santoso
7741590fdb feat(templates): add SMTP encryption configuration to ente-photos compose templates
Add optional ENTE_SMTP_ENCRYPTION environment variable with default value 'tls' to museum service in both ente-photos and ente-photos-with-s3 templates. This allows users to configure SMTP encryption settings for email functionality.
2025-10-16 06:30:23 +07:00
Gauthier POGAM--LE MONTAGNER
0d11bdbfb6 feat(signoz): pin service image tags and exclude_from_hc flag to services excluded from health checks 2025-10-15 18:50:09 +02:00
Romain ROCHAS
78f3689ecd
Update templates/compose/n8n-with-postgres-and-worker.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-10-15 16:24:39 +02:00
Romain ROCHAS
2973818046
Update templates/compose/n8n-with-postgres-and-worker.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-10-15 16:24:18 +02:00
Romain ROCHAS
2dd84317b4
Merge branch 'next' into update-n8n 2025-10-15 16:01:44 +02:00
Romain ROCHAS
092803ba85
Update templates/compose/n8n.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-10-15 16:01:34 +02:00
Romain ROCHAS
bfaf3b371d
Update templates/compose/n8n-with-postgresql.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-10-15 16:01:26 +02:00
Ariq Pradipa Santoso
8817e22569 feat(templates): add SMTP configuration to ente-photos compose templates
Add environment variables for SMTP host, port, username, password, email, and sender name to enable email functionality in the museum service. This enhances the ente-photos setup with email capabilities for notifications or other features.
2025-10-15 16:22:49 +07:00
Titouan V
813c0d1e84
Update templates/compose/cap.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-10-14 23:42:45 +02:00
Titouan V
f1f7fdb94b
Update templates/compose/cap.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-10-14 23:42:30 +02:00
Titouan V
bb09eb1587
Update templates/compose/cap.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-10-14 23:42:22 +02:00
Titouan V
a0dbdab949
Update templates/compose/cap.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-10-14 23:42:12 +02:00
Titouan V
9e778e8669
Update templates/compose/cap.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-10-14 23:42:03 +02:00