Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brotandgames committed Jul 30, 2019
1 parent 1a71532 commit d9ae7cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ciao is configured via ENVIRONMENT variables.

- `SECRET_KEY_BASE` will be auto-generated if you omit it
- Check [SMTP Configuration](smtp_configuration.md) for all possible configuration variables, notes and example configurations for Gmail, Sendgrid etc.
- Check [Webhook Configuration](webhook_configuration.md) for instructions how to send (webhook) notifications to RocketChat, Slack etc.
- Check [Webhook Configuration](webhook_configuration.md) for instructions how to send (webhook) notifications to RocketChat, Slack etc. (since version 1.4.0)
- By mounting a Docker volume you can avoid loosing data on restart or upgrade
- Time zone is configurable per `TIME_ZONE` variable (default: UTC) eg. `TIME_ZONE="Vienna"` - you can find all possible values by executing `docker run --rm brotandgames/ciao rake time:zones` (since version 1.2.0)
- You can enable HTTP Basic auth for ciao by defining `BASIC_AUTH_USERNAME` and `BASIC_AUTH_PASSWORD` eg. `BASIC_AUTH_USERNAME="ciao-admin"` `BASIC_AUTH_PASSWORD="********"` (since version 1.3.0)
Expand Down
2 changes: 1 addition & 1 deletion public/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.4.0
2 changes: 1 addition & 1 deletion webhook_configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Webhook Configuration

*Note: this feature is not released yet - see #1 for updates.*
> New as of 1.4.0
You can configure as many webhooks as you like. Each webhook consists of 2 ENV variables:

Expand Down

0 comments on commit d9ae7cd

Please sign in to comment.