mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 12:16:53 +00:00
Update web whit security notices
This commit is contained in:
parent
33b9c5c628
commit
58bfb9f8a1
@ -17,6 +17,22 @@ export default function InstallationPage() {
|
|||||||
<CopyableCode code={installationCode} />
|
<CopyableCode code={installationCode} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/* Security Notice */}
|
||||||
|
<div className="my-4 text-sm">
|
||||||
|
<p className="flex items-center mb-2">
|
||||||
|
<AlertTriangle className="h-4 w-4 text-yellow-500 mr-2 flex-shrink-0" />
|
||||||
|
<span>Be careful when copying scripts from the internet. Always remember to check the source!</span>
|
||||||
|
</p>
|
||||||
|
<p className="flex items-center mb-2">
|
||||||
|
<FileCode className="h-4 w-4 text-blue-500 mr-2 flex-shrink-0" />
|
||||||
|
<span>You can <a href="https://github.com/MacRimi/ProxMenux/blob/main/install_proxmenux.sh" className="text-blue-600 hover:underline" target="_blank" rel="noopener noreferrer">review the source code</a> before execution.</span>
|
||||||
|
</p>
|
||||||
|
<p className="flex items-center">
|
||||||
|
<Shield className="h-4 w-4 text-green-500 mr-2 flex-shrink-0" />
|
||||||
|
<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>
|
||||||
|
</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">
|
||||||
<li>whiptail - for interactive menus</li>
|
<li>whiptail - for interactive menus</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user