Commit Graph

1732 Commits

Author SHA1 Message Date
peaklabs-dev 7399654c96 chore(service): upgrade activepieces and postgres 2026-01-04 18:31:38 +01:00
Alex 5685e0e649 chore(service): upgrade uptime kuma to version 2 (#7258) 2026-01-04 17:58:01 +01:00
Murat Aslan aee48ea828 fix(service): correct POSTGRES_HOST in freshrss (#7759) 2026-01-04 17:41:25 +01:00
peaklabs-dev 8ba253dcd9 chore(services): update service-templates.json 2026-01-04 17:16:32 +01:00
Datenschmutz d08f8e96f8 feat(services): update authentik (#7380) 2026-01-04 16:46:50 +01:00
Andras Bacsai 7e73058b0a chore: update versions.json for consistency across environments 2026-01-02 17:10:50 +01:00
Andras Bacsai a4cef981fe fix(templates): use FQDN instead of URL for Weblate site domain (#7827) 2026-01-02 16:57:59 +01:00
Andras Bacsai e158963f82 feat(templates): update Postgresus to Databasus and bump Docker Image (#7799) 2026-01-02 16:57:44 +01:00
Andras Bacsai b6d28498f9 Update Rybbit service images to v2.2.3 (#7778) 2026-01-02 16:57:08 +01:00
Andras Bacsai a78c6edb93 feat(template): mage-ai (#7705) 2026-01-02 16:56:53 +01:00
Vadko 7813d62878 Update weblate.yaml 2025-12-31 17:36:41 +02:00
Luzefiru 0e81cb7854 fix(template): add release date of databasus image 2025-12-28 21:45:07 +08:00
Luzefiru db1f617cf6 feat(template): add databasus logo 2025-12-28 21:43:15 +08:00
Firu 14c3595413 feat(templates): update Postgresus to Databasus and bump Docker Image version 2025-12-28 21:22:41 +08:00
Bill Yang 293482bcc0 Update Rybbit service images to v2.2.3 2025-12-26 18:16:03 -08:00
Andras Bacsai 9a1020d5be fix(database): replace temporary file handling with base64 encoding for Keydb and Redis configuration 2025-12-25 18:17:42 +01:00
Andras Bacsai 8694ca2212 fix(template): superset version and postgres volume mount (#7662) 2025-12-23 15:35:31 +01:00
Andras Bacsai 6a326aa511 fix: add persistent storage for Dolibarr documents and custom modules (#7684) 2025-12-23 15:35:19 +01:00
Tam Nguyen ddcb22e468 deps: bump superset to 6.0.0 2025-12-21 12:02:19 +11:00
360Creators eb7a37e933 Fix: CVE-2025-55182 React2shell infected supabase/studio:2025.06.02-sha-8f2993d 2025-12-19 16:51:39 +01:00
Tam Nguyen aabcb960aa feat(template): add mage-ai 2025-12-19 18:57:35 +11:00
nikube c640c98cfb fix: add persistent storage for Dolibarr documents and custom modules 2025-12-18 10:27:24 +01:00
Andras Bacsai f53027a0a3 chore: update version numbers to 4.0.0-beta.457 and 4.0.0-beta.458 2025-12-18 10:26:27 +01:00
Andras Bacsai 2c04336d7a fix(service): Umami -> patch Nextjs CVE-2025-55183 & CVE-2025-55184 (#7671) 2025-12-18 09:51:21 +01:00
Andras Bacsai 4b65b02103 Fix server resources tab 500 error with mixed model types
The Resources tab threw a "Queueing collections with multiple model types is not supported" error because the Livewire component was storing a mixed-type Eloquent collection (Applications, Databases, Services) as a public property, causing Livewire's serialization to fail.

Fixed by: storing only the unmanaged containers array in the component, and calling definedResources() directly in the Blade view for the managed tab.

Fixes #7666

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

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2025-12-17 18:13:55 +01:00
ShadowArcanist 00b81c8ecc updated umami service image to patch nextjs CVE-2025-55183 & CVE-2025-55184 2025-12-17 22:34:31 +05:30
Andras Bacsai 78b4e43910 Fix PostgreSQL version selection in global search (#7664) 2025-12-17 16:02:51 +01:00
Andras Bacsai 679833a0a6 Fix PostgreSQL version selection in global search redirect
Allow users to select PostgreSQL version instead of automatically creating postgres:16-alpine when using global search. The fix includes:

- Remove hardcoded database_image parameter from GlobalSearch
- Update Create.php to fall through to Select component when database_image is not provided
- Add type and destination to Select component query string with proper URL mapping
- Jump directly to PostgreSQL version selection step when navigating from global search

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

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2025-12-17 16:01:39 +01:00
Andras Bacsai 18c6c1950e Infiscal latest (#7641) 2025-12-17 15:51:35 +01:00
Andras Bacsai 5901e54207 fix(templates): update URL environment variable in getoutline.yaml (#7650) 2025-12-17 15:51:20 +01:00
Andras Bacsai 21ec8d3005 migrate openpanel to v2 (#7653) 2025-12-17 15:50:23 +01:00
Andras Bacsai cf9077df2a add appflowy (#6492) 2025-12-17 15:48:07 +01:00
Tam Nguyen 33618f98ea fix(template): superset version and postgres volume mount 2025-12-17 22:52:17 +11:00
Andras Bacsai 7c50f6011a feat: add Soju IRC bouncer service template (#7532) 2025-12-17 11:51:30 +01:00
Carl-Gerhard Lindesvärd 2d547c17b7 disable user setup for clickhouse 2025-12-16 15:07:29 +01:00
Agustinus Nathaniel d8c1a0c292 fix(templates): update URL environment variable in getoutline.yaml
URL of outline service needs to include protocol and without port, so its more make sense to use `SERVICE_URL_OUTLINE`
2025-12-16 14:12:15 +07:00
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 5d73ac36da improve breadcrumbs a lot 2025-12-15 16:25:04 +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 b36f59fe58 Merge branch 'next' into feat/escape-key-fullscreen-exit
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-15 15:43:39 +01:00
Andras Bacsai 9a61a35985 Update Umami image tag to latest version (#7459) 2025-12-15 11:28:27 +01:00