Skip to content

Releases: makeplane/iframely

v2.5.1

27 May 12:35
v2.5.1
a991333

Choose a tag to compare

What's new

Redis cache configuration via environment variables

Iframely can now be configured to use Redis as the cache engine entirely through environment variables — no need to mount a config.local.js file in container deployments.

Variable Values Description
IFRAMELY_CACHE_ENGINE redis | node-cache | memcached | no-cache Cache engine selection
IFRAMELY_CACHE_TTL integer (seconds) Cache TTL
IFRAMELY_REDIS_HOST hostname / IP Redis host
IFRAMELY_REDIS_PORT integer Redis port
IFRAMELY_REDIS_PASSWORD string Redis auth password
IFRAMELY_REDIS_TLS true | false Enable TLS socket
IFRAMELY_REDIS_MODE standard | cluster Redis topology

The docker-compose.yml now includes a bundled Redis service for local testing.

Full changelog

  • Add environment variable support for cache engine configuration (#2)

Previous release

  • v2.5.0 — Airgapped deployment fix (disabled external whitelist URL, fixed local domains filename)

v2.5.0

27 May 09:57
v2.5.0
4d294b6

Choose a tag to compare

Changes

  • Disabled external whitelist URL (WHITELIST_URL) to prevent outbound calls to iframely.com — fixes pod crashes in airgapped deployments
  • Bundled local whitelist (whitelist/iframely-domains.json) — application works fully offline with no external dependencies
  • Renamed whitelist file to match required iframely-*.json pattern so it is correctly loaded on startup

Base

Forked from itteco/iframely v2.5.0

v1.2.0

20 Aug 05:40
be748db

Choose a tag to compare

Full Changelog: v1.1.1...v1.2.0

v1.1.1

24 Apr 11:42
8d0bd26

Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

v1.1.0

24 Apr 07:56
ee10fc9

Choose a tag to compare

Full Changelog: v1.0.1...v1.1.0

v1.0.1

24 Apr 07:53
ae914d8

Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

04 Apr 12:34

Choose a tag to compare