koizumi.aoi f4f3bcf625 Rename from vanity to toyohime
Signed-off-by: Aoi K <koizumi.aoi@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/toyohime/trunk@109 922d331f-388e-da47-97a9-ad700dc0b8b9
2023-03-29 04:44:45 +00:00

526 B

vanityserver

Runs a barebones vanity server over HTTP.

Usage

./vanityserver [-index] fqdn [repo file]

The "-index" flag enables an index page at "/" that lists all repos hosted on this server.

If repo file is not given, "./repos" is used. The file has the following format:

pkgroot  vcsScheme://vcsHost/user/repo
pkgroot2 vcsScheme://vcsHost/user/repo2

vcsHost is either a Gogs server (that's what I use) or github.com. I'm open to supporting other VCSs but I'm not sure what that would look like.