Fork of https://git.mills.io/prologic/pages-server.git with some fixes.
.dockerfiles | ||
gitea | ||
.dockerignore | ||
.gitignore | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
Makefile | ||
README.md |
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