App Submission: Super Productivity #1046
Triggered via pull request
November 17, 2024 14:32
dennysubke
opened
#1812
Status
Failure
Total duration
14s
Artifacts
–
Annotations
5 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.
|
category:
super-productivity/umbrel-app.yml#L5
Invalid enum value. Expected 'files' | 'bitcoin' | 'media' | 'networking' | 'social' | 'automation' | 'finance' | 'ai' | 'developer', received 'files & productivity'
|
dependencies:
super-productivity/umbrel-app.yml#L50
Expected array, received string
|
Invalid submission field "https://github.com/getumbrel/umbrel-apps/pull/1811":
super-productivity/umbrel-app.yml#L41
The submission field must be set to the URL of this pull request: https://github.com/getumbrel/umbrel-apps/pull/1812
|
Lint apps
❌ Linting failed with 4 errors 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.
|