mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-12-17 01:26:24 +00:00
Update web
This commit is contained in:
@@ -63,7 +63,7 @@ export default function BasicSettingsPage() {
|
||||
|
||||
<div className="mb-6">
|
||||
<img
|
||||
src="/images/design-mode/menu_utilities.png"
|
||||
src="https://macrimi.github.io/ProxMenux/basic/menu_utilities.png"
|
||||
alt="System Utilities Selection Menu"
|
||||
className="rounded shadow-lg border border-gray-200"
|
||||
/>
|
||||
@@ -83,7 +83,7 @@ export default function BasicSettingsPage() {
|
||||
<p className="mt-2">Example usage:</p>
|
||||
<code className="block bg-gray-100 p-2 rounded">dialog --title "Hello" --msgbox "Hello, World!" 10 20</code>
|
||||
<img
|
||||
src="/images/design-mode/dialog.png"
|
||||
src="https://macrimi.github.io/ProxMenux/basic/dialog.png"
|
||||
alt="Dialog Example"
|
||||
className="mt-2 rounded shadow-lg"
|
||||
/>
|
||||
@@ -103,7 +103,7 @@ export default function BasicSettingsPage() {
|
||||
<p className="mt-2">To start htop, simply type:</p>
|
||||
<code className="block bg-gray-100 p-2 rounded">htop</code>
|
||||
<img
|
||||
src="/images/design-mode/htop.png"
|
||||
src="https://macrimi.github.io/ProxMenux/basic/htop.png"
|
||||
alt="htop Example"
|
||||
className="mt-2 rounded shadow-lg"
|
||||
/>
|
||||
@@ -113,7 +113,7 @@ export default function BasicSettingsPage() {
|
||||
<p className="mt-2">To start btop, type:</p>
|
||||
<code className="block bg-gray-100 p-2 rounded">btop</code>
|
||||
<img
|
||||
src="/images/design-mode/btop.png"
|
||||
src="https://macrimi.github.io/ProxMenux/basic/btop.png"
|
||||
alt="btop Example"
|
||||
className="mt-2 rounded shadow-lg"
|
||||
/>
|
||||
@@ -123,7 +123,7 @@ export default function BasicSettingsPage() {
|
||||
<p className="mt-2">To start iftop (requires root):</p>
|
||||
<code className="block bg-gray-100 p-2 rounded">iftop</code>
|
||||
<img
|
||||
src="/images/design-mode/iftop.png"
|
||||
src="https://macrimi.github.io/ProxMenux/basic/iftop.png"
|
||||
alt="iftop Example"
|
||||
className="mt-2 rounded shadow-lg"
|
||||
/>
|
||||
@@ -133,7 +133,7 @@ export default function BasicSettingsPage() {
|
||||
<p className="mt-2">To start iotop (requires root):</p>
|
||||
<code className="block bg-gray-100 p-2 rounded">siotop</code>
|
||||
<img
|
||||
src="/images/design-mode/iotop.png"
|
||||
src="https://macrimi.github.io/ProxMenux/basic/iotop.png"
|
||||
alt="iotop Example"
|
||||
className="mt-2 rounded shadow-lg"
|
||||
/>
|
||||
@@ -155,7 +155,7 @@ export default function BasicSettingsPage() {
|
||||
<p className="mt-2">To start iptraf-ng:</p>
|
||||
<code className="block bg-gray-100 p-2 rounded">iptraf-ng</code>
|
||||
<img
|
||||
src="/images/design-mode/iptraf-ng.png"
|
||||
src="https://macrimi.github.io/ProxMenux/basic/iptraf-ng.png"
|
||||
alt="iptraf-ng Example"
|
||||
className="mt-2 rounded shadow-lg"
|
||||
/>
|
||||
@@ -212,7 +212,7 @@ export default function BasicSettingsPage() {
|
||||
</tbody>
|
||||
</table>
|
||||
<img
|
||||
src="/images/design-mode/tmux.png"
|
||||
src="https://macrimi.github.io/ProxMenux/basic/tmux.png"
|
||||
alt="tmux Example"
|
||||
className="mt-2 rounded shadow-lg"
|
||||
/>
|
||||
@@ -383,3 +383,4 @@ sudo apt-get install -y zfsutils-linux proxmox-backup-restore-image chrony
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -139,3 +139,4 @@ echo "DPkg::Post-Invoke { \\"dpkg -V proxmox-widget-toolkit | grep -q '/proxmoxl
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -95,3 +95,4 @@ fi
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -304,3 +304,4 @@ sudo sysctl -p /etc/sysctl.d/99-network-performance.conf
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -244,7 +244,7 @@ systemctl enable --now pve-ha-lrm pve-ha-crm corosync
|
||||
<div>
|
||||
<p className="font-semibold text-center">ProxMenux</p>
|
||||
<img
|
||||
src="/images/design-mode/proxmenux.png"
|
||||
src="https://macrimi.github.io/ProxMenux/fastfetch/proxmenux.png"
|
||||
alt="ProxMenux Logo"
|
||||
className="rounded shadow-lg"
|
||||
/>
|
||||
@@ -252,7 +252,7 @@ systemctl enable --now pve-ha-lrm pve-ha-crm corosync
|
||||
<div>
|
||||
<p className="font-semibold text-center">Proxmox</p>
|
||||
<img
|
||||
src="/images/design-mode/proxmox.png"
|
||||
src="https://macrimi.github.io/ProxMenux/fastfetch/proxmox.png"
|
||||
alt="Proxmox Logo"
|
||||
className="rounded shadow-lg"
|
||||
/>
|
||||
@@ -260,7 +260,7 @@ systemctl enable --now pve-ha-lrm pve-ha-crm corosync
|
||||
<div>
|
||||
<p className="font-semibold text-center">Helper-Scripts</p>
|
||||
<img
|
||||
src="/images/design-mode/helper-scripts.png"
|
||||
src="https://macrimi.github.io/ProxMenux/fastfetch/helper-scripts.png"
|
||||
alt="Helper-Scripts Logo"
|
||||
className="rounded shadow-lg"
|
||||
/>
|
||||
@@ -268,7 +268,7 @@ systemctl enable --now pve-ha-lrm pve-ha-crm corosync
|
||||
<div>
|
||||
<p className="font-semibold text-center">Home-Labs-Club</p>
|
||||
<img
|
||||
src="/images/design-mode/home-labs-club.png"
|
||||
src="https://macrimi.github.io/ProxMenux/fastfetch/home-labs-club.png"
|
||||
alt="Home-Labs-Club Logo"
|
||||
className="rounded shadow-lg"
|
||||
/>
|
||||
@@ -276,7 +276,7 @@ systemctl enable --now pve-ha-lrm pve-ha-crm corosync
|
||||
<div>
|
||||
<p className="font-semibold text-center">Proxmology</p>
|
||||
<img
|
||||
src="/images/design-mode/proxmology.png"
|
||||
src="https://macrimi.github.io/ProxMenux/fastfetch/proxmology.png"
|
||||
alt="Proxmology Logo"
|
||||
className="rounded shadow-lg"
|
||||
/>
|
||||
@@ -336,7 +336,7 @@ echo "clear && fastfetch" >> ~/.bashrc
|
||||
|
||||
<div className="mb-6 flex justify-center">
|
||||
<img
|
||||
src="/images/design-mode/figurine.png"
|
||||
src="https://macrimi.github.io/ProxMenux/figurine/figurine.png"
|
||||
alt="Figurine Example Output"
|
||||
className="rounded-md shadow-lg border border-gray-200"
|
||||
style={{ maxWidth: "100%" }}
|
||||
@@ -384,3 +384,4 @@ chmod +x "/etc/profile.d/figurine.sh"
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -139,3 +139,4 @@ export default function PerformanceSettingsPage() {
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -164,3 +164,4 @@ EOF
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -337,3 +337,4 @@ sudo systemctl restart systemd-journald
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -145,3 +145,4 @@ sudo systemctl start ksm
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user