mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-04-29 19:06:37 +00:00
Update vpn seervice
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1846,7 +1846,7 @@ ${(report.sections && report.sections.length > 0) ? `
|
|||||||
|
|
||||||
<Button
|
<Button
|
||||||
onClick={() => handleEnableSsl("proxmox")}
|
onClick={() => handleEnableSsl("proxmox")}
|
||||||
className="w-full bg-green-600 hover:bg-green-700 text-white"
|
className="bg-green-600 hover:bg-green-700 text-white"
|
||||||
disabled={configuringSsl || sslRestarting}
|
disabled={configuringSsl || sslRestarting}
|
||||||
>
|
>
|
||||||
{configuringSsl ? (
|
{configuringSsl ? (
|
||||||
@@ -1880,7 +1880,6 @@ ${(report.sections && report.sections.length > 0) ? `
|
|||||||
<Button
|
<Button
|
||||||
onClick={() => setShowCustomCertForm(true)}
|
onClick={() => setShowCustomCertForm(true)}
|
||||||
variant="outline"
|
variant="outline"
|
||||||
className="w-full"
|
|
||||||
>
|
>
|
||||||
<FileKey className="h-4 w-4 mr-2" />
|
<FileKey className="h-4 w-4 mr-2" />
|
||||||
Use Custom Certificate
|
Use Custom Certificate
|
||||||
@@ -2165,11 +2164,10 @@ ${(report.sections && report.sections.length > 0) ? `
|
|||||||
<Button
|
<Button
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setApiToken("")
|
setApiToken("")
|
||||||
setShowApiTokenSection(false)
|
setShowApiTokenSection(false)
|
||||||
}}
|
}}
|
||||||
variant="outline"
|
variant="outline"
|
||||||
className="w-full"
|
>
|
||||||
>
|
|
||||||
Done
|
Done
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
@@ -3015,7 +3013,7 @@ ${(report.sections && report.sections.length > 0) ? `
|
|||||||
|
|
||||||
<Button
|
<Button
|
||||||
onClick={() => setShowFail2banInstaller(true)}
|
onClick={() => setShowFail2banInstaller(true)}
|
||||||
className="w-full bg-red-600 hover:bg-red-700 text-white"
|
className="bg-red-600 hover:bg-red-700 text-white"
|
||||||
>
|
>
|
||||||
<Download className="h-4 w-4 mr-2" />
|
<Download className="h-4 w-4 mr-2" />
|
||||||
Install and Configure Fail2Ban
|
Install and Configure Fail2Ban
|
||||||
@@ -3466,7 +3464,7 @@ ${(report.sections && report.sections.length > 0) ? `
|
|||||||
|
|
||||||
<Button
|
<Button
|
||||||
onClick={() => setShowLynisInstaller(true)}
|
onClick={() => setShowLynisInstaller(true)}
|
||||||
className="w-full bg-cyan-600 hover:bg-cyan-700 text-white"
|
className="bg-cyan-600 hover:bg-cyan-700 text-white"
|
||||||
>
|
>
|
||||||
<Download className="h-4 w-4 mr-2" />
|
<Download className="h-4 w-4 mr-2" />
|
||||||
Install Lynis
|
Install Lynis
|
||||||
@@ -3976,7 +3974,7 @@ ${(report.sections && report.sections.length > 0) ? `
|
|||||||
<Button
|
<Button
|
||||||
onClick={handleRunLynisAudit}
|
onClick={handleRunLynisAudit}
|
||||||
disabled={lynisAuditRunning}
|
disabled={lynisAuditRunning}
|
||||||
className="w-full bg-cyan-600 hover:bg-cyan-700 text-white"
|
className="bg-cyan-600 hover:bg-cyan-700 text-white"
|
||||||
>
|
>
|
||||||
{lynisAuditRunning ? (
|
{lynisAuditRunning ? (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user