# 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.