Skip to content

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

App Submission: Excalidraw - a virtual collaborative whiteboard tool

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

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

lint-apps.yml

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

Annotations

4 errors, 2 warnings, and 2 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 2 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.
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.