diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-07-13 11:00:47 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-07-13 11:01:24 +0300 |
| commit | a79413824414d1cda8341900becec1ea2b9d8617 (patch) | |
| tree | 39fc261ed71824961007b2ecfc87a559a68522b7 /README.md | |
| parent | 9615718012ee798f58834572cfe69c468a05027f (diff) | |
Allow user to dequeue a package installation and list packages
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
