Kelp is a web-based GUI for SeaweedFS, meant to emulate the look and feel of a native file explorer.
- NodeJS
- docker
- docker-compose
You can get started developing in a "hot-reload" environment with these lines.
Note: in this environment, you won't be able to get cluster information from weed master
due to cors
issues.
git clone https://github.com/bmswens/Kelp.git
cd Kelp
yarn install
cp example.env .env
npm run start:dev
This environment will build a stack and emulate a cluster deployment with nginx as a proxy.
git clone https://github.com/bmswens/Kelp.git
cd Kelp
yarn install
cp example.env .env
npm run start:staging
- Brandon Swenson- Initial work - bmswens
This project is licensed under the Apache 2.0 License - see the LICENSE.txt file for details