55412be52f561d76e9baccb1911cd02e10d7aafb
From the docs: "app.router has been removed and middleware and routes are executed in the order they are added. Your code should move any calls to app.use that came after app.use(app.router) after any routes (HTTP verbs)."
The Box
Systemd
Yellowtent needs to be installed globally.
sudo npm install -g .
Copy the yellowtent.service file to /usr/lib/systemd/system and create a yellowtent user and group.
sudo cp yellowtent.service /usr/lib/systemd/system/
sudo useradd -mrU yellowtent
sudo systemctl start yellowtent
# or permanently enable it
sudo systemctl enable yellowtent
Description
Languages
JavaScript
72.6%
Vue
22.3%
Shell
3.1%
HTML
1.1%
EJS
0.7%
Other
0.2%