Skip to content
/ hwsi Public
forked from AkvicorEdwards/hwsi

A file indexer for HTTP web servers. Browse and upload files

License

Notifications You must be signed in to change notification settings

Akvicor/hwsi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hwsi

Hwsi is a file indexer for HTTP web servers with focus on your files.

After specifying the working directory in config.yaml, you can browse all the folders and files in the directory through the web. You can also upload files to this folder via the web

Build and Run

git clone https://github.com/AkvicorEdwards/hwsi.git
cd hwsi
go mod download
go build hwsi.go
./hwsi

# ListenAndServe: localhost

Docker

git clone https://github.com/AkvicorEdwards/hwsi.git
cd hwsi
docker-compose up -d

# ListenAndServe: localhost:8080

About

A file indexer for HTTP web servers. Browse and upload files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 85.9%
  • HTML 10.4%
  • Dockerfile 3.7%