Closed nmfretz closed 2 weeks ago
đ¤ This is an automated summary of installation tests for zabbix:
This PR must still be reviewed and tested before merging.
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 |
---|---|---|
âšī¸ | zabbix/docker-compose.yml |
External port mapping "10050:10050": 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.). |
âšī¸ | zabbix/docker-compose.yml |
Potentially using unsafe user in service "zabbix-frontend": The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000. |
âšī¸ | zabbix/docker-compose.yml |
Potentially using unsafe user in service "zabbix-server": The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000. |
âšī¸ | zabbix/docker-compose.yml |
Potentially using unsafe user in service "zabbix-agent": The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000. |
âšī¸ | zabbix/docker-compose.yml |
Potentially using unsafe user in service "zabbix-database": The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000. |
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. |
The screenshot from the auto-tester with a Database error was just due to the database not being up yet when the screenshot was taken
đ¤ This is an automated pull request to update zabbix to version 7.0.5. This PR must be reviewed and tested before merging.