To update, simply within docker-compose.yml set the image to "ghcr.io/thilojaeggi/wingetty:stable" and run docker compose pull
and then docker compose up -d
What's new
- Support for external urls for installers #23
- Add preliminary support for S3 (WINGETTY_USE_S3, WINGETTY_BUCKET_NAME) which will overtake the file upload if enabled
- Move to gevent worker to hopefully eliminate worker timeouts #20
- Overhaul permissions creation to eliminate the error mentioned here #10 once and for all
- Registration is disabled by default but will be temporarily enabled for the first user if no user exists yet.
- Move add_version to axios as well, wasn't before by accident.
What's improved
- Fixed an issue where package creation would fail in case of a space in the publisher field #25
- Fixed an issue where the copy download url button was wrongly on the whole installer card in the GUI and not just the button 1a8084a
- Added missing fields (portable9 in nested installer guide and validator, installer type #22 1442278
- Other small bug fixes / code improvements removals of code redundancy.