]> jfr.im git - uguu.git/blame_incremental - README.md
Merge pull request #3 from nixxquality/nixxquality-patch-1
[uguu.git] / README.md
... / ...
CommitLineData
1# About
2[Uguu.se](http://uguu.se) source code, stores files and deletes after 30 minutes.
3
4# Install
5Tested with Nginx+PHP5-FPM (PHP 5.4) on Debian 7 Wheezy.
6
7Modify core.php where to save the files, add check.sh to Cron, edit everything else to your likings.
8
9Change php.ini and nginx.conf settings to allow bigger uploads.
10
11# Todo
12
13Proper design, commit new design and updated code (when finished, in preview phase).
14
15
16# Using the API
17
18 Leaving POST value 'name' empty will cause it to save using the original filename.
19 Leaving POST value 'randomname' empty will cause it to use original filename or custom name if 'name' is set to file.ext.
20
21 Putting anything into POST value 'randomname' will cause it to return a random filename + ext (xxxxxx.ext).
22 Putting a custom name into POST value 'name' will cause it to return a custom filename (yourpick.ext).
23
24
25This will probably get changed later since it's messy and unpractical.
26
27# Contact
28
29[neku@pomf.se](mailto:neku@pomf.se) or [@Nekunekus](https://twitter.com/nekunekus).