1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
| module.exports = { apps : [{ name: 'Waline', cwd: './', script: './vanilla.js', watch: false, error_file: "./logs/error.log", out_file: "./logs/out.log", log_date_format: "Z", merge_logs: true,
env: { port: 8360, NODE_ENV: 'production',
IPQPS: 180, secureDomains: [ 'foolishfox.cn', 'waline.foolishfox.cn' ], forbiddenWords: [ '空包', '快递' ], disallowIPList: [ '171.110.238.38' ],
SITE_NAME: 'Fox Home', SITE_URL: 'https://foolishfox.cn', AUTHOR_EMAIL: 'fox@foolishfox.cn',
AVATAR_PROXY: false, GRAVATAR_STR: 'https://cravatar.cn/avatar/{{mail|md5}}',
MYSQL_HOST: 'localhost', MYSQL_DB: 'db', MYSQL_USER: 'user', MYSQL_PASSWORD: 'password',
SMTP_USER: 'fox@foolishfox.cn', SMTP_PASS: 'password',
mailSubject: '叮咚!『Fox Home』上有人@了你', mailTemplate: `<div> <style> .box{background-color:white;border-bottom:2px solid #EB6844;border-radius:10px;box-shadow:rgba(0, 0, 0, 0.08) 0 0 18px;line-height:180%;width:500px;margin:50px auto;color:#555555;font-family:'Century Gothic','Trebuchet MS','Hiragino Sans GB',微软雅黑,'Microsoft Yahei',Tahoma,Helvetica,Arial,'SimSun',sans-serif;font-size:12px;} .box .head{border-bottom:1px solid whitesmoke;font-size:14px;font-weight:normal;padding-bottom:15px;margin-bottom:15px;text-align: center;line-height: 28px;} .box .head h3{margin-bottom: 0;margin: 0;} .box .head .title{color: #EB6844;font-weight:bold;} .box .body{padding:0 15px} .box .body .content{background-color: #f5f5f5;padding: 10px 15px;margin:18px 0;word-wrap:break-word;} a{text-decoration:none; color:#EB6844} img{max-width: 100%;display:block;margin:0 auto;border-radius: inherit;border-bottom-left-radius:unset;border-bottom-right-radius:unset;} .button:hover{background:#EB6844;color:#ffffff} .button{display: block;margin: 0 auto;width: 15%;line-height: 35px;padding: 0 15px;border:1px solid currentColor;border-radius: 50px;text-align: center;font-weight: bold;} .vemoji{display: inline-block;vertical-align: middle;width: 1.25em;margin: 0.25em;} </style> <div class="box"> <img src="https://asset.foolishfox.cn/images/static/fox_paint.jpg"> <div class="head"> <h3> {{parent.nick}} ,</h3>有人回复了你在 <a href="https://foolishfox.cn" target="_blank"> Fox Home </a>上的评论! </div> 你评论的: <div class="body"> <div class="content">{{parent.comment | safe}}</div> <p>被 <strong> {{self.nick}} </strong>回复:</p> <div class="content">{{self.comment | safe}}</div> <p style="margin:20px auto"> <a class="button" href="https://foolishfox.cn{{self.url}}" target="_blank"> 点击查看 </a> </p> <center>欢迎再来 <a href="https://foolishfox.cn" target="_blank">Fox Home</a> ! </center> <p> </p> </div> </div> </div>`,
MAIL_SUBJECT_ADMIN: '叮咚!『Fox Home』上有新评论啦~', MAIL_TEMPLATE_ADMIN: `<div> <style> .box{background-color:white;border-bottom:2px solid #EB6844;border-radius:10px;box-shadow:rgba(0, 0, 0, 0.08) 0 0 18px;line-height:180%;width:500px;margin:50px auto;color:#555555;font-family:'Century Gothic','Trebuchet MS','Hiragino Sans GB',微软雅黑,'Microsoft Yahei',Tahoma,Helvetica,Arial,'SimSun',sans-serif;font-size:12px;} .box .head{border-bottom:1px solid whitesmoke;font-size:14px;font-weight:normal;padding-bottom:15px;margin-bottom:15px;text-align: center;line-height: 28px;} .box .head h3{margin-bottom: 0;margin: 0;} .box .head .title{color: #EB6844;font-weight:bold;} .box .body{padding:0 15px} .box .body .content{background-color: #f5f5f5;padding: 10px 15px;margin:18px 0;word-wrap:break-word;} a{text-decoration:none; color:#EB6844} img{max-width: 100%;display:block;margin:0 auto;border-radius: inherit;border-bottom-left-radius:unset;border-bottom-right-radius:unset;} .button:hover{background:#EB6844;color:#ffffff} .button{display: block;margin: 0 auto;width: 15%;line-height: 35px;padding: 0 15px;border:1px solid currentColor;border-radius: 50px;text-align: center;font-weight: bold;} .vemoji{display: inline-block;vertical-align: middle;width: 1.25em;margin: 0.25em;} </style> <div class="box"> <img src="https://asset.foolishfox.cn/static/fox_paint.jpg"> <div class="head"> <h3> {{self.nick}} ,</h3>在 <a href="https://foolishfox.cn" target="_blank"> Fox Home </a>上评论了! </div> <div class="body"> <div class="content">{{self.comment | safe}}</div> <p style="margin:20px auto"> <a class="button" href="https://foolishfox.cn{{self.url}}" target="_blank"> 点击查看 </a> </p> </div> </div> </div>` }, }],
deploy : { production : { user : 'SSH_USERNAME', host : 'SSH_HOSTMACHINE', ref : 'origin/master', repo : 'GIT_REPOSITORY', path : 'DESTINATION_PATH', 'pre-deploy-local': '', 'post-deploy' : 'npm install && pm2 reload ecosystem.config.js --env production', 'pre-setup': '' } } };
|