Simple filehost made in PHP https://teri.pw/
Find a file
2025-08-07 19:50:48 -04:00
uploads Initial commit 2025-08-07 12:09:31 -04:00
Caddyfile Update Caddyfile 2025-08-07 14:22:22 -04:00
CHANGELOG.md Update CHANGELOG.md 2025-08-07 14:23:53 -04:00
favicon.ico Initial commit 2025-08-07 12:09:31 -04:00
index.php Update index.php 2025-08-07 19:50:48 -04:00
README.md Update README.md 2025-08-07 14:17:52 -04:00

teri

Simple filehost made in PHP

Setup

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