No description
- TypeScript 96.9%
- SCSS 2.2%
- HTML 0.6%
- JavaScript 0.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| public | ||
| src | ||
| .dockerignore | ||
| .gitignore | ||
| docker-compose.yml | ||
| dockerfile | ||
| index.html | ||
| LICENSE | ||
| mise.toml | ||
| nginx.conf | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.js | ||
wclone
Web-application to access different remote file storages in an identical manner. Only frontend server required.
Currently supported backends:
- Google Drive
Currently supported operations:
- List
- Change directory
- Remove
- Upload
- Encryption (AES, XOR)
Stores configuration in localStorage.
Docker compose
Build
docker compose build
Deploy
docker compose up [-d]
Default port: 5573
Down
docker compose down [--volumes]