-
Minimalism design with minimal code and all native HTML functionalities to ensure compatibility
-
Show hierarchical structures (native HTML details attribute)
-
Show folder and file sizes while being hovered (native HTML title attribute)
-
HTML native basic authentication
-
Visual improvement
-
EXTREMELY basic bucket statistics
-
Delete/Upload/Move items/folders!
...coming in future version:
-
Display create time/update time
-
Suggestions? Submit a PR
Cloudflare -> Workers -> New worker -> Start from 'hello world' -> Edit code -> Paste code in worker.js -> Deploy -> Back: Connect -> Variable Name: R2 -> Done connecting R2 -> Deploy again -> Enjoy
R2: soft-mandatory, the bucket you want to show files thereofROOT: optional: the root url of your bucket, which, after specified, will change the href attribute of files to<ROOT>/<structure of certain R2 file in the bucket>. Can be any one of the following formats:https://example.com,example.com,example.com/.
The following 2 variables needs to be defined simultaneously to activate basic authentication
USERNAME: username, to be validated with "username" field from credential prompt boxPASSWORD: password, to be validated with "password" field from credential prompt box