Environment Variables
Server
LFSS_DATA: The directory to store the data. Default is.storage_data.LFSS_WEBDAV: Enable WebDAV support. Default is0, set to1to enable.LFSS_LARGE_FILE: The size limit of the file to store in the database. Default is1m.LFSS_DEBUG: Enable debug mode for more verbose logging. Default is0, set to1to enable.LFSS_DISABLE_LOGGING: Disable all file logging. Default is 0; set to1to disable file logging.LFSS_ORIGIN: TheOriginheader to allow CORS requests. Use,to separate multiple origins. Default is*.
Client
LFSS_ENDPOINT: The fallback server endpoint. Default ishttp://localhost:8000.LFSS_TOKEN: The fallback token to authenticate. Should besha256(<username>:<password>).LFSS_CLIENT_VERIFY: Enable SSL verification for the client. Can be0,1, or a path to a CA bundle.