From f0f4290d497ade7c5075badc9a7b15cea2422649 Mon Sep 17 00:00:00 2001 From: allan Date: Tue, 25 Nov 2025 09:38:20 +0100 Subject: [PATCH] added mysql info --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59cb421..b9b618a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ [![OS](https://img.shields.io/badge/ubuntu-24.04-E95420)](#) [![Shell](https://img.shields.io/badge/shell-bash-121011)](#) [![WebServer](https://img.shields.io/badge/server-nginx-009639)](#) -[![DB](https://img.shields.io/badge/server-mariadb-003545)](#) +[![MariaDB](https://img.shields.io/badge/db-mariadb-003545)](#) +[![MySQL](https://img.shields.io/badge/db-mysql-4479A1)](#) [![Server](https://img.shields.io/badge/server-gitea-609926)](#) [![License](https://img.shields.io/badge/License-MIT-green)](./LICENSE) @@ -10,7 +11,9 @@ Installs and configures the **latest available Gitea release** on Ubuntu 24.04 S This is a **production-focused installer**, not a demo. -It assumes Nginx, and MariaDB are already installed and running. +It assumes Nginx, and either MariaDB or MySQL are already installed and running. + +This script works with both MariaDB and MySQL, with or without socket authentication. ---