added mysql info

This commit is contained in:
2025-11-25 09:39:04 +01:00
parent 2d4512bb58
commit e4c8231c61

View File

@@ -2,7 +2,8 @@
[![OS](https://img.shields.io/badge/ubuntu-24.04-E95420)](#) [![OS](https://img.shields.io/badge/ubuntu-24.04-E95420)](#)
[![Shell](https://img.shields.io/badge/shell-bash-121011)](#) [![Shell](https://img.shields.io/badge/shell-bash-121011)](#)
[![WebServer](https://img.shields.io/badge/server-nginx-009639)](#) [![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)](#) [![Server](https://img.shields.io/badge/server-gitea-609926)](#)
[![License](https://img.shields.io/badge/License-MIT-green)](./LICENSE) [![License](https://img.shields.io/badge/License-MIT-green)](./LICENSE)
@@ -10,7 +11,9 @@ Automated Bash installer script for deploying **multiple isolated Gitea instance
This is a **production-focused installer**, not a demo. 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.
--- ---