From 96046f2121433828215dfc4eba4499a4a07a508e Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:02:08 +0100 Subject: [PATCH] Update mariadb.json --- json/mariadb.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/json/mariadb.json b/json/mariadb.json index 1129d082..4362de95 100644 --- a/json/mariadb.json +++ b/json/mariadb.json @@ -9,7 +9,7 @@ "updateable": false, "privileged": false, "interface_port": "3306", - "documentation": null, + "documentation": "https://github.com/tteck/Proxmox/discussions/2915", "website": "https://mariadb.org/", "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/mariadb.svg", "description": "MariaDB is a fork of the popular MySQL database management system that is developed and maintained by the open-source community. It is also commercially supported, offering enterprise-level features and support for organizations that require them. MariaDB aims to maintain high compatibility with MySQL, ensuring a drop-in replacement capability.", @@ -30,5 +30,10 @@ "username": null, "password": null }, - "notes": [] -} \ No newline at end of file + "notes": [ + { + "text": "This script requires some extra steps after the installation, Please checkout the 'documentation'", + "type": "info" + } + ] +}