fix: able to update ipv4 / ipv6 instance settings

This commit is contained in:
Andras Bacsai
2024-10-21 14:26:34 +02:00
parent 8eac7c209a
commit 28667a32c1
2 changed files with 14 additions and 1 deletions

View File

@@ -66,8 +66,16 @@
</div>
</div>
</div>
</div>
</div>
<div class="flex gap-2">
<x-forms.input id="settings.public_ipv4" type="password" label="Instance's IPv4"
helper="Enter the IPv4 address of the instance.<br><br>It is useful if you have several IPv4 addresses and Coolify could not detect the correct one."
placeholder="1.2.3.4" />
<x-forms.input id="settings.public_ipv6" type="password" label="Instance's IPv6"
helper="Enter the IPv6 address of the instance.<br><br>It is useful if you have several IPv6 addresses and Coolify could not detect the correct one."
placeholder="2001:db8::1" />
</div>
<h4 class="w-full pt-6">DNS Validation</h4>
<div class="md:w-96">
<x-forms.checkbox instantSave id="is_dns_validation_enabled" label="Enabled" />