Skip to content

Commit

Permalink
Update uptimekuma.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyro3400 authored Oct 3, 2024
1 parent 563463e commit 024e689
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion pages/server/software/uptimekuma.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Uptime Kuma

<Tip label="We're sorry">The page you're looking for is under maintenance</Tip>
## Requirements
- An AIO server

## Tutorial
- To start, run these commands
```
git clone https://github.com/louislam/uptime-kuma.git
cd uptime-kuma
npm run setup
npm install pm2 -g && pm2 install pm2-logrotate
pm2 start server/server.js --name uptime-kuma
```

- Then create a file named `.env` and inside it put this text
```
PORT=insert-server-port
```
<Tip label="Credit">Origial guide from caliwyr and krazykleb.</Tip>

*Source: UptimeKuma GitHub*

0 comments on commit 024e689

Please sign in to comment.