Go to file
Simon Larsen 5ae846ecbc
fix lint
2023-03-08 21:54:52 +00:00
.github add node version to job 2023-02-20 14:47:19 +00:00
.husky
.vscode make new workflow service. 2023-02-01 13:08:45 +00:00
Accounts fix lint 2023-03-08 21:54:52 +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
ApiDocs remove api docs js files 2023-03-06 21:31:07 +00:00
Backups
Certs add domain. 2023-03-02 15:46:28 +00:00
Ci
Common fix lint 2023-03-08 21:54:52 +00:00
CommonProject add coker ignore files 2023-02-03 13:42:48 +00:00
CommonServer fix lint 2023-03-07 21:51:36 +00:00
CommonUI fix lint 2023-03-08 21:54:52 +00:00
CommonUIProject add coker ignore files 2023-02-03 13:42:48 +00:00
Dashboard fix lint 2023-03-08 21:54:52 +00:00
DashboardAPI add sso exception 2023-03-06 12:01:08 +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 fix lint. 2023-02-24 21:42:00 +00:00
Identity fix service name typo 2023-03-07 22:08:36 +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 fix lint 2023-03-07 21:51:36 +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 refactor api error messages 2023-03-06 19:52:18 +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 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 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 fix status messaging 2023-03-08 11:20:40 +00:00
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 Merge pull request #348 from Sentreezy/patch-1 2023-02-06 14:24:02 +00: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
 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: