Open
Conversation
Collaborator
Author
🎉 Linting finished with no errors or warnings 🎉Thank you for your submission! This is an automated linter that checks for common issues in pull requests to the Umbrel App Store. Please review the linting results below and make any necessary changes to your submission. Linting Results
Legend
|
Collaborator
Author
|
Seems it is not possible to host webpages anymore via mosquitto, need to implement something else. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

🤖 This is an automated pull request to update mosquitto to version 2.1.2. This PR must be reviewed and tested before merging.
Auto-generated update considerations:
max_packet_sizenow defaults to 2,000,000 bytes instead of the previous 256MB MQTT limit; if your application sends large payloads, you must explicitly set this option to a higher value in your configacl_fileandpassword_fileoptions are deprecated in favor of new plugins (acl-fileandpassword-file); these options will be removed in version 3.0, so migration to the plugin-based approach is recommendedper_listener_settingsoption is deprecated and will be removed in version 3.0; listener-specific options should be used insteadpersistence trueand a persistence plugin simultaneously is now forbidden and will cause an errorPUID/PGIDenvironment variable support added for setting user/group privilege dropping in Docker; a fix for PUID/PGID checking in Docker was also included in 2.1.1MOSQUITTO_UNSAFE_ALLOW_SYMLINKSenvironment variable added to optionally lift symlink restrictions (e.g., in Kubernetes environments)cJSONis now a required dependency for buildsacl_fileandpassword_filewill now cause the broker to quit on invalid input during a config reload, rather than continuing with a warningallow_duplicate_messagesoption now defaults totrue, which may change message delivery behavior compared to previous defaultspersist-sqliteplugin introduced as an alternative persistence mechanism; existing persistence setups should verify compatibility before upgradingOriginal GitHub release notes