The current status of the unit.
The global application instance.
Get the global Application.
Get the global Container.
Get the method with the given name from this class, bound to this class.
function
Given the name of a filesystem registered in the system, get that filesystem.
Returns true if a filesystem with the given name exists.
Call the make()
method on the global container.
Register the given filesystem with this service by name.
extollo (v. latin) - to lift up, to elevate
Extollo is a free & libre application framework in TypeScript.
Unit service that loads and creates Filesystem drivers from config. The filesystems will automatically be opened when the app starts, and closed when it stops.
Filesystems can be defined in the
server.filesystems
config. For example:The
config
key should be an instance of the config interface for the driver in question.Filesystems can then be accessed from the Files service: