Commit graph

15249 commits

Author SHA1 Message Date
rosslh
e4e10a11b9 fix(versioning): move version bumping to CI build time
Version was never bumped because git rebase doesn't run pre-commit
hooks. CI now appends a YYYYMMDDHHmm timestamp to the upstream base
version and injects it into the Docker image via build arg.
2026-04-11 15:31:53 -04:00
rosslh
48cdf91d9b feat(branding): yellow scrollbar and hide FQDN settings field
- Change scrollbar thumb from Coolify red to MapleDeploy yellow
- Hide FQDN field from settings UI (managed during provisioning)
2026-04-11 15:31:53 -04:00
rosslh
7ca7bbd204 feat(auth): notify MapleDeploy on first-user registration
After the first user registers, clears the setup token and dispatches
NotifySetupCompleteJob to POST the token to MapleDeploy's callback URL.
Adds setup_callback_url column to instance_settings.
2026-04-11 15:31:53 -04:00
rosslh
4f0c914437 feat(auth): gate first-user registration with setup token
Require a setup_token query parameter to access the registration page
when no users exist, preventing admin hijacking on new instances.
2026-04-11 15:31:53 -04:00
rosslh
a3fa47197d fix(dns): replace Cloudflare defaults with CIRA Canadian Shield
Replace hardcoded 1.1.1.1/1.0.0.1 (Cloudflare) DNS defaults with
CIRA Canadian Shield (149.112.121.10, 149.112.122.10) to maintain
Canadian data sovereignty for DNS resolution.
2026-04-11 15:31:53 -04:00
rosslh
66dfd140e9 chore(branding): remove sponsorship popup remnants 2026-04-11 15:31:53 -04:00
rosslh
35ab01e65c style(branding): replace Coolify purple and yellow with MapleDeploy palette
Replace #6b16ed (Coolify purple) with #d52b1e (MapleDeploy red) and
form focus states, dirty indicators, chart colors, and theme tokens.
Also fix warning color scale to use standard Tailwind yellow values.
2026-04-11 15:31:53 -04:00
rosslh
3593df1268 feat(onboarding): skip boarding wizard for new users
Customers land directly on the dashboard instead of the setup wizard,
which shows a misleading localhost vs remote server warning that
conflicts with MapleDeploy's single-VM model.
2026-04-11 15:31:53 -04:00
rosslh
048371a8fc style(branding): add header logo gap and use stone-900 background
Add 4px gap between logo and header elements with flex-shrink support.
Change base background from near-black (#0c0a09) to stone-900 (#1c1917)
to match the marketing site's darkest dark-mode color.
2026-04-11 15:31:53 -04:00
rosslh
339880c86c fix(branding): preserve sidebar logo aspect ratio when constrained 2026-04-11 15:31:53 -04:00
rosslh
8146e71590 fix(branding): replace "self-hosted" subtitle on dashboard 2026-04-11 15:31:53 -04:00
rosslh
1dec7e1ed9 fix(branding): constrain sidebar logo to prevent overflow
Replace max-w-none with max-w-full so the logo respects the sidebar
container width instead of overflowing it.
2026-04-11 15:31:53 -04:00
rosslh
6bbba1d4d3 fix(branding): preserve sidebar logo aspect ratio, bump to 463.2
Add max-w-none to logo images to prevent Tailwind base styles from
constraining the image width within the narrow sidebar flex container.
2026-04-11 15:31:53 -04:00
rosslh
f1608afe89 chore: remove broken feedback form and all entrypoints
The feedback form relies on instance SMTP being configured, which
MapleDeploy customers won't do. Without SMTP it silently logs to
the server and shows a misleading success message. Removed the
navbar button, onboarding modal, subscription page link, API
endpoint, and all associated dead code.
2026-04-11 15:31:53 -04:00
rosslh
6a9674f6d9 fix(ci): recreate CDN storage zone in EU (DE) region
Storage zone was accidentally created in NY. Recreated as
'coolify-update' in DE (Falkenstein) to keep update artifacts
in EU jurisdiction, consistent with Bunny.net data sovereignty
justification. Updated storage zone name, pull zone ID, and
reverted storage endpoint to default (storage.bunnycdn.com).
2026-04-11 15:31:53 -04:00
rosslh
1bceb95673 fix(ci): use NY region storage endpoint for Bunny CDN uploads 2026-04-11 15:31:53 -04:00
rosslh
95e0ffb361 fix(ci): use apk instead of apt-get for curl install 2026-04-11 15:31:53 -04:00
rosslh
77a58efc27 fix(ci): install curl in runner for CDN uploads 2026-04-11 15:31:53 -04:00
rosslh
39eeb2b19f 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-04-11 15:31:53 -04:00
rosslh
21b7754a03 feat(branding): apply MapleDeploy branding to Coolify
Replace Coolify branding with MapleDeploy throughout the UI: logos,
favicon, fonts (Overlock 900), color scheme, help links, and page
titles. Remove GitHub Actions workflows and add Forgejo CI build
workflow. Strip cloud-only features (subscription prompts, sponsor
links, server creation cloud options).
2026-04-11 15:31:27 -04:00
Andras Bacsai
ec0668ce85
v4.0.0-beta.472 (#9492) 2026-04-09 12:14:09 +02:00
Andras Bacsai
92d1168228 chore: bump version to 4.0.0-beta.472 2026-04-09 12:13:39 +02:00
Andras Bacsai
1c92c0d6a6
fix(service): netbird-client wrong volume path (#9484) 2026-04-09 09:49:15 +02:00
Andras Bacsai
6e9fecb2c4
fix(service): Several templates on wrong catagory. (#9449) 2026-04-09 09:48:46 +02:00
Andras Bacsai
26daf1f469
build(deps-dev): bump vite from 7.3.0 to 7.3.2 (#9457) 2026-04-09 09:15:22 +02:00
Tyler Westbrook
1a4913213f
Update templates/compose/elasticsearch-with-kibana.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2026-04-09 00:43:59 -05:00
Immanuel Raj
d0c9b4eed8
Change netbird-client volume path in YAML config 2026-04-09 00:00:38 +05:30
Andras Bacsai
e4d293cb9a
fix(validation): allow quoted docker run options in custom config (#9481) 2026-04-08 14:23:18 +02:00
Andras Bacsai
e36ae82d9d fix(validation): allow quoted shell args in docker options
Permit single-quoted arguments in SHELL_SAFE_COMMAND_PATTERN while
keeping dangerous metacharacters blocked, and add security test cases
for quoted --entrypoint and --hostname values.
2026-04-08 14:21:49 +02:00
Andras Bacsai
fadada1e07
chore(service): update nextcloud healthcheck endpoint (#9470) 2026-04-08 14:12:25 +02:00
ShadowArcanist
58239dc92c
chore(service): update nextcloud healthcheck endpoint 2026-04-07 23:32:57 +05:30
dependabot[bot]
85205406c0
build(deps-dev): bump vite from 7.3.0 to 7.3.2
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.3.0 to 7.3.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.3.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-06 21:04:04 +00:00
Iisyourdad
8446e0c049 (Changing Mattermost catagory) 2026-04-06 13:57:40 -05:00
Iisyourdad
a4fc43564d fix(template): Several templates on wrong catagory. 2026-04-06 11:35:16 -05:00
Andras Bacsai
c360dbdaea
chore(community): remove Algora bounty program references (#9436) 2026-04-06 18:29:51 +02:00
Andras Bacsai
4b698d2cb3
fix(docker): add apk upgrade to helper, realtime, and development Dockerfiles (#9437) 2026-04-06 18:29:32 +02:00
Andras Bacsai
43fd840324
fix(service): nextcloud workers exhaustion due to low interval healthcheck (#9440) 2026-04-05 21:04:43 +02:00
ShadowArcanist
606a860e97
fix(service): nextcloud workers exhaustion due to low interval healthcheck 2026-04-06 00:07:02 +05:30
Andras Bacsai
5743244396
fix(service): allow overriding GOTRUE_SITE_URL in Supabase template (#9079) 2026-04-05 20:21:24 +02:00
Andras Bacsai
a652517d23
Merge branch 'next' into fix/supabase-gotrue-site-url 2026-04-05 20:21:11 +02:00
Andras Bacsai
bebbf16e43
feat(service): update Supabase to current latest versions (#8316) 2026-04-05 20:21:05 +02:00
Andras Bacsai
a232d94ac2
fix(service): directus cors not applied in preflight requests (#9081) 2026-04-05 20:20:14 +02:00
Andras Bacsai
5c85077b98
feat(service): add grimmory (#9109) 2026-04-05 20:19:56 +02:00
Andras Bacsai
2a2a258392
fix(service): n8n task-runners health check fails (#9309) 2026-04-05 20:19:45 +02:00
Andras Bacsai
8e24a39a7c
fix(service): fix librechat healthcheck and update dependencies (#9358) 2026-04-05 20:19:31 +02:00
Andras Bacsai
bd9785e679
feat(service): update Rivet to v2.2.0 (#9378) 2026-04-05 18:49:17 +02:00
Andras Bacsai
8f4239bffa
fix(template): Minecraft was on wrong category (#9387) 2026-04-05 18:48:54 +02:00
Andras Bacsai
3eaa721277
feat(service): update Convex to current latest version (#9392) 2026-04-05 18:48:33 +02:00
Andras Bacsai
5d01498cc0
fix(services): bump images of alexandrie to fix security issue (#9434) 2026-04-05 18:47:50 +02:00
Andras Bacsai
4d8a5ba40f fix(security): bump helper and realtime versions across manifests
Update helper to 1.0.13 and realtime to 1.0.12 in constants,
version manifests, and production/windows docker compose files,
including nightly variants.
2026-04-05 18:32:05 +02:00