coolify/config
rosslh 88fab3e119 feat: add update pipeline with MapleDeploy CDN and versioning
Route all Coolify update artifacts (versions.json, upgrade.sh,
compose files) through updates.mapledeploy.ca instead of upstream
cdn.coollabs.io. Extend CI to publish artifacts to Bunny CDN
storage zone and purge cache on each build.

- Point CDN_URL, versions_url, upgrade_script_url to updates.mapledeploy.ca
- Hardcode helper/realtime images to ghcr.io (not mirrored to Forgejo)
- Pass registry_url as 3rd arg to upgrade.sh for main image pulls
- Adopt versioning scheme 4.0.0-beta.X.N (bump to 4.0.0-beta.463.1)
- Add CI steps: generate versions.json, upload to Bunny, purge cache
2026-03-14 00:15:55 -04:00
..
api.php refactor(core): rename API rate limit ENV 2025-06-18 15:23:44 +02:00
app.php feat(branding): apply MapleDeploy branding to Coolify 2026-03-14 00:15:16 -04:00
auth.php
broadcasting.php
cache.php
chunk-upload.php feat(core): You can validate compose files with docker compose config 2025-02-27 11:29:04 +01:00
constants.php feat: add update pipeline with MapleDeploy CDN and versioning 2026-03-14 00:15:55 -04:00
cors.php
database.php fix(database): handle PDO constant name change for PGSQL_ATTR_DISABLE_PREPARES 2026-03-03 09:04:45 +01:00
debugbar.php feat(core): You can validate compose files with docker compose config 2025-02-27 11:29:04 +01:00
filesystems.php Remove webhook maintenance mode replay feature 2025-12-02 13:36:32 +01:00
fortify.php
hashing.php
horizon.php chore: prepare for PR 2026-02-23 13:24:49 +01:00
livewire.php feat(branding): apply MapleDeploy branding to Coolify 2026-03-14 00:15:16 -04:00
logging.php feat(jobs): improve scheduled tasks with retry logic and queue cleanup 2025-11-10 11:11:18 +01:00
mail.php fix(mail): Set default mailer to array when not specified 2025-02-27 12:56:44 +01:00
purify.php feat: Purify for better sanitization 2025-01-07 13:47:16 +01:00
queue.php
ray.php
sanctum.php
sentry.php use config instead of env() 2024-11-12 15:53:05 +01:00
services.php feat(user): add changelog read tracking and unread count method 2025-08-12 10:06:19 +02:00
session.php Change default session driver from Redis to database 2025-12-16 12:11:59 +01:00
subscription.php
telescope.php
testing.php
view.php