Basic Sentry setup
Not running the install script automatically at this point yet.
This commit is contained in:
9
site-cookbooks/kosmos_sentry/attributes/default.rb
Normal file
9
site-cookbooks/kosmos_sentry/attributes/default.rb
Normal 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"
|
||||
Reference in New Issue
Block a user