Go to file
2023-04-05 11:08:25 +01:00
.github refactor playwright tests 2023-03-14 18:10:18 +00:00
.husky
.vscode make new workflow service. 2023-02-01 13:08:45 +00:00
Accounts fix basic form 2023-03-09 12:51:17 +00:00
AdminDashboard add static nodejs version 2023-02-05 14:17:56 +00:00
Alert fix docker files 2023-02-17 11:52:48 +00:00
ApiReference rename api ref 2023-04-05 11:08:25 +01:00
Backups
Certs add domain. 2023-03-02 15:46:28 +00:00
Ci
Clickhouse make clickhoue work 2023-04-04 14:19:35 +01:00
Common fix lint 2023-03-22 11:03:45 +00:00
CommonProject add coker ignore files 2023-02-03 13:42:48 +00:00
CommonServer fix lint 2023-03-22 11:03:45 +00:00
CommonUI fix form 2023-03-22 11:28:23 +00:00
CommonUIProject add coker ignore files 2023-02-03 13:42:48 +00:00
Dashboard remove sttaus page branding 2023-03-20 21:58:20 +00:00
DashboardAPI status page sso models. 2023-03-11 17:38:48 +00:00
DatabaseMigrations
Devops add coker ignore files 2023-02-03 13:42:48 +00:00
Docs
File make modals work 2023-02-09 19:55:43 +00:00
Haraka add static nodejs version 2023-02-05 14:17:56 +00:00
HelmChart fix lock files 2023-02-10 11:16:42 +00:00
Home rename api ref 2023-04-05 11:08:25 +01:00
Identity fix lint 2023-03-14 11:54:33 +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 rename api ref 2023-04-05 11:08:25 +01:00
Model fix custom domains 2023-04-04 11:31:50 +01:00
Nginx rename api ref 2023-04-05 11:08:25 +01:00
Playwright block login when sso is enabled 2023-03-13 15:55:01 +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 fix status page style 2023-03-17 12:35:05 +00:00
Workers add greenlock renew logs 2023-03-15 12:25:09 +00:00
Workflow fix lint 2023-03-10 12:36:03 +00:00
.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 rename api ref 2023-04-05 11:08:25 +01:00
CONTRIBUTING.md
docker-compose.tpl.yml make clickhoue work 2023-04-04 14:19:35 +01:00
install-node-modules.sh npm i 2023-02-08 20:40:06 +00:00
install.sh rename api ref 2023-04-05 11:08:25 +01:00
LICENSE
migration-create.sh
migration-run.sh
package-lock.json
package.json add save logs 2023-03-15 10:38:58 +00:00
preinstall.sh fix install scripts 2023-04-05 10:48:35 +01:00
README.md Update README.md 2023-04-03 19:42:08 +01:00
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
 cd 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: