diff --git a/.gitignore b/.gitignore index 18a99cd..351fe6b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ package-lock.json node_modules/ tmp/ +log/tasks.log +log/test.log \ No newline at end of file diff --git a/index.mjs b/index.mjs index 3cd13b5..0ec501c 100644 --- a/index.mjs +++ b/index.mjs @@ -51,7 +51,7 @@ app.use((err, req, res, next) => { // Listen to the App Engine-specified port, or 8080 otherwise const PORT = process.env.PORT || 8080; -const HOST = '127.0.0.1'; +const HOST = process.env.HOST || '127.0.0.1'; app.listen(PORT, HOST, async () => { - console.log('Server listening on port %s...', PORT); + console.log('Server listening on port %s:%s...', HOST, PORT); }); diff --git a/public/en/index.html b/public/en/index.html new file mode 100644 index 0000000..05718bd --- /dev/null +++ b/public/en/index.html @@ -0,0 +1,216 @@ + + +
+ + + +https://github.com/filesite-io/herounion
+ +https://github.com/filesite-io/machete_hero
+ +...
+
+