One-Click App Deployment

Quickly deploy popular applications on Linux with optimized shell scripts.

Built with By Yanar

Standard Scripts

Native installations

Nginx

High-performance web server and reverse proxy for EL10.

curl -sSO https://yanarit.com/one-click-app/el10/nginx.sh && chmod +x nginx.sh && ./nginx.sh

Apache (HTTPD)

Source-compiled Apache web server for EL10 environments.

curl -sSO https://yanarit.com/one-click-app/el10/httpdsrc.sh && chmod +x httpdsrc.sh && ./httpdsrc.sh

Docker

Containerization platform for EL10 server environments.

curl -sSO https://yanarit.com/one-click-app/el10/docker.sh && chmod +x docker.sh && ./docker.sh

Nagios

Infrastructure monitoring for EL10.

curl -sSO https://yanarit.com/one-click-app/el10/nagios.sh && chmod +x nagios.sh && ./nagios.sh

Prometheus

Open-source monitoring and alerting toolkit for EL10.

curl -sSO https://yanarit.com/one-click-app/el10/prometheus.sh && chmod +x prometheus.sh && ./prometheus.sh

Grafana

Visualization and analytics platform for EL10 monitoring.

curl -sSO https://yanarit.com/one-click-app/el10/grafana.sh && chmod +x grafana.sh && ./grafana.sh

Alertmanager

Handles alerts sent by client applications such as Prometheus.

curl -sSO https://yanarit.com/one-click-app/el10/alertmanager.sh && chmod +x alertmanager.sh && ./alertmanager.sh

Node Exporter

Exporter for hardware and OS metrics exposed by *NIX kernels.

curl -sSO https://yanarit.com/one-click-app/el10/node_exporter.sh && chmod +x node_exporter.sh && ./node_exporter.sh

SNMP Exporter

Exposes information gathered from SNMP for use by Prometheus.

curl -sSO https://yanarit.com/one-click-app/el10/snmp_exporter.sh && chmod +x snmp_exporter.sh && ./snmp_exporter.sh

K3s

Lightweight Kubernetes distribution for EL10 environments.

curl -sSO https://yanarit.com/one-click-app/el10/k3s.sh && chmod +x k3s.sh && ./k3s.sh

Repo & RPM Helper

Repository and RPM download helper for Nexus.

curl -sSO https://yanarit.com/one-click-app/el10/repo_rpm_helper.sh && chmod +x repo_rpm_helper.sh && ./repo_rpm_helper.sh

Docker-based Scripts

Containerized deployments using Docker Compose

Nexus Proxy Manager

Docker Compose

Nexus Repository Manager with Nginx Proxy for EL10.

curl -sSO https://yanarit.com/one-click-app/el10/nexus-proxy-manager.sh && chmod +x nexus-proxy-manager.sh && ./nexus-proxy-manager.sh

BackupPC

Docker Compose

High-performance enterprise backup system for EL10.

curl -sSO https://yanarit.com/one-click-app/el10/backuppc.sh && chmod +x backuppc.sh && ./backuppc.sh

Nexus Nginx

Docker Compose

Nexus Repository with Nginx reverse proxy for EL10.

curl -sSO https://yanarit.com/one-click-app/el10/nexus-nginx.sh && chmod +x nexus-nginx.sh && ./nexus-nginx.sh
Script copied to clipboard!