This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
uptime-kuma
Watch
0
Star
0
Fork
0
You've already forked uptime-kuma
mirror of
https://github.com/louislam/uptime-kuma.git
synced
2024-11-21 10:48:58 +01:00
Code
Issues
Releases
Wiki
Activity
4228dd0a29
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 14:22:52 +02:00
module
.
exports
=
{
Enforce semicolon, fix format globally
2022-04-13 18:30:32 +02:00
apps
:
[
{
name
:
"uptime-kuma"
,
script
:
"./server/server.js"
,
}
]
}
;
Copy Permalink