This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
uptime-kuma
mirror of
https://github.com/louislam/uptime-kuma.git
Watch
1
Star
0
Fork
You've already forked uptime-kuma
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
90badfabee
uptime-kuma
/
ecosystem.config.js
7 lines
109 B
JavaScript
Raw
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 13:22:52 +01:00
module
.
exports
=
{
Enforce semicolon, fix format globally
2022-04-13 17:30:32 +01:00
apps
:
[
{
name
:
"uptime-kuma"
,
script
:
"./server/server.js"
,
}
]
}
;