diff --git a/README.md b/README.md index 6457fe8..f80872e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,27 @@ # spacecruft.org Static front page for Gitea. + +This is a cheap way to make a static front page beyond +the control of Gitea. Redirect with Apache and bypass +Gitea. + + +Copy `spacecruft.html` to Gitea: + +``` +sudo cp -p spacecruft.html /var/lib/gitea/custom/public/spacecruft.html +``` + +Add this to Apache: + +``` +RewriteRule /% https://spacecruft.org/assets/spacecruft.html +``` + +# Copyright +Ok, not too much here.... +AGPLv3 license. + +(C) 2022 Jeff Moe. +