From 8dc8a2bea4e0861239d3f9340b0a62e77fb37034 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Sun, 5 May 2024 11:09:38 +0200 Subject: [PATCH] Update readme Signed-off-by: Bensuperpc --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 882363e..6f2f56c 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,10 @@ _My personal infrastructure for my servers and services._ -**I moved to caddy inetead of nginx, you can find the old version before this commit:**b98fca7af8954770feec0cd962d35f47bde0d5d2** - ## About This is my infrastructure. It's a collection of scripts and configuration files that I use to manage my servers and services. -It uses ~~Nginx ~~ caddy and docker-compose to run my services (And many other things). +It uses caddy and docker-compose to run my services (And many other things). It's a **work in progress**, and I'm still learning a lot about it. If you have any **questions** or **suggestions**, feel free to open an issue or a pull request. @@ -64,7 +62,7 @@ Check if all bensuperpc.* are replaced by your domain in [Caddyfile](caddy/wordp And then, caddy will generate the certificate for you and renew it automatically :D (It's easier than certbot and nginx) | Domain name | Type | Description | -| --- | --- | +| --- | --- | --- | | bensuperpc.org | Main | Main domain | | adminer.bensuperpc.org | Sub | Adminer for MariaDB for wordpress only | | uptimekuma.bensuperpc.org | Sub | Uptime Kuma for monitoring | @@ -133,10 +131,6 @@ MYSQL_PASSWORD=K7s5yoHknnEd7vsZoxb8I3dK9mjToF1j MYSQL_DATABASE=gitea ``` -### Wordpress website - -For the Wordpress website, you can configure in GUI when you go to the website. - ### Start the infrastructure Start the website with: