Quru Image Server v4.1.4 Release Notes
Release Date: 2019-10-03 // over 5 years ago-
๐ This release makes a few changes for QIS to integrate more easily with an existing web site.
- ๐ Allow cross-origin file uploads by default (still requires a valid API auth token)
- 0๏ธโฃ Only serve TLS 1.2+ by default
- ๐ Record the
x-forwarded-for
header in the Apache access logs - โ Add a new web session background login API - turns an API auth token into a QIS session cookie - for displaying images on a web site that require the user to be logged into QIS
- โ Add a
.well-known
directory and URL - for Let's Encrypt verification and other uses
๐ Bug fixes:
- ๐ Docker deployments - add missing documentation in
running.md
for setting the ownership of host directories when using Docker on Linux (issue #28)
Previous changes from v4.1.3
-
๐ QIS Standard Edition can now be run from an AMI at Amazon Web Services (AWS). This release adds a new document for how to run QIS at AWS or on Docker, along with a few related bug fixes.