\ No newline at end of file
diff --git a/resources/views/components/domain-conflict-modal.blade.php b/resources/views/components/domain-conflict-modal.blade.php
index 218a7ef16..fe55a8ba5 100644
--- a/resources/views/components/domain-conflict-modal.blade.php
+++ b/resources/views/components/domain-conflict-modal.blade.php
@@ -30,14 +30,12 @@
-
-
Warning: Domain Conflict Detected
-
{{ $slot ?? 'The following domain(s) are already in use by other resources. Using the same domain for multiple resources can cause routing conflicts and unpredictable behavior.' }}
-
-
+
+ The following domain(s) are already in use by other resources. Using the same domain for
+ multiple resources can cause routing conflicts and unpredictable behavior.
+
@if ($application->settings->is_container_label_readonly_enabled == false)
-
@else
-
@@ -268,6 +268,14 @@
helper="If you use this, you need to specify paths relatively and should use the same compose file in the custom command, otherwise the automatically configured labels / etc won't work.
So in your case, use: docker compose -f .{{ Str::start($application->base_directory . $application->docker_compose_location, '/') }} up -d"
label="Custom Start Command" />
diff --git a/resources/views/livewire/project/shared/configuration-checker.blade.php b/resources/views/livewire/project/shared/configuration-checker.blade.php
index 38b077e05..e1b8f835f 100644
--- a/resources/views/livewire/project/shared/configuration-checker.blade.php
+++ b/resources/views/livewire/project/shared/configuration-checker.blade.php
@@ -12,7 +12,7 @@
- Please restart (or redeploy) to apply the new configuration.
+ Please redeploy to apply the new configuration.
Disable This Popup
diff --git a/resources/views/livewire/project/shared/danger.blade.php b/resources/views/livewire/project/shared/danger.blade.php
index 3562caa02..11afe0b41 100644
--- a/resources/views/livewire/project/shared/danger.blade.php
+++ b/resources/views/livewire/project/shared/danger.blade.php
@@ -11,17 +11,8 @@
confirmationLabel="Please confirm the execution of the actions by entering the Resource Name below"
shortConfirmationLabel="Resource Name" />
@else
-
-
-
-
Insufficient Permissions
-
You don't have permission to delete this resource.
- Contact your team administrator for access.
-
-
+
+ You don't have permission to delete this resource. Contact your team administrator for access.
+
@endif
- This application has persistent storage volumes configured. Applications with persistent
- storage cannot be deployed to multiple servers as the storage would not be accessible
- across different servers.
-
-
-
-
+
+ This application has persistent storage volumes configured. Applications with persistent
+ storage cannot be deployed to multiple servers as the storage would not be accessible
+ across different servers.
+
@elseif (count($networks) > 0)
- Access Restricted: You don't have permission to clone resources. Contact your team
- administrator to request access.
-
-
+
+ You don't have permission to clone resources. Contact your team administrator to request access.
+
@endcan
@@ -71,13 +67,9 @@
No projects found to move to
@endforelse
@else
-
-
- Access Restricted: You don't have permission to move resources between projects or
- environments. Contact your team administrator to request access.
-
-
+
+ You don't have permission to move resources between projects or environments. Contact your team administrator to request access.
+
@endcan
- Access Restricted: You don't have permission to manage tags. Contact your team
- administrator to request access.
-
-
+
+ You don't have permission to manage tags. Contact your team administrator to request access.
+
@endcan
@if (data_get($this->resource, 'tags') && count(data_get($this->resource, 'tags')) > 0)
Assigned Tags
diff --git a/resources/views/livewire/project/shared/webhooks.blade.php b/resources/views/livewire/project/shared/webhooks.blade.php
index f3403a402..ede1725b1 100644
--- a/resources/views/livewire/project/shared/webhooks.blade.php
+++ b/resources/views/livewire/project/shared/webhooks.blade.php
@@ -73,7 +73,9 @@
@endcan
@else
- You are using an official Git App. You do not need manual webhooks.
+
+ You are using an official Git App. You do not need manual webhooks.
+
@endif
If you disable Cloudflare Tunnel, you will need to update the server's IP address back
- to
- its real IP address in the server "General" settings. The server may become inaccessible
- if the IP
- address is not updated correctly.
-
+
+ If you disable Cloudflare Tunnel, you will need to update the server's IP address back
+ to its real IP address in the server "General" settings. The server may become inaccessible
+ if the IP address is not updated correctly.
+
@if ($server->ip_previous)
@elseif (!$server->isFunctional())
-
+
To automatically configure Cloudflare Tunnel, please
- validate your server first. Then you will need a Cloudflare token and an SSH
+ validate your server first. Then you will need a Cloudflare token and an SSH
domain configured.
To manually configure Cloudflare Tunnel, please
@@ -72,8 +67,8 @@
For more information, please read our documentation.
-
+
You don't have permission to configure Cloudflare Tunnel for this server.
-
+
@endcan
@script
@@ -128,10 +122,9 @@
confirmationLabel="Please type the confirmation text to confirm that you manually configured Cloudflare Tunnel."
shortConfirmationLabel="Confirmation text" />
@else
-
+
You don't have permission to configure Cloudflare Tunnel for this server.
-
Configure Docker cleanup settings for your server.
-
-
-
-
-
Docker Cleanup
@can('update', $server)
@endcan
-
+
Configure Docker cleanup settings for your server.
+
+
+
+
+
Cleanup Configuration
+
+
@@ -40,43 +40,46 @@
label="Docker cleanup threshold (%)" required
helper="The Docker cleanup tasks will run when the disk usage exceeds this threshold." />
@endif
-
-
-
-
- Warning: Enable these
- options only if you fully understand their implications and
- consequences! Improper use will result in data loss and could cause
- functional issues.
-
-
+
+
+
+
+
+
+
+
Advanced
+
+
These options can cause permanent data loss and functional issues. Only enable if you fully understand the consequences
+
+
+ helper="This option will remove all unused Docker volumes during cleanup.
Warning: Data from stopped containers will be lost!
Consequences include:
+
+
Volumes not attached to running containers will be permanently deleted (volumes from stopped containers are affected).
+
Data stored in deleted volumes cannot be recovered.
+
"
+ />
+
+
Networks not attached to running containers will be permanently deleted (networks used by stopped containers are affected).
+
Containers may lose connectivity if required networks are removed.