Sentry 8.5.0 (#175)

* added sentry 8.4.1

* upgrade to version 8.5.0
This commit is contained in:
Tristan Holl
2016-06-23 01:01:56 +02:00
committed by Bill Maxwell
parent 4e613657fc
commit 24d80f79b7
5 changed files with 180 additions and 0 deletions
+65
View File
@@ -0,0 +1,65 @@
.catalog:
name: Sentry
version: 8.5.0
description: Sentry is a realtime event logging and aggregation platform
questions:
- variable: "sentry_secret_key"
type: "password"
required: true
label: "SENTRY_SECRET_KEY"
description: "A secret key used for cryptographic functions within Sentry. see https://hub.docker.com/_/sentry/ for more info"
- variable: "sentry_public_port"
type: "int"
required: false
label: "Sentry public port"
description: "Port that Sentry will listen on. Alternatively you could point a load balancer to the port 9000 of this container"
- variable: "sentry_inital_user_email"
type: "string"
required: true
label: "SENTRY_INITAL_USER_EMAIL"
description: "The initial superuser email"
- variable: "sentry_inital_user_password"
type: "password"
required: true
label: "SENTRY_INITAL_USER_PASSWORD"
description: "The initial superuser password. Please use a simple intial password and change it afterwards in the Sentry interface"
- variable: "sentry_server_email"
type: "string"
required: false
label: "SENTRY_SERVER_EMAIL"
description: "The smtp server address. see https://hub.docker.com/_/sentry/ for more info"
- variable: "sentry_email_host"
type: "string"
required: false
label: "SENTRY_EMAIL_HOST"
description: "The smtp server address. see https://hub.docker.com/_/sentry/ for more info"
- variable: "sentry_email_user"
type: "string"
required: false
label: "SENTRY_EMAIL_USER"
description: "The username for the email account. see https://hub.docker.com/_/sentry/ for more info"
- variable: "sentry_email_password"
type: "password"
required: false
label: "SENTRY_EMAIL_PASSWORD"
description: "The password for the email account. see https://hub.docker.com/_/sentry/ for more info"
- variable: "sentry_email_password"
type: "string"
required: false
label: "SENTRY_EMAIL_PASSWORD"
description: "The password for the email account. see https://hub.docker.com/_/sentry/ for more info"
- variable: "sentry_email_port"
type: "int"
required: false
label: "SENTRY_EMAIL_PORT"
description: "Port of the smtp server. see https://hub.docker.com/_/sentry/ for more info"