Update web whit security notices

This commit is contained in:
MacRimi 2025-03-09 11:33:48 +01:00
parent 10d856071d
commit ab5bf00625

View File

@ -19,6 +19,7 @@ export default function InstallationPage() {
</div> </div>
{/* Security Notice */} {/* Security Notice */}
<div className="bg-white border rounded-lg shadow-sm p-4 my-4">
<div className="my-4 text-sm"> <div className="my-4 text-sm">
<p className="flex items-center mb-2"> <p className="flex items-center mb-2">
<AlertTriangle className="h-4 w-4 text-yellow-500 mr-2 flex-shrink-0" /> <AlertTriangle className="h-4 w-4 text-yellow-500 mr-2 flex-shrink-0" />
@ -33,6 +34,7 @@ export default function InstallationPage() {
<span>All executable links follow our <a href="https://github.com/MacRimi/ProxMenux?tab=coc-ov-file#-2-security--code-responsibility" className="text-blue-600 hover:underline" target="_blank" rel="noopener noreferrer">Code of Conduct</a>.</span> <span>All executable links follow our <a href="https://github.com/MacRimi/ProxMenux?tab=coc-ov-file#-2-security--code-responsibility" className="text-blue-600 hover:underline" target="_blank" rel="noopener noreferrer">Code of Conduct</a>.</span>
</p> </p>
</div> </div>
</div>
<p className="mb-4">During installation, ProxMenux will automatically install and configure the following dependencies:</p> <p className="mb-4">During installation, ProxMenux will automatically install and configure the following dependencies:</p>
<ul className="list-disc list-inside mb-4"> <ul className="list-disc list-inside mb-4">