Commit Graph

1561 Commits

Author SHA1 Message Date
Andras Bacsai c34e5c803b fix: Convert network aliases to string for display
The `custom_network_aliases` field was being displayed as an array, which caused rendering issues. This change converts the array to a comma-separated string when syncing from the model to ensure it's displayed correctly in the UI.
2025-11-01 12:30:15 +01:00
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 ae9f348458 rate limit test 2025-10-28 15:18:28 +01:00
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 26a5ab78f2 Merge branch 'next' into patch-3 2025-10-27 11:22:35 +01:00
Andras Bacsai 12766695c4 feat: add dynamic viewport-based height for compose editor
- Add Alpine.js reactive height calculation based on viewport size
- Monaco editor now responds to window resize events
- Fix Livewire component structure by moving style tag inside root div
- Update CLAUDE.md to document critical single root element requirement
- Set minimum editor height of 300px with responsive maximum
- Use CSS custom properties to pass calculated height to components
2025-10-27 11:18:25 +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 ef7cf1114f chore: update siyuan category in service templates
Update generated service template JSON files to reflect the category
field added to siyuan.yaml (documentation category).
2025-10-24 13:26:25 +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 014ad6fcd2 Merge branch 'next' into v4.x 2025-10-23 16:36:40 +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
Andras Bacsai 2e71ef4f11 Fix Hetzner server redirect in onboarding flow
When creating a Hetzner server from the onboarding view, the redirect
to the server details page was not working properly due to modal context.
The standard redirect() call doesn't handle navigation from within modals.

Changes:
- Add from_onboarding flag to ByHetzner component
- Use wire:navigate redirect when in onboarding mode
- Pass from_onboarding=true from boarding view

This ensures proper navigation to the newly created server page instead
of staying on the onboarding view.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-23 16:17:01 +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