This repository has been archived by the owner on Nov 23, 2022. It is now read-only.
Releases: exoframejs/exoframe-server
Releases · exoframejs/exoframe-server
Docker-compose labels fix
Letsencrypt Traefik config fix
- Correctly include non-secure endpoint into traefik config when using letsencrypt
Minor server update fixes
- Keep the restart policy after container update
Install script, traefik config & data pruning
- Add autoprune config to execute prune after deployments if enabled
- Add basic system prune endpoint
- Add server install script (thanks to FDiskas)
- Added possibility to customize traefik config (thanks to anbraten)
Custom Traefik middlewares support
- Allow using custom traefik middlewares from exoframe config
- Add version label to docker images
- Update node.js to v12.15
- Update dependencies
- Use npm instead of yarn for repo
Traefik v2.0 support hotfix-2
Fixes:
- Fix http to https redirect logic (harder than it seems :| )
Traefik v2.0 support hotfix
Fixes:
- Correctly redirect http to https when using letsencrypt
Traefik v2.0 support release
For migration guide see Exoframe CLI changelog
Traefik pinning release
- Pin traefik to v1.7.x (in preparations for v2.0 release)
- Execute 'npm build' in default node template if present
Deployment updates fix
- Correctly cleanup old containers on deployment update (exoframejs/exoframe#253)