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
cdc65bed48
commit
be2c009786
@ -18,25 +18,21 @@ export default function InstallationPage() {
|
|||||||
<CopyableCode code={installationCode} />
|
<CopyableCode code={installationCode} />
|
||||||
</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="bg-gray-100 px-4 py-2 border-b flex">
|
<p className="flex items-center mb-2">
|
||||||
<div className="my-4 text-sm">
|
<AlertTriangle className="h-4 w-4 text-yellow-500 mr-2 flex-shrink-0" />
|
||||||
<p className="flex items-center mb-2">
|
<span>Be careful when copying scripts from the internet. Always remember to check the source!</span>
|
||||||
<AlertTriangle className="h-4 w-4 text-yellow-500 mr-2 flex-shrink-0" />
|
</p>
|
||||||
<span>Be careful when copying scripts from the internet. Always remember to check the source!</span>
|
<p className="flex items-center mb-2">
|
||||||
</p>
|
<FileCode className="h-4 w-4 text-blue-500 mr-2 flex-shrink-0" />
|
||||||
<p className="flex items-center mb-2">
|
<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>
|
||||||
<FileCode className="h-4 w-4 text-blue-500 mr-2 flex-shrink-0" />
|
</p>
|
||||||
<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 className="flex items-center">
|
||||||
</p>
|
<Shield className="h-4 w-4 text-green-500 mr-2 flex-shrink-0" />
|
||||||
<p className="flex items-center">
|
<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>
|
||||||
<Shield className="h-4 w-4 text-green-500 mr-2 flex-shrink-0" />
|
</p>
|
||||||
<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>
|
|
||||||
</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">
|
||||||
|
@ -60,15 +60,17 @@ export default function IntroductionPage() {
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
{/* Security Notice */}
|
{/* Security Notice */}
|
||||||
<div className="bg-white border rounded-lg shadow-sm p-4 my-4">
|
<div className="bg-white rounded-lg shadow-sm p-4 my-4">
|
||||||
<h3 className="text-lg font-medium mb-2 flex items-center">
|
<h3 className="text-lg font-medium mb-2 flex items-center">
|
||||||
<AlertTriangle className="h-5 w-5 text-yellow-500 mr-2" />
|
<AlertTriangle className="h-5 w-5 text-yellow-500 mr-2" />
|
||||||
Security Information
|
Security Information
|
||||||
</h3>
|
</h3>
|
||||||
<p className="mb-3">Be careful when copying scripts from the internet. Always remember to check the source!</p>
|
<p className="mb-3">
|
||||||
|
Be careful when copying scripts from the internet. Always remember to check the source!
|
||||||
|
</p>
|
||||||
<div className="flex flex-wrap gap-2">
|
<div className="flex flex-wrap gap-2">
|
||||||
<a
|
<a
|
||||||
href="https://github.com/MacRimi/ProxMenux/blob/main/install_proxmenux.sh"
|
href="https://github.com/MacRimi/ProxMenux/tree/main/scripts"
|
||||||
className="inline-flex items-center px-3 py-2 text-sm font-medium rounded-md bg-blue-600 hover:bg-blue-700 text-white"
|
className="inline-flex items-center px-3 py-2 text-sm font-medium rounded-md bg-blue-600 hover:bg-blue-700 text-white"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user