github Zibbp/ganymede v1.0.2
v1.0.2 - Cookie Domain & DB SSL

latest releases: v3.0.2, v3.0.1, v3.0.0...
2 years ago

What's Changed

Frontend

  • Set CSS theme content-type to text/css. This fixes the theme issue when running Ganymede behind a reverse proxy.
  • Increase timeout when seeking to playback progress

API

  • Added an ENV var COOKIE_DOMAIN. This is useful when deploying Ganymede behind a reverse proxy with subdomains for each service. Set COOKIE_DOMAIN to the base subdomain such as ganymede.domain.net
  • Add options for DB SSL. Valid options for DB_SSL now include:

disable - No SSL
require - Always SSL (skip verification)
verify-ca - Always SSL (verify that the certificate presented by the server was signed by a trusted CA)
verify-full - Always SSL (verify that the certification presented by the server was signed by a trusted CA and the server host name matches the - one in the certificate)

  • If DB_SSL is not set to disable then the ENV var DB_SSL_ROOT_CERT needs to be set with a path to a DB SSL root certificate. Placing the certificate in the mounted data folder allows you to use the path of /data/cert_name.crt.

PRs

Full Changelog: v1.0.1...v1.0.2

Don't miss a new ganymede release

NewReleases is sending notifications on new releases.