From 82a15d8da93d44bc5a33831b4111c9e557dc0548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B9=B4=E5=B9=BC=E6=B6=A9=E6=89=B9?= Date: Thu, 2 May 2024 06:03:51 +0000 Subject: [PATCH] Added Pages plugin (#151) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/151 Reviewed-by: John Olheiser Reviewed-by: Lunny Xiao Co-authored-by: 年幼涩批 Co-committed-by: 年幼涩批 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a0c2a7..3996af9 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,8 @@ A curated list of awesome projects related to Gitea and its soft-fork instances. ### Web Hosting -- [Caddy Gitea Plugin](https://github.com/42wim/caddy-gitea) - Caddy2 plugin enables GitHub pages-like features in Gitea, requiring a wildcard CNAME to your Gitea host. +- [Caddy Gitea Plugin (42wim/caddy-gitea)](https://github.com/42wim/caddy-gitea) - Caddy2 plugin enables GitHub pages-like features in Gitea, requiring a wildcard CNAME to your Gitea host. +- [Caddy Gitea Plugin (d7z-project/caddy-gitea-pages)](https://github.com/d7z-project/caddy-gitea-pages) - A simple Gitea Pages plugin that is compatible with Github Pages, supports custom domains, and can be published using Gitea Actions. - [Meli Docs](https://docs.meli.charlie-bravo.be/authentication/gitea) - Meli is an open source platform built for deploying static sites and frontend applications. - [Pages Server](https://codeberg.org/Codeberg/pages-server) - Static Pages Server, Gitea equivalent of GitHub Pages: Can serve static webpages on custom domains, including caching, and much more - [pages-server](https://git.mills.io/prologic/pages-server) - A simple server for serving up static pages for Gitea A Gitea Pages server ala Github pages.