Skip to content

Latest commit

 

History

History

JSON-File-Server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

WebDAV and Web File Server With User Database and ACL

This document includes the example 2 source code for the How to Create a Cloud Storage Server Tutorial. This example is compatible with any BAS derivative product with a file system, including the Mako Server and Xedge32.

Run the example, using the Mako Server, as follows:

cd JSON-File-Server
mako -l::www

For detailed instructions on starting the Mako Server, please refer to our Mako Server command line video tutorial and review the server's command line options in our documentation.

Once you've successfully started the Mako Server, open a web browser and go to http:https://localhost:portno/fs/, where 'portno' represents the HTTP port number used by the Mako Server (this number is displayed in the console).

To access the system, use the following login credentials:

Username Password
guest guest
kids kids
mom mom
dad dad

For guidance on how to map the WebDAV drive, watch this instructional video: https://youtu.be/i5ubScGwUOc

Please be aware that this application does not contain any web pages or resources except for the WebDAV/file-server installed at /fs/. Additional information can be found in the www/.preload Lua script.