Go to file
2024-04-10 12:18:05 +07:00
src/handler chibisafe_netstorage_middleman : stop using buffer on file PUT 2024-04-10 12:18:05 +07:00
.gitignore init 2024-04-10 00:07:53 +07:00
docker-compose.yml chibisafe_netstorage_middleman : oopsie 2024-04-10 00:41:31 +07:00
Dockerfile chibisafe_netstorage_middleman : restore Dockerfile 2024-04-10 01:00:48 +07:00
go.mod chibisafe_netstorage_middleman : add note 2024-04-10 00:46:26 +07:00
go.sum chibisafe_netstorage_middleman : remove unused dependencies 2024-04-10 00:43:40 +07:00
main.go chibisafe_netstorage_middleman : restore Dockerfile 2024-04-10 01:00:48 +07:00
Readme.md chibisafe_netstorage_middleman : add note 2024-04-10 00:46:26 +07:00

Chibisafe Network Storage Middleman

how to use this repo?

git clone https://github.com/minoplhy/chibisafe_netstorage_middleman && cd chibisafe_netstorage_middleman
docker compose up -d

should be just fine :D

~PS.because the whole project was written within 810 hours, so the code might look a bit messy. I'll clean things up when I have time. ~