App Submission: Super Productivity #1047
Triggered via pull request
November 17, 2024 14:35
dennysubke
synchronize
#1812
Status
Failure
Total duration
20s
Artifacts
–
Annotations
2 errors, 1 warning, and 4 notices
Invalid image architectures for image "johannesjo/super-productivity:v10.1.1@sha256:85abc19361a41122865981613d640ebb57ed8692f8e15e43882820f2bd1ec925":
super-productivity/docker-compose.yml#L10
The image "johannesjo/super-productivity:v10.1.1@sha256:85abc19361a41122865981613d640ebb57ed8692f8e15e43882820f2bd1ec925" does not support the architectures "arm64" and "amd64". Please make sure that the image supports both architectures.
|
Lint apps
❌ Linting failed with 1 error and 1 warning ❌
|
"icon" and "gallery" needs to be empty for new app submissions:
super-productivity/umbrel-app.yml#L44
The "icon" and "gallery" fields must be empty for new app submissions as it is being created by the Umbrel team.
|
Mounted file/directory "/super-productivity/webdav/webdav.yaml" doesn't exist:
super-productivity/docker-compose.yml#L21
The volume "${APP_DATA_DIR}/webdav/webdav.yaml:/config.yml:ro" tries to mount the file/directory "/super-productivity/webdav/webdav.yaml", but it is not present. This can lead to permission errors!
|
External port mapping "8021:80":
super-productivity/docker-compose.yml#L19
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 "web":
super-productivity/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.
|
Potentially using unsafe user in service "webdav":
super-productivity/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.
|