App Submission: Habitica #2940
Triggered via pull request
May 27, 2025 14:09
dennysubke
synchronize
#2849
Status
Success
Total duration
17s
Artifacts
–
Annotations
1 warning and 2 notices
"icon" and "gallery" needs to be empty for new app submissions:
habitica/umbrel-app.yml#L22
The "icon" and "gallery" fields must be empty for new app submissions as it is being created by the Umbrel team.
|
Potentially using unsafe user in service "mongo":
habitica/docker-compose.yml#L0
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 "server":
habitica/docker-compose.yml#L0
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.
|