Simple files repository based on flat files for HTTP servers
Go to file
Eric Teunis de Boone dff258b6af Implement as Composer library 2024-01-08 00:58:23 +01:00
files Simple initial X-Accel-Redirect method. 2020-12-17 15:17:14 +01:00
.gitignore Implement as Composer library 2024-01-08 00:58:23 +01:00
README.md Restarting development 2024-01-08 00:31:15 +01:00
composer.json Implement as Composer library 2024-01-08 00:58:23 +01:00

README.md

hippopotato

Simple (local) filestorage based on PHP and flat files.

First iteration is only to server files. To be able to extend the functionality, these files will first be served from /f/.

The code should be written to be used as a PHP module, as well as, a separate site. The Slim provides for the latter.

The visibility of files is toggled by a file in each directory -- .hippoacl, working somewhat like a .gitignore file. 1