diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/README.md b/README.md index 4d46f75..8dbb37b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,7 @@ # file-directory -A website I use to access some files on my home server. -It lists all files in the `files` directory and those that have the extension `.private` will be password protected. +The `offline` branch is meant to be used as a "Wi-Fi flash drive". +A page that allows people connected to a device (Raspberry Pi for example) to +upload, view, download and delete files in a specific directory. -It's convenient to have some software stored here and accessible from any machine instantly. -For example some anti-malware software if you're often helping people clean their PCs, -or some archiving utility. - -The password protection is only so that automated services don't find download links on my website that could lead to it getting marked as a pirating resource. ![Screenshot](/files/screenshot.png) diff --git a/files/screenshot.png b/files/screenshot.png index f3ee204..4da7f13 100644 Binary files a/files/screenshot.png and b/files/screenshot.png differ