Github pages equivalent in Gitea?

Gitea have a great wiki support for my projects.
But is there any Github pages equivalent in Gitea ?

Some of my projects are documentation or just plain websites.
Is it possible to “host” simple pages in my Gitea installation ?

Regards.
Johan

There’s none for the moment. It has been requested in the past, but so far contributors were more interested in addressing other aspects of the system (so many!). If anyone wants to step in to add this, we’d be thrilled.

Codeberg.org (a hosted version of Gitea), has a system in place to do something like Github pages: https://pages.codeberg.org/connor/posts/how-to-use-hugo-in-codeberg-pages/index.html

As for Gitea, we are focused on first improving Gitea from a source control perspective, then may move onto other areas. Our recommended approach is to use a CI, such as DroneIO, and build your pages to push to an S3 provider.

You coudl also use Caddyserver with the git middleware that auto-pull and execute command from a remote git repo. You can even use a deploy key to a specific access to a repo.
https://caddyserver.com/v1/docs/http.git

1 Like

我很希望有pages的功能,可惜的是我的专业水平不能让我贡献此项工作,希望有朋友做出此项贡献