getumbrel / umbrel-apps

The official app repository of the Umbrel App Store. Submit apps and updates here. Learn how → https://github.com/getumbrel/umbrel-apps#readme
https://apps.umbrel.com
530 stars 396 forks source link

Update mattermost to v10.2.0 #1809

Closed al-lac closed 6 days ago

al-lac commented 1 week ago

Tested on Raspberry Pi 5.

github-actions[bot] commented 6 days ago

🎉   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

Severity File Description
ℹī¸ mattermost/docker-compose.yml External port mapping "8443:8443/tcp":
Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).
ℹī¸ mattermost/docker-compose.yml External port mapping "8443:8443/udp":
Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).

Legend

Symbol Description
❌ Error: This must be resolved before this PR can be merged.
⚠ī¸ Warning: This is highly encouraged to be resolved, but is not strictly mandatory.
ℹī¸ Info: This is just for your information.
nmfretz commented 6 days ago

Wonderful, thanks for this update @al-lac, it is working great! Sorry for the delay in reviewing while we had our heads down on the recent beta launch.

FYI, I added an extra newline in the release notes so they render like this:

image