829 B
829 B
pages-server
A prototype Gitea Pages server ala Github Pages (or Vercal, Netlify, etc).
Currently supports the following:
- Proxies *.pages.mills.io
- Option 1: Repo with gitea-pages branch + gitea-pages topic => https://.pages.mills.io//
- Option 2: Repo of the form .pages.mills.io with gitea-pages branch and gitea-pages topic => https://.pages.mills.io
Demo sites:
Quick Start
TBD
Features
- Proxies
<owner>.<domain>/<repo>
=>owner/repo
- Proxies
<subdomain.<domain>
=>owner/subdomain
- Automatically sets MIME types on served content.
- Ues
gitea-pages
as an "opt-in" topic label on repos. - Content is served from a
gitea-pages
branch.
License
TBD