Go to file
2023-01-31 11:24:28 +00:00
.github
.husky
.vscode
Accounts fix lint 2023-01-22 19:16:08 +00:00
AdminDashboard
Alert
ApiDocs
Backups
Certs
Ci
Common add types to product compare 2023-01-29 15:32:12 +00:00
CommonServer make forgot password flow work properly 2023-01-31 11:24:28 +00:00
CommonUI make forgot password flow work properly 2023-01-31 11:24:28 +00:00
Dashboard make forgot password flow work properly 2023-01-31 11:24:28 +00:00
DashboardAPI
DatabaseMigrations
Devops
Docs
File
Haraka
HelmChart
Home make popup menu on nav bar 2023-01-30 14:26:53 +00:00
HttpTestServer
Identity make forgot password flow work properly 2023-01-31 11:24:28 +00:00
Integration
Kubernetes
Licensing
Mail
Marketing
Model make forgot password flow work properly 2023-01-31 11:24:28 +00:00
Nginx
Postgres
Probe
ProbeAPI
Realtime
Redis
Scripts
StatusPage fix status page UI issues 2023-01-27 11:48:05 +00:00
Workers
.dockerignore
.eslintignore
.eslintrc.json
.gitignore make db backups options work 2023-01-31 09:40:57 +00:00
.prettierignore
.prettierrc.json
babel.config.ts
backup.sh make db backups options work 2023-01-31 09:40:57 +00:00
certs-issue.sh
certs-renew.sh
CHANGELOG
clean-npm-install.sh
config.tpl.env make db backups options work 2023-01-31 09:40:57 +00:00
CONTRIBUTING.md
docker-compose.tpl.yml change redis port to run another redis instance on localhost 2023-01-29 13:06:10 +00:00
install.sh
LICENSE
migration-create.sh
migration-run.sh
package-lock.json
package.json
preinstall.sh
README.md Update README.md 2023-01-25 10:35:59 +00:00
restore.sh
SECURITY.md
sonar-project.properties
tsconfig.json
uninstall.sh
update-node-modules.sh

oneuptimelogo

PRs Welcome Join Slack Community Docker Pulls GitHub commit activity

OneUptime is an open-source complete SRE and DevOps platform.

OneUptime monitors your website, dashboards, API's, and more and alerts your team when downtime happens. We also give you a Status Page which keeps your customers looped in and improves transparency.

OneUptime does:

  • Uptime Monitoring just like Pingdom
  • Status Page just like StatusPage.io
  • Incident Management just like Incident.io
  • On-call rotation and alerts just like PagerDuty
  • Tests just like Postman (Coming soon)
  • Security just like Snyk (Coming soon)
  • Logs Management just like Loggly (Coming soon)
  • Performance Monitoring just like NewRelic (Coming soon)
  • Error Tracking just like Sentry (Coming soon)

All under one platform.

Get started for free

OneUptime Cloud

The fastest and most reliable way to get started with OneUptime is signing up for free to OneUptime Cloud. By using the hosted cloud service, you also support by funding OneUptime open source development.

Open-source hobby single-server deploy with Docker Compose.

Deploy a signle-server instance in one line on Debian / Ubuntu with Docker (recommended 8GB memory, we only support Debian / Ubuntu as of today).

 git clone https://github.com/OneUptime/oneuptime
 bash preinstall.sh

Please look at config.env and change these values,

DOMAIN=oneuptime.yourcompany.com # REQUIRED. This is used for SSL certs with letsencrypt. SSL cert will be auto-provisioned. 

# SMTP SETTINGS for sending email from OneUptime (optional). 
SMTP_USERNAME=username
SMTP_PASSWORD=password
SMTP_PORT=465
SMTP_EMAIL=alerts@yourcompany.com
SMTP_FROM_NAME=OneUptime
SMTP_IS_SECURE=true
SMTP_HOST=smtp.yourcompany.com

Then, run install:

bash install.sh

To update:

bash install.sh

Provisioning your SSL Certificate from LetsEncrypt:

A self-signed certificate is generated by default. If you need a LetsEncrypt SSL certs then run:

bash certs-issue.sh

Please make sure you have an A record set up to this server. These certs expires every 45 days, you need to renew them at regular interval.

To renew certificate:

bash certs-renew.sh

Please make sure you add the above bash command into a crontab that runs every 15 days.

Philosophy

Our mission is to reduce downtime and increase the number of successful products in the world. To do that, we build a platform that help you understand causes of the downtime, incidents and help reduce toil. Our product is open-source, free and available for everyone to use.

Contributing

We <3 contributions big and small. In priority order (although everything is appreciated) with the most helpful first: