summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index a2c481a..e894cd8 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,7 @@ requirements phase 1:
- file names remain the same, unless would be overwrite a different file, in which case append epoch seconds.
- file expiration configurable
- rate limiting per ip address
+- all of the controller routes return either json or html, depending on the request parameter "response_type" ('h' or 'j')
phase 1.5
- there is a gallery page view that presents images and videos in kind of a gallery layout, and a slideshow when user clicks one of them.
@@ -20,7 +21,7 @@ phase 1.5
phase 2:
- can bind to different address through command line or dotfile or env var
- https using letsencrypt key defined at a path defined in config.
-- Database integration to store file metadata
+- Database integration to e file metadata
- File model and controller
- IP address tracking and association with uploads
- Page visit tracking by IP