blob: e28adc9e0830f84e9f3c5f70fb14784907de293d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# IMG
A read only file explorer with media capabilities.
# TODO
* Thumbnail system
* Initial setup process
* Also allow setup user config file
* ~~Single binary output~~
* Better worker pool. Allow cron job and ui config
* Alpine package and demo site
* Single image viewer and show exif info (not sure how yet)
* User base root folder
* Albuns
* Testing. Since I still on initial iteration phases I'm not adding as many
testing as I'd like to. Once I set on most of the design I'll add testing.
* Add testing agains db and memory[^1] in preparation for redis implementation
[^1]: https://github.com/alicebob/miniredis
|