HTTP/s apps
A list of built-in apps that you can use without configuring any third-party services.
Last updated
Was this helpful?
A list of built-in apps that you can use without configuring any third-party services.
Last updated
Was this helpful?
File server app let you expose any folder in your localhost machine to the internet, for example:
This will serve the files in the shared
directory to be accessible through the internet, also you can use any middleware beside the file server app for example to protect this file server with basic authentication so only known users can access the created shared folder, you can run:
Check tutorial for more information.