From a79413824414d1cda8341900becec1ea2b9d8617 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 13 Jul 2018 11:00:47 +0300 Subject: Allow user to dequeue a package installation and list packages --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index cc50851..ca53b37 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ Small Function as a Service (FaaS) server built with Node.js and MongoDB. Useful ## Server Clone the repository to your server. + +``` +git clone https://github.com/jantuomi/faaslift.git +``` + Create a file called `.env` in the project directory and add the following fields: ``` @@ -61,6 +66,8 @@ To `require` 3rd party libraries, they have to be installed on the host server w # Security +`faaslift` relies on MongoDB for user authentication. Please use secure Mongo instance with a username and password set. + The functions are *NOT* containerized in any way! This means that code running at an endpoint is e.g. able to crash the server or manipulate other endpoints, among other evil deeds, with a little bit of tinkering. That's why this project is solely meant for prototyping purposes. # Author -- cgit v1.3