Go to file
2023-06-09 18:42:24 +01:00
.github fix typo staus -> status 2023-06-09 13:58:56 +01:00
.husky
.vscode fix notification service 2023-06-09 12:25:17 +01:00
Accounts fix refactor 2023-05-17 20:15:07 +01:00
AdminDashboard
ApiReference remove dark mode 2023-05-12 09:24:55 +01:00
Backups
Certs
Ci change ver to 6 2023-04-25 10:21:40 +01:00
Clickhouse
Common fix typo from staus to status 2023-06-09 13:56:15 +01:00
CommonServer make manual recharge work 2023-06-09 18:42:24 +01:00
CommonUI make manual recharge work 2023-06-09 18:20:53 +01:00
Dashboard make manual recharge work 2023-06-09 18:42:24 +01:00
DashboardAPI add manual recharge option 2023-06-09 18:16:31 +01:00
DatabaseMigrations
Devops
Docs fix issue with sending probe-id 2023-06-02 15:32:11 +01:00
File
Haraka
HelmChart add more features 2023-04-25 09:59:11 +01:00
Home Update index.ejs 2023-06-09 06:48:38 -06:00
Identity fix typo staus -> status 2023-06-09 13:58:56 +01:00
Integration
Licensing add more features 2023-04-25 09:59:11 +01:00
Model fix typo from staus to status 2023-06-09 13:56:15 +01:00
Nginx remove alert from nginx 2023-06-07 10:47:40 +01:00
Notification make manual recharge work 2023-06-09 18:20:53 +01:00
Playwright fix fmt 2023-05-16 13:40:42 +01:00
Postgres
Probe fix fmt 2023-06-06 20:56:08 +01:00
ProbeAPI Merge pull request #458 from OneUptime/dependabot/npm_and_yarn/ProbeAPI/socket.io-parser-4.2.3 2023-05-24 12:38:58 +01:00
Realtime Bump socket.io-parser from 4.2.1 to 4.2.3 in /Realtime 2023-05-24 00:51:28 +00:00
Redis
Scripts
StatusPage fix typo from staus to status 2023-06-09 13:56:15 +01:00
TestServer Merge pull request #454 from OneUptime/dependabot/npm_and_yarn/TestServer/posthog-js-1.57.2 2023-05-24 12:38:38 +01:00
Workers fix typo staus -> status 2023-06-09 13:58:56 +01:00
Workflow add support for arrays in workflows 2023-06-07 11:39:44 +01: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 send sms 2023-06-08 11:58:58 +01:00
CONTRIBUTING.md
docker-compose.tpl.yml fix notification service 2023-06-09 12:25:17 +01:00
install-node-modules.sh
install.sh fix env names 2023-06-06 21:31:42 +01:00
LICENSE
migration-create.sh
migration-run.sh
package-lock.json Bump yaml and lint-staged 2023-04-25 08:03:17 +00:00
package.json fix rmeove orphans 2023-06-07 10:45:34 +01:00
preinstall.sh fix preinstall script 2023-06-08 20:52:25 +01:00
README.md Update README.md 2023-05-17 20:05:59 +01:00
remove-node-modules.sh
restore.sh add comments 2023-04-29 13:59:34 +01:00
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 observability 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 (we only support Debian / Ubuntu as of today).

 git clone https://github.com/OneUptime/oneuptime
 cd oneuptime
 git checkout release
 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

OneUptime should run at: https://localhost. You need to register a new account for your instance to start using it.

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: