All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Install stable version of Intercity
- Fix typo in letsencrypt email template
- Update Letsencrypt acme client to latest version
- Add support for running Intercity behind HTTPS (jvanbaarsen)
- Add support for Letsencrypt based HTTPS (jvanbaarsen)
- Removed the FROM_EMAIL env var, since this is now configured in the IC interface (jvanbaarsen)
- Removed the SMTP env vars, they are moved to the IC interface (jvanbaarsen)
- Symlink the Intercity Backup directory (See intercity/intercity-next#42)
- FROM_EMAIL env var, used for all the emails send out by IC.
- Added SMTP configuration options
- Log sidekiq output to $app/log/sidekiq.log
- Sidekiq config has been moved to the intercity/intercity-next repo. (see intercity/intercity-next#63)
- Bumped the Docker image version in the launcher
- Add proper licensing (jvanbaarsen)
- Remove SECRET_KEY_BASE since it has been moved to intercity-next repo (jvanbaarsen)
- Updated to ruby 2.3
- Initial release