Installation
See the readme for instructions on running in Docker.
BREAKING CHANGE:
The mount location changed for the latest release of postgres. This has been reflected in ControlR's docker-compose file.
Postgres 18 was just recently released, and is now the pinned version in ControlR. You will need to migrate your database to use version 18, or you can continue using version 17 by replacing latest with 17 for the postgres image tag in your ControlR compose file.
Please see these notes on the Postgres image readme.
Changes:
- Added end-to-end streaming for file transfers to minimize buffering on the server.
- Added new file upload UI.
- Added an "up one level" button to the file manager.
- Added support for concurrent uploads and downloads.
- Added
Content-Lengthheader for downloads so browser will show total size and progress %. - Added
--device-idas an optional parameter for theinstallcommand. - Fixed encoding of
Content-Dispositionheader for file downloads from the file manager. - Pinned the Postgres image at v18.
Commits:
- 2ecb149 Add important notes to Deploy page.
- a5b9b30 Update README to reflect demo server URL
- dbc8e23 Add to global usings.
- 8aec516 Use ContentDispositionHeaderValue.SetHttpFileName for setting the header for file downloads.
- 311a205 Merged PR 31: Improve file manager experience.
- 7eb3ec6 Refactor file transfer and display management logic
- 82778bb Refactor variable names for clarity and improve error messaging
- db1795f Refactor display-related classes and improve code readability
- 704bccc Update excluded drive prefixes to remove trailing slashes
- a141f2d Change test configuration from Release_Windows to Release
This list of changes was auto generated.