- add ability to secure re:Director using basic authentication
- the feature is not 100% mature, so it is advised to not use it for public faced instances
- for now disabled by default
- can enabled by environment variable:
RE_DIRECTOR_AUTH_ENABLED: true
- you …
Officially Awesome (Selfhosted)
re:Director is now officially awesome!
It has recently been listed on Awesome Selfhosted.
Being included in Awesome Selfhosted is a great milestone for the project. It helps more people discover re:Director, provides a level of community recognition, and …
Version 0.0.10 released
This release improves a few usability issues.
- added a new confirmation modal when deleting redirects
- added pagination to the redirects list view
- redirects list view can now be sorted by source (default), target and HTTP code
Check out the release on …
Version 0.0.9 released
The following changes were introduced with the new release:
- added query parameter forwarding
- added possibility to test redirects in the UI
Check out the release on GitHub.
Get it on Docker Hub.
Version 0.0.8 released
The following changes were introduced with the new release:
- added path forwarding
- fixed adding a path to the request URL causes 404 error
- fixed faulty cache eviction
- improved testing
- updated external dependencies
- improved database write performance
Check …
Version 0.0.7 released
The following changes were introduced with the new release:
- fixed back button behaviour
- added manual option to change theme
- added manual option to clear caches
Check out the release on GitHub.
Get it on Docker Hub.
Version 0.0.6 released
The following changes were introduced with the new release:
- some minor bug fixes
- URL is now updated when opening a modal
- forms are now validated in the backend
- no more error pages when a unique source error appears!
- new filter for status codes
- filters …
Version 0.0.5 released
The following changes were introduced with the new release:
- add default error page and custom page for 404 and 403
- enable caching for smaller latency
- also log to file
- add lots of documentation
- enhance developer experience by adding spring dev tools, …