Skip to content

App Submission: GitLab #120

App Submission: GitLab

App Submission: GitLab #120

Triggered via pull request July 31, 2024 18:29
@hugofnmhugofnm
synchronize #1290
Status Success
Total duration 18s
Artifacts

lint-apps.yml

on: pull_request_target
Lint apps
6s
Lint apps
Fit to window
Zoom out
Zoom in

Annotations

2 notices
External port mapping "8929:8929": gitlab/docker-compose.yml#L23
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.).
External port mapping "2424:22": gitlab/docker-compose.yml#L23
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.).