Simple Filesystem
Simple filesystem-backed storage
Open it
Routes
| Protocol | Address | JAR | Provider |
|---|---|---|---|
| https | simplefilesystem.wasmserver.com | simplefilesystemservice-wui.jar | danger_jarfile |
| url | url://simple-filesystem/ | simplefilesystemservice-server.jar | danger_jarfile |
Repositories
| Repository | Layer | Description |
|---|---|---|
| simple-filesystem | other | Filesystem-backed storage service |
Depends on
ContainerNursery— backend hostingCloud Run— frontend hosting
Documentation Edit this page
Simple Filesystem
Filesystem-backed storage service.
Description
Provides a filesystem-backed storage service accessible over both HTTPS and the url:// protocol. Offers both a web UI for browsing and managing stored files and a backend API for programmatic access.
Architecture
Standard layered architecture:
- WUI layer (
simplefilesystemservice-wui.jar): Web frontend hosted on ContainerNursery (danger_jarfile), provides a browser-based file manager. - Server layer (
simplefilesystemservice-server.jar): Backend service on ContainerNursery, handles file storage and retrieval over the url:// protocol.
Dependents
- Services that need persistent file storage.
Deployment
- Frontend: Deployed as
simplefilesystemservice-wui.jaron ContainerNursery atsimplefilesystem.wasmserver.com. - Backend: Deployed as
simplefilesystemservice-server.jaron ContainerNursery aturl://simple-filesystem/.
Health Checks
- HTTPS health check at
simplefilesystem.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