Go to file
2023-03-05 16:03:08 +00:00
.github add node version to job 2023-02-20 14:47:19 +00:00
.husky
.vscode
Accounts fix lock files 2023-02-10 11:16:42 +00:00
AdminDashboard
Alert fix docker files 2023-02-17 11:52:48 +00:00
ApiDocs fix lint. 2023-02-20 20:43:21 +00:00
Backups
Certs add domain. 2023-03-02 15:46:28 +00:00
Ci
Common add require sso 2023-03-05 15:15:33 +00:00
CommonProject
CommonServer add sso model 2023-03-03 20:55:24 +00:00
CommonUI fix model List 2023-03-05 16:03:08 +00:00
CommonUIProject
Dashboard add tested column 2023-03-05 15:54:09 +00:00
DashboardAPI add require sso 2023-03-05 15:15:33 +00:00
DatabaseMigrations
Devops
Docs
File make modals work 2023-02-09 19:55:43 +00:00
Haraka
HelmChart fix lock files 2023-02-10 11:16:42 +00:00
Home fix lint. 2023-02-24 21:42:00 +00:00
Identity make modals work 2023-02-09 19:55:43 +00:00
Integration make modals work 2023-02-09 19:55:43 +00:00
Licensing refactor api docs 2023-02-20 17:57:36 +00:00
Mail make modals work 2023-02-09 19:55:43 +00:00
Marketing
Model add tested column 2023-03-05 15:54:09 +00:00
Nginx fix api-docs 2023-02-07 21:51:53 +00:00
Postgres
Probe fix docker files 2023-02-17 11:52:48 +00:00
ProbeAPI make modals work 2023-02-09 19:55:43 +00:00
Realtime make modals work 2023-02-09 19:55:43 +00:00
Redis save trigger args to workflow 2023-02-15 14:54:13 +00:00
Scripts
StatusPage implement port labels. 2023-02-10 21:03:36 +00:00
Workers add workers to queue 2023-03-02 19:36:06 +00:00
Workflow add workers to queue 2023-03-02 19:36:06 +00:00
.dockerignore
.eslintignore
.eslintrc.json
.gitignore
.prettierignore
.prettierrc.json
babel.config.ts
backup.sh
certs-issue.sh
certs-renew.sh
CHANGELOG
clean-npm-install.sh
config.tpl.env fix home route 2023-02-19 22:09:51 +00:00
CONTRIBUTING.md
docker-compose.tpl.yml make modals work 2023-02-09 19:55:43 +00:00
install-node-modules.sh npm i 2023-02-08 20:40:06 +00:00
install.sh
LICENSE
migration-create.sh
migration-run.sh
package-lock.json
package.json make api docs work. 2023-02-10 11:08:15 +00:00
preinstall.sh
README.md
remove-node-modules.sh add script to remove node_modules 2023-02-09 11:55:58 +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, replaces tools like Pingdom
  • Status Page, replaces tools like StatusPage.io
  • Incident Management, replaces tools like Incident.io
  • On-call rotation and alerts, replaces tools like PagerDuty (Coming soon)
  • Tests, replaces tools like Postman (Coming soon)
  • Security, replaces tools like Snyk (Coming soon)
  • Logs Management, replaces tools like Loggly (Coming soon)
  • Performance Monitoring, replaces tools like NewRelic (Coming soon)
  • Error Tracking, replaces tools 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 single-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: