A tiny web file UI
assets/style | ||
src | ||
templates | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
TinyFUI
A tiny web File UI
Using
Setup
-
Download or compile the
tinyfui
binary. -
Download or create your own templates and styles for the share pages. Static assets can be placed in the
assets/
folder, and templates go intemplates/
. See the example templates in this repository for details. -
Create a folder named
shares/
to store all your shares. -
Run the server with
tinyfui web --listen 127.0.0.1:3000
Creating a share
-
Run
tinyfui create-share "<name>"
-
Add your files to the newly created folder in
shares/
-
Run
tinyfui update-shares
to register the new files. You must re-run this when you update the contents of any of your shares.