mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
feat: Modify logger to log to file that supports fail2ban (#284)
This commit is contained in:
parent
5a27ac0f03
commit
fe5fe5fab7
12 changed files with 427 additions and 7844 deletions
|
@ -1,4 +1,9 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# db
|
||||
node db/init.js
|
||||
exec node app.js --prod $@
|
||||
|
||||
# app
|
||||
export NODE_ENV=production
|
||||
exec node app.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue