Skip to content

App Submission: Excalidraw - a virtual collaborative whiteboard tool #540

App Submission: Excalidraw - a virtual collaborative whiteboard tool

App Submission: Excalidraw - a virtual collaborative whiteboard tool #540

Triggered via pull request September 25, 2024 12:04
@dennysubkedennysubke
synchronize #1538
Status Failure
Total duration 16s
Artifacts

lint-apps.yml

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

Annotations

4 errors, 4 warnings, and 4 notices
Invalid image architectures for image "excalidraw/excalidraw@sha256:fae667864717a415e7474b5f757ffb50e63a81cfc1a2fbcf905ecbd137d0dbba": excalidraw/docker-compose.yml#L10
The image "excalidraw/excalidraw@sha256:fae667864717a415e7474b5f757ffb50e63a81cfc1a2fbcf905ecbd137d0dbba" does not support the architectures "arm64" and "amd64". Please make sure that the image supports both architectures.
Lint apps
❌   Linting failed with 3 errors and 4 warnings   ❌
Invalid APP_HOST environment variable: excalidraw/docker-compose.yml#L5
The APP_HOST environment variable must be set to the hostname of the app_proxy container (e.g. "<app-id>_<web-container-name>_1").
"icon" and "gallery" needs to be empty for new app submissions: excalidraw/umbrel-app.yml#L5
The "icon" and "gallery" fields must be empty for new app submissions as it is being created by the Umbrel team.
Invalid image tag "latest": linkstack/docker-compose.yml#L7
Images should not use the "latest" tag
"icon" and "gallery" needs to be empty for new app submissions: linkstack/umbrel-app.yml#L5
The "icon" and "gallery" fields must be empty for new app submissions as it is being created by the Umbrel team.
Mounted file/directory "/excalidraw/data" doesn't exist: excalidraw/docker-compose.yml#L13
The volume "${APP_DATA_DIR}/data:/data/excalidraw" tries to mount the file/directory "/excalidraw/data", but it is not present. This can lead to permission errors!
Potentially using unsafe user in service "excalidraw": excalidraw/docker-compose.yml#L1
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.
External port mapping "8190:80": linkstack/docker-compose.yml#L18
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.).
Potentially using unsafe user in service "linkstack": linkstack/docker-compose.yml#L1
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.