Commit graph

1512 commits

Author SHA1 Message Date
DevTekVE
d1076add4e Pinning to the current latest 2025-12-15 17:56:33 +01:00
DevTekVE
b8047a6b14 Infiscal no longer distributes images with the postgres on the tag 2025-12-15 17:56:33 +01:00
Andras Bacsai
25827c3c8e
Update Pterodactyl + Wings template to expose port 2022 for SFTP access (#7315) 2025-12-15 15:50:51 +01:00
Andras Bacsai
16b720bb16
Merge branch 'next' into v4.x 2025-12-15 15:50:14 +01:00
Andras Bacsai
40ba8d5124
feat:(service) Add Penpot with s3 (#7407) 2025-12-15 15:49:48 +01:00
Andras Bacsai
28fd7775e2
feat:(service) Bump Beszel version to 0.16.1 (#7409) 2025-12-15 15:49:35 +01:00
Andras Bacsai
b84e5949f4
feat:(service) Add Beszel Agent as standalone template (#7412) 2025-12-15 15:49:22 +01:00
Andras Bacsai
e456e57ed9
fix:(service) Remov depreciated env and services on Penpot (#7415) 2025-12-15 15:49:11 +01:00
Andras Bacsai
ed64761caf
Add STORE_MODEL_IN_DB to LiteLLM environment variables (#7440) 2025-12-15 15:48:32 +01:00
Andras Bacsai
729697db13
Fix CSRF Login issues, adjust PAPERLESS_URL environment variable refe… (#7450) 2025-12-15 15:48:17 +01:00
Andras Bacsai
75bf4c3133
fix(service): postiz showing no available server (#7595) 2025-12-15 15:47:26 +01:00
Andras Bacsai
9a61a35985
Update Umami image tag to latest version (#7459) 2025-12-15 11:28:27 +01:00
Lukas
f0dc00f207 Add STORE_MODEL_IN_DB to env variables 2025-12-14 21:08:27 +01:00
ShadowArcanist
2a13969139
[service] fixed postiz showing no available server due to outdated node version 2025-12-12 10:31:25 +05:30
Andras Bacsai
d68ee93445 Update garage.yaml for improved configuration clarity 2025-12-10 12:57:34 +01: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
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