From 1706b22a7ace7e14920014e5167ffa838c255f2c Mon Sep 17 00:00:00 2001 From: allan Date: Sat, 29 Nov 2025 13:51:12 +0100 Subject: [PATCH] added mysql installer link --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 74fbf08..1b49f78 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,14 @@ This script deploys a **real Gitea server** — safely, repeatedly, and without ✔ Nginx installed ✔ MariaDB/MySQL running (socket or password supported) -Related installers: -https://git.x-files.dk/webserver/nginx-ubuntu -https://git.x-files.dk/database/mariadb-ubuntu +### Optional Installers (if you need them — saves you some googling) + +- [Install Nginx + PHP-FPM on Ubuntu](https://git.x-files.dk/webserver/nginx-ubuntu) +- [Install MariaDB on Ubuntu](https://git.x-files.dk/database/mariadb-ubuntu) +- [Install MySQL on Ubuntu](https://git.x-files.dk/database/mysql-ubuntu) Multi-instance hosting: -https://git.x-files.dk/webapps/gitea-ubuntu-multi +[Install multiple Gitea instances on Ubuntu](https://git.x-files.dk/webapps/gitea-ubuntu-multi) ---