Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

MathieuAuclair/RemoteMoisture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple remote code execution server

For those who like firebase, but don't want to pay for it!

Generate valid certificate

Checkout this tutorial using let's encript!

[TUTORIAL]

your certification should appear in /etc/letsencrypt/live/www.yourwebsite.com/

Self signed certificate (pretty useless...)

to use this certificate you need to tell firefox to trust your custom certificate

to generate the .pem

openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 365

if a paraphrase problem occur

# gen new RSA
openssl rsa -in key.pem -out newkey.pem 

# replace old .pem file
mv newkey.pem key.pem

to run simply enter

node app.js

A https cross-over domain remote code execution server will be served on port 3000, you can try "/" for a simple hello the world

Mailgun

I'm using this server for a serverless pages on github to let people suscribe to a mailing list! See "/add" for demo

If you plan on using mailgun, don't forget your API key in the .env file.

About

A nodeJS remote function execution server for mailgun

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors