Basic Sentry setup

Not running the install script automatically at this point yet.
This commit is contained in:
Râu Cao
2023-03-24 20:41:27 +07:00
parent 0fbba8baa8
commit 798ee3d1d8
11 changed files with 355 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
node.default["sentry"]["repo"] = "https://github.com/getsentry/self-hosted"
node.default["sentry"]["revision"] = "master"
node.default["sentry"]["port"] = 80
node.default["sentry"]["retention_days"] = 90
node.default["sentry"]["allowed_ips"] = nil
# The Sentry setup requires docker-compose >= 1.28, which is newer than the
# latest stable version for Ubuntu 20.04
node.default["sentry"]["docker-compose"]["version"] = "2.17.0"
node.default["sentry"]["docker-compose"]["checksum"] = "65edee934d988471c40ef31305731dbb4381d3cb0aeea13342119b61772f85e2"