This website requires JavaScript.
Explore
Help
Sign In
Infra-Mirrors
/
uptime-kuma
Watch
1
Star
0
Fork
0
You've already forked uptime-kuma
mirror of
https://github.com/louislam/uptime-kuma.git
synced
2024-10-01 01:25:45 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dcecd10c88
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 08:22:52 -04:00
module
.
exports
=
{
Enforce semicolon, fix format globally
2022-04-13 12:30:32 -04:00
apps
:
[
{
name
:
"uptime-kuma"
,
script
:
"./server/server.js"
,
}
]
}
;
Reference in New Issue
Copy Permalink