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
- Users can now be created on the "Users" page
- Roles can now be created with permissions and then be assigned to Users
- Add new permissions
- Add log level environment variable LOG_LEVEL
What's improved
- Switched to built in logger, bye bye debugPrint
- Fixed an issue where external_url would not be used when scope is "both" #23
- Improved error handling
- Winget search endpoint has been rewritten to be more accurate