From 4895dc22e635c2cf27c5abfff82b42d1117e747b Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 5 Apr 2023 00:58:42 +0800 Subject: [PATCH] Add Codeberg's Pages Server for Static Pages Hosting (#108) document it as per https://github.com/go-gitea/gitea/issues/23521#issuecomment-1473106659 Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/108 Reviewed-by: Lunny Xiao Reviewed-by: delvh Co-authored-by: 6543 <6543@obermui.de> Co-committed-by: 6543 <6543@obermui.de> --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8217deb..9ab632f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ A curated list of awesome projects related to Gitea. - [DevOps](#devops) - [Mobile](#mobile) - [Panel](#panel) + - [Web Hosting](#web-hosting) - [Migration](#migration) - [Organizations](#organizations) - [Packages](#packages) @@ -72,6 +73,10 @@ A curated list of awesome projects related to Gitea. * [GiteaPanel](https://github.com/sashaoli/GiteaPanel) - Manage the local Gitea server from the tray. * [Listea](https://github.com/IGLOU-EU/listea) - Simple Gitea issues viewer from the tray. +### Web Hosting + +* [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 + ## Migration * [Bitbucket2Gitea](https://github.com/sIspravnikov/BitbucketToGitea) - A python3 script to migrate all projects and repositories from Atlassian BitBucket to Gitea.