main
Jeff Moe 2022-07-20 14:50:34 -06:00
parent db335f15b4
commit 5d518227be
1 changed files with 24 additions and 0 deletions

View File

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