JSPM

  • Created
  • Published
  • Downloads 207
  • Score
    100M100P100Q76599F
  • License MIT

Simple index folder via http with upload

Package Exports

  • http-up
  • http-up/lib/http-up.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (http-up) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

http-up

Simple index folder via http with upload

Multiple files upload to current showed folder

Also you can download any files inside current folder, just click on them

Fast running without install

npx http-up .

or

npx http-up --port 3999 .

basic auth

npx http-up --user login1 --password password .

Desktop window

Mobile window

Notes

  • Be careful, if you start this App on public network interface, anybody can work with it
  • If you run application under some User, this user should be have privileges to write current folder
  • App using temporary folder for upload form, usually it /tmp/httpup, do not forget to clean it

History

backlog

    • add table of files with extended information and sort instead simple list
    • need some aside panel with folders tree?

1.0.30

    • grouping folders on top of list
    • change stdout log info

1.0.29

    • --upload-disable and --folder-make-disable keys

1.0.27

    • set right mime type

1.0.26

    • change stdout log info
    • change file listing view to full row
    • move uploader and folder create interfaces up
    • arg --log to file

1.0.25

    • show files_count_max warning

1.0.21

    • add basic auth

1.0.19

    • remove H1
    • autoclean temp folder
    • change breadcrumbs font
    • change list font

1.0.17

    • change temp folder to /tmp/httpup
    • change copy function to rename
    • fix multiple upload

1.0.16

    • add config file

1.0.15

    • make folder by enter

1.0.14

    • swap bg color between folder and file

1.0.13

    • decomposition for lib/http-up.js

1.0.12

    • make new folder via web interface

1.0.11

    • refresh npm modules with clear recreate lock file

1.0.10

    • refresh bootstrap
    • file size warning show
    • add prettier for code
    • refresh npm modules with clear recreate lock file
    • public folder automake (if not exist)
    • file size show in page

Join to dev

clone repo: https://github.com/western/http-up

download necessary packs: npm i

run instance: npm run start or ./bin/http-up