Releases: makeplane/iframely
Releases · makeplane/iframely
v2.5.1
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
Changes
- Disabled external whitelist URL (
WHITELIST_URL) to prevent outbound calls toiframely.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-*.jsonpattern so it is correctly loaded on startup
Base
Forked from itteco/iframely v2.5.0
v1.2.0
Full Changelog: v1.1.1...v1.2.0
v1.1.1
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Full Changelog: v1.0.1...v1.1.0
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Full Changelog: https://github.com/makeplane/iframely/commits/v1.0.0