Document Storage Cabinet (like dropbox)
https://github.com/chrisregnier/doscrinium.git
Everything is setup for local development in docker-compose.yml.
App data, and storage items will be stored in ~/apps/doscrinium/.
mkdir -p ~/apps/doscinium/db
mkdir -p ~/apps/doscinium/storage
Start the docker stack and connect to http://localhost:3000. The backend is accessible on 8080 and the debug port is 8000 (see here for more details).
docker-compose up