Filedrop
File upload and sharing service
Open it
Routes
| Protocol | Address | JAR | Provider |
|---|---|---|---|
| https | filedrop.wasmserver.com | filedrop-wui.jar | danger_jarfile |
| url | url://filedrop/ | filedrop-server.jar | danger_jarfile |
Repositories
| Repository | Layer | Description |
|---|---|---|
| filedrop | other | File upload and sharing service |
Depends on
ContainerNursery— backend hostingCloud Run— frontend hosting
Documentation Edit this page
Filedrop
File upload and sharing service.
Description
Provides file upload and sharing functionality. Offers both a web UI for uploading and sharing files through a browser and a backend API for programmatic file operations.
Architecture
Standard layered architecture:
- WUI layer (
filedrop-wui.jar): Web frontend hosted on ContainerNursery (danger_jarfile), provides a browser-based file upload and sharing interface. - Server layer (
filedrop-server.jar): Backend service on ContainerNursery, handles file storage and retrieval over the url:// protocol.
Deployment
- Frontend: Deployed as
filedrop-wui.jaron ContainerNursery atfiledrop.wasmserver.com. - Backend: Deployed as
filedrop-server.jaron ContainerNursery aturl://filedrop/.
Health Checks
- HTTPS health check at
filedrop.wasmserver.com - Standard url:// protocol health checks for the backend.
Notes
- The WUI communicates with the backend server over the url:// protocol.
Read at commit 45ba0b30ed3b