spacecruft-org/README.md

28 lines
447 B
Markdown
Raw Permalink Normal View History

2022-07-20 14:47:37 -06:00
# spacecruft.org
Static front page for Gitea.
2022-07-20 14:50:34 -06:00
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.