Merge filesystems together.
Find a file
2019-02-28 22:38:04 -08:00
assets Actually add js file for file drag and drop. 2019-02-28 22:38:04 -08:00
common Initial commit of basic functional file listing 2019-02-24 00:25:39 -08:00
files Fix bug where file upload location was not respected. 2019-02-24 14:53:55 -08:00
router Implement basic file uploading ('hot' tier only) 2019-02-24 14:42:21 -08:00
.gitignore Initial commit of basic functional file listing 2019-02-24 00:25:39 -08:00
build-pi.sh Initial commit of basic functional file listing 2019-02-24 00:25:39 -08:00
LICENSE Initial commit 2019-02-24 00:23:09 -08:00
README.md Add example config, adding instructions to README. 2019-02-24 14:51:40 -08:00
webserver.go Initial commit of basic functional file listing 2019-02-24 00:25:39 -08:00

nas

small go nas platform for my raspberry pi

usage

cp assets/config/config.example.json assets/config/config.json
 # edit config file with your hot/cold storage locations
nano assets/config/config.json
# run
go run webserver.go
# or build and run
go build; ./nas

you can also optionally use the build-pi.sh to build it for a raspberry pi (tested with raspberry pi 3 model b+)

then navigate to localhost:3000

credits

svg icons via https://iconsvg.xyz

raspberry pi svg via https://www.vectorlogo.zone/logos/raspberrypi/index.html