# Toyohime (command) Runs a barebones vanity server over HTTP. ## Usage ``` ./toyohime [-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](https://gogs.io) server (that's what I use) or [GitHub](https://github.com). I'm open to supporting other VCSs but I'm not sure what that would look like.