added mysql info

This commit is contained in:
2025-11-25 09:38:20 +01:00
parent 6ea6365dd8
commit f0f4290d49

View File

@@ -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.
---