Simple filehost made in PHP
https://teri.pw/
uploads | ||
Caddyfile | ||
CHANGELOG.md | ||
favicon.ico | ||
index.php | ||
README.md |
teri
Simple filehost made in PHP
Setup
- Clone repository
git clone https://catrat.dev/lexi/teri && cd teri
- Replace the email in index.php with a valid report email!!! Please!!!
$reportEmail = "legal@yourdomainorsometh.ing";
- Delete the file in /uploads/
rm uploads/deleteme.txt
- Setup a webserver (based off the Caddyfile) and you're done
frankenphp php-server