summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorgrothedev <grothedev@gmail.com>2026-01-09 20:02:23 -0500
committergrothedev <grothedev@gmail.com>2026-01-09 20:02:23 -0500
commita8446acd5a32f43534260cbe16225cfa975e18f2 (patch)
treed0a42bd9cb319758db803878523187978458c157 /README.md
parent57445d4ccbfe1cb190437c8f6b609fc83723b015 (diff)
stuff from claude. good point to commit.HEADmain
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