Closed al-lac closed 6 days ago
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.
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.). |
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. |
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:
Tested on Raspberry Pi 5.