{
  "type": "recipe",
  "recipe": [
    {
      "name": "Bitrix Env Crm",
      "tags": [
        "centos7"
      ],
      "description": "Рецепт установки 1С-Битрикс: CRM",
      "file_name": "bitrixcrm.sh",
      "updated_at": "2020-05-15 12:01:12"
    },
    {
      "name": "Bitrix Env",
      "tags": [
        "centos7"
      ],
      "description": "Рецепт установки 1С-Битрикс: Веб-окружение",
      "file_name": "bitrixvm.sh",
      "updated_at": "2020-05-15 12:01:12"
    },
    {
      "name": "Django",
      "tags": [
        "centos7",
        "centos8",
        "debian8",
        "ubuntu1604",
        "ubuntu1804",
        "rocky8",
        "alma8",
        "oracle8"
      ],
      "description": "Рецепт установки Django с uwsgi и nginx. Инструкции будут при открытии IP адреса сервера в браузере",
      "file_name": "django.sh",
      "updated_at": "2021-10-27 18:21:02"
    },
    {
      "name": "ISPmanager Lite",
      "tags": [
        "centos7",
        "centos8",
        "debian9",
        "debian10",
        "debian11",
        "ubuntu1804",
        "ubuntu2004",
        "vzlinux8",
        "lic_ISPmanager_6_Lite"
      ],
      "description": "Рецепт установки ISPmanager Lite",
      "file_name": "ispmanager.sh",
      "updated_at": "2022-02-08 13:22:06"
    },
    {
      "name": "LAMP",
      "tags": [
        "centos",
        "alma8",
        "rocky8",
        "oracle8",
        "debian",
        "ubuntu1604",
        "ubuntu1804",
        "ubuntu2004"
      ],
      "description": "LAMP + Nginx",
      "file_name": "lamp.sh",
      "updated_at": "2022-01-12 12:14:15"
    },
    {
      "name": "LEMP",
      "tags": [
        "centos8",
        "alma8",
        "rocky8",
        "oracle8",
        "debian10",
        "debian11",
        "ubuntu1804",
        "ubuntu2004"
      ],
      "description": "Linux+Nginx+MySQL+PHP",
      "file_name": "lemp.sh",
      "updated_at": "2022-02-03 09:31:14"
    },
    {
      "name": "Openvpn",
      "tags": [
        "centos6",
        "centos7",
        "centos8",
        "debian",
        "ubuntu1804",
        "ubuntu1604",
        "ubuntu2004",
        "rocky8",
        "oracle8",
        "alma8"
      ],
      "description": "Openvpn server. Клиентский ключ доступен в директории /etc/openvpn/easy-rsa/keys",
      "file_name": "openvpn.sh",
      "updated_at": "2021-09-28 20:51:18"
    },
    {
      "name": "Redmine",
      "tags": [
        "centos8",
        "debian10",
        "oracle8",
        "rocky8",
        "alma8"
      ],
      "description": "Баг трекер Redmine. Логин: admin. Пароль или admin или пароль рута (зависит от ОС)",
      "file_name": "redmine.sh",
      "updated_at": "2021-12-14 14:49:39"
    },
    {
      "name": "Teamspeak",
      "tags": [
        "centos",
        "debian",
        "ubuntu1604",
        "ubuntu1804"
      ],
      "description": "Teamspeak 3 сервер. Логин, пароль и токен можно найти в файле /root/ts3_login_data",
      "file_name": "teamspeak.sh",
      "updated_at": "2021-09-29 12:51:01"
    },
    {
      "name": "Tomcat",
      "tags": [
        "centos",
        "debian",
        "ubuntu1604",
        "ubuntu1804"
      ],
      "description": "Tomcat сервер. Запущен на порту 8080. Если виртуализация не openvz, то также доступен админ-интерфейс с паролем рута.",
      "file_name": "tomcat.sh",
      "updated_at": "2021-09-29 12:51:01"
    },
    {
      "name": "VMmanager-OVZ",
      "tags": [
        "centos6"
      ],
      "description": "Установка VMmanager-OVZ",
      "file_name": "vemgr.sh",
      "updated_at": "2019-06-10 15:45:49"
    },
    {
      "name": "VMmanager-KVM",
      "tags": [
        "centos6",
        "centos7"
      ],
      "description": "Установка VMmanager-KVM",
      "file_name": "vmmgr.sh",
      "updated_at": "2019-06-10 15:45:49"
    },
    {
      "name": "Zabbix agent linux",
      "tags": [
        "centos7",
        "centos8",
        "debian10",
        "ubuntu2004",
        "alma8",
        "rocky8",
        "oracle8"
      ],
      "description": "Установка и настройка Zabbix агента на Linux",
      "file_name": "zabbix_agent_linux.sh",
      "updated_at": "2021-09-09 10:47:32",
      "params": [
        {
          "name": "ZABBIX_SERVER",
          "description": "IP адрес сервера Zabbix или прокси",
          "required": true,
          "type": "input"
        }
      ]
    },
    {
      "name": "Zabbix agent windows",
      "tags": [
        "windows"
      ],
      "description": "Установка и настройка Zabbix агента на Windows",
      "file_name": "zabbix_agent_windows.ps",
      "updated_at": "2021-07-13 10:03:44",
      "type": "powershell",
      "params": [
        {
          "name": "ZABBIX_SERVER",
          "description": "IP адрес сервера Zabbix или прокси",
          "required": true,
          "type": "input"
        }
      ]
    },
    {
      "name": "Zabbix server",
      "tags": [
        "centos7",
        "centos8",
        "debian10",
        "ubuntu2004",
        "alma8",
        "rocky8",
        "oracle8"
      ],
      "description": "Установка Zabbix - сервера\nlogin: Admin\npass: zabbix",
      "file_name": "zabbix_server.sh",
      "updated_at": "2022-01-24 13:04:51"
    },
    {
      "name": "Zabbix proxy",
      "tags": [
        "centos7",
        "centos8",
        "debian10",
        "ubuntu2004",
        "alma8",
        "rocky8",
        "oracle8"
      ],
      "description": "Установка и настройка прокси Zabbix в пассивном режиме",
      "file_name": "zabbix_proxy.sh",
      "updated_at": "2021-09-09 10:47:32",
      "params": [
        {
          "name": "ZABBIX_SERVER",
          "description": "IP адрес сервера Zabbix",
          "required": true,
          "type": "input"
        }
      ]
    },
    {
      "name": "Nagios ncpa linux",
      "tags": [
        "centos7",
        "centos8",
        "debian10",
        "ubuntu2004",
        "alma8",
        "rocky8",
        "oracle8"
      ],
      "description": "Installing Nagios Linux monitoring agent",
      "file_name": "nagios_ncpa_linux.sh",
      "updated_at": "2021-09-28 19:48:55",
      "params": [
        {
          "name": "TOKEN",
          "description": " The token used for API calls (from Nagios XI config wizard, check_ncpa.py, curl, etc) and logging into the GUI",
          "required": true,
          "type": "input"
        }
      ]
    },
    {
      "name": "Nagios ncpa windows",
      "tags": [
        "windows"
      ],
      "description": "Installing Nagios Windows monitoring agent",
      "file_name": "nagios_ncpa_windows.ps",
      "updated_at": "2021-07-13 10:03:44",
      "type": "powershell",
      "params": [
        {
          "name": "TOKEN",
          "description": " The token used for API calls (from Nagios XI config wizard, check_ncpa.py, curl, etc) and logging into the GUI",
          "required": true,
          "type": "input"
        }
      ]
    }
  ]
}
