No description
- Haskell 65.1%
- Shell 15.7%
- TypeScript 7.9%
- JavaScript 7.3%
- Svelte 2.4%
- Other 1.6%
| app | ||
| deploy/kubernetes | ||
| docs | ||
| scripts | ||
| sql | ||
| src | ||
| test | ||
| tests | ||
| web | ||
| .dockerignore | ||
| .gitignore | ||
| cabal.project | ||
| cabal.project.freeze | ||
| Dockerfile | ||
| LICENSE | ||
| Makefile | ||
| nuthatch.cabal | ||
| README.md | ||
| THIRD_PARTY_NOTICES.txt | ||
Nuthatch
Small web UI for personal and shared S3-compatible storage.
Made for a personal homelab. Shared as-is.
Build and test
Install the required tools, then run:
cabal build exe:nuthatch
make test
npm --prefix web ci
make test-frontend check-frontend build-frontend
Full check, including local kind clusters:
make check-v1
Docs
License
BSD 3-Clause. See THIRD_PARTY_NOTICES.txt for bundled dependencies.