App Submission: LinkStack - Self-hosted open-source Linktree alternative [newly created #1537] #535
Triggered via pull request
September 25, 2024 10:24
dennysubke
synchronize
#1524
Status
Failure
Total duration
14s
Artifacts
–
Annotations
5 errors, 4 warnings, and 4 notices
Invalid image name "excalidraw/excalidraw@sha256:fae667864717a415e7474b5f757ffb50e63a81cfc1a2fbcf905ecbd137d0dbba":
excalidraw/docker-compose.yml#L10
Images should be named like "<name>:<version-tag>@<sha256>"
|
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.
|
submission:
excalidraw/umbrel-app.yml#L18
Expected string, received null
|
Invalid submission field "null":
excalidraw/umbrel-app.yml#L18
The submission field must be set to the URL of this pull request: https://github.com/getumbrel/umbrel-apps/pull/1524
|
Lint apps
❌ Linting failed with 4 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.
|