]> jfr.im git - uguu.git/blame - README.md
Update README.md
[uguu.git] / README.md
CommitLineData
35bc7430
GJ
1# About
2Uguu.se source code, stores files and deletes after 30 minutes.
8805b1c1
GJ
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
35bc7430
GJ
9Change php.ini and nginx.conf settings to allow bigger uploads.
10
8805b1c1
GJ
11# Todo
12
13Proper design, commit new design and updated code (when finished, in preview phase).
67a54d5c
GJ
14
15
16# Using the API
17
18For now you can use the API like so:
19 Leaving POST value 'name' empty will cause it to save using the original filename.
20 Leaving POST valie 'randomname' empty will cause it to use original filename or custom name if 'name' is set to file.ext.
21
22 Putting anything into POST value 'randomname' will cause it to return a random filename + ext (xxxxxx.ext).
23 Putting a custom name into POST value 'name' will cause it to return a custom filename (yourpick.ext).