mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-03 06:26:52 +00:00
Update web whit security notices
This commit is contained in:
parent
be2c009786
commit
235dfe960a
@ -34,7 +34,7 @@ export default function InstallationPage() {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p className="mb-4">During installation, ProxMenux will automatically install and configure the following dependencies:</p>
|
<p className="mt-8 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>
|
||||||
<li>curl - for downloading remote files</li>
|
<li>curl - for downloading remote files</li>
|
||||||
|
@ -60,13 +60,13 @@ export default function IntroductionPage() {
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
{/* Security Notice */}
|
{/* Security Notice */}
|
||||||
<div className="bg-white rounded-lg shadow-sm p-4 my-4">
|
<div>
|
||||||
<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">
|
<p className="mb-3">
|
||||||
Be careful when copying scripts from the internet. Always remember to check the source!
|
Be careful when running scripts from the Internet. Always remember to check the source!
|
||||||
</p>
|
</p>
|
||||||
<div className="flex flex-wrap gap-2">
|
<div className="flex flex-wrap gap-2">
|
||||||
<a
|
<a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user