This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
uptime-kuma
mirror of
https://github.com/louislam/uptime-kuma
Watch
1
Star
0
Fork
You've already forked uptime-kuma
0
Code
Issues
Releases
Wiki
Activity
fix-2.0.0-docs-update
uptime-kuma
/
ecosystem.config.js
7 lines
109 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Create PM2 Config file I don't know if this is a good idea, but users that prefer to use PM2 instead, they can run `pm2 start` instead of `pm2 start server/server.js --name uptime-kuma` with this configuration
2021-10-11 12:22:52 +00:00
module
.
exports
=
{
Enforce semicolon, fix format globally
2022-04-13 16:30:32 +00:00
apps
:
[
{
name
:
"uptime-kuma"
,
script
:
"./server/server.js"
,
}
]
}
;