Skip to content

App Submission: Formicaio #1665

App Submission: Formicaio

App Submission: Formicaio #1665

Triggered via pull request February 14, 2025 15:31
@bochacobochaco
synchronize #1565
Status Success
Total duration 14s
Artifacts

lint-apps.yml

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

Annotations

2 warnings and 4 notices
Invalid image tag "latest": formicaio/docker-compose.yml#L8
Images should not use the "latest" tag
Invalid APP_HOST environment variable: formicaio/docker-compose.yml#L3
The APP_HOST environment variable must be set to the hostname of the app_proxy container (e.g. "<app-id>_<web-container-name>_1").
Mounted file/directory "/formicaio/data/formicaio" doesn't exist: formicaio/docker-compose.yml#L25
The volume "${APP_DATA_DIR}/data/formicaio:/data" tries to mount the file/directory "/formicaio/data/formicaio", but it is not present. This can lead to permission errors!
Potentially using unsafe user in service "formicaio_proxy": formicaio/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 "formicaio": formicaio/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.
Service "formicaio" uses host network mode: formicaio/docker-compose.yml#L19
The host network mode can lead to security vulnerabilities. If possible please use the default bridge network mode and expose the necessary ports.