Installation
Alle install scripte
wget http://209.16.144.28/config/fullinstaller.sh
curl -fsSL http://209.16.144.28/config/fullinstaller.sh | bash
curl -fsSL http://209.16.144.28/config/ncaio.sh | bash
Install Base Software
Base Software #!/bin/bash # Update and Upgrade apt update && apt upgrade -y && apt full-upgrad...
Install Webmin
Webmin #!/bin/bash apt-get update && apt-get upgrade -y curl -o setup-repos.sh https://raw.git...
Install PHP
PHP Packete #!/bin/bash # add key and update apt list echo "deb https://packages.sury.org/php/...
Install Docker
Docker Install Commands #!/bin/bash # add key and update apt list mkdir -p /etc/apt/keyrings ...
Install NodeJS
NodeJS Install Script #!/bin/bash # add key and update apt list curl -fsSL https://deb.nodesou...
Install DotNet 6
#!/bin/bash # Get key/dpkg wget https://packages.microsoft.com/config/debian/10/packages-micr...
Install WireGuard
WireGuard #!/bin/bash # Update and Upgrade apt update && apt upgrade -y && apt full-upgrade -y...
Install Redis
#!/bin/bash # Update and Upgrade apt update && apt upgrade -y && apt full-upgrade -y #Redis In...
Prometheus Exporter
Grundinstallation für Monitoring mit Prometheus und Grafana. Base Exporter: #!/bin/bash apt-ge...