coolify/app/Livewire/Project/Application
Andras Bacsai 7c1f230bd3 fix: remove {{port}} template variable and ensure ports are always appended to preview URLs
The {{port}} template variable was undocumented and caused a double port bug
when used in preview URL templates. Since ports are always appended to the final
URL anyway, we remove {{port}} substitution entirely and ensure consistent port
handling across ApplicationPreview, PreviewsCompose, and the applicationParser helper.

Also fix PreviewsCompose.php which wasn't preserving ports at all, and improve
the Blade template formatting in previews-compose.blade.php.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-07 21:53:47 +01:00
..
Deployment Update app/Livewire/Project/Application/Deployment/Show.php 2025-12-04 11:42:39 +01:00
Preview feat(acl): Change views/backend code to able to use proper ACL's later on. Currently it is not enabled. 2025-08-26 10:27:38 +02:00
Advanced.php feat: add Docker build cache preservation toggles and development logging 2025-11-26 13:42:02 +01:00
Configuration.php fix(application-configuration): prevent access to preview deployments for deploy_key applications and update menu visibility accordingly 2025-05-30 14:15:07 +02:00
DeploymentNavbar.php feat(deployments): add log copying functionality to clipboard in dev 2025-10-02 18:34:39 +02:00
General.php fix: restore original base_directory on compose validation failure 2025-12-03 15:57:15 +01:00
Heading.php fix: remove duplicate deployment queue call causing false error messages 2025-11-10 21:31:06 +01:00
Previews.php Merge branch 'next' into shadow/fix-docker-time-command 2025-10-17 18:52:40 +05:30
PreviewsCompose.php fix: remove {{port}} template variable and ensure ports are always appended to preview URLs 2025-12-07 21:53:47 +01:00
Rollback.php Add server-level toggle to disable application image retention 2025-12-05 12:22:20 +01:00
Source.php fix(git): trim whitespace from repository, branch, and commit SHA fields 2025-09-30 12:33:40 +02:00
Swarm.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00