From b2483c60baff2eaf90bfa78611f535d12a51b1ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B9=B4=E5=B9=BC=E8=89=B2=E6=89=B9?= <explodingdragon@noreply.gitea.com> Date: Wed, 1 May 2024 12:07:22 +0000 Subject: [PATCH] Added Pages plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a0c2a7..8203b0d 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ 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. +- [Another Caddy Gitea Plugin](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.