v25.09.3-stable: RTL v0.15.6 + umbrel-lnbits-cln App + CLNREST Environment Standardization #6525
Annotations
4 errors, 2 warnings, and 10 notices
|
Lint apps
❌ Linting failed with 3 errors and 2 warnings ❌
|
|
docker-compose.yml is not a valid YAML file:
wordpress/docker-compose.yml#L0
YAMLParseError: Map keys must be unique at line 12, column 5:
container_name: wordpress_app_1
image: wordpress:6.9.1@sha256:1b5fee9f90d12c7fcba8b0bcb0f9d94166daa1086b755…
^
|
|
docker-compose.yml is not a valid YAML file:
nginx-proxy-manager/docker-compose.yml#L0
YAMLParseError: Map keys must be unique at line 12, column 5:
container_name: nginx-proxy-manager_web_1
image: jc21/nginx-proxy-manager:2.14.0@sha256:2aa69b382a384b676c0d4f1d6f2ea…
^
|
|
releaseNotes:
core-lightning/umbrel-app.yml#L34
Too big: expected string to have <=5000 characters
|
|
Invalid APP_HOST environment variable:
umbrel-lnbits-cln/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").
|
|
Invalid restart policy:
electrs/docker-compose.yml#L30
The restart policy of the container "electrs" should be set to "on-failure".
|
|
Mounted file/directory "/datum/data/logs" doesn't exist:
datum/docker-compose.yml#L15
The volume "${APP_DATA_DIR}/data/logs:/app/logs" tries to mount the file/directory "/datum/data/logs", but it is not present. This can lead to permission errors!
|
|
Mounted file/directory "/datum/data/settings/" doesn't exist:
datum/docker-compose.yml#L15
The volume "${APP_DATA_DIR}/data/settings/:/app/conf/" tries to mount the file/directory "/datum/data/settings/", but it is not present. This can lead to permission errors!
|
|
Potentially using unsafe user in service "lightningd":
core-lightning/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 "app":
core-lightning/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.
|
|
External port mapping "${APP_CORE_LIGHTNING_DAEMON_GRPC_PORT}:${APP_CORE_LIGHTNING_DAEMON_GRPC_PORT}":
core-lightning/docker-compose.yml#L55
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.).
|
|
External port mapping "${CORE_LIGHTNING_REST_PORT}:${CORE_LIGHTNING_REST_PORT}":
core-lightning/docker-compose.yml#L55
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.).
|
|
External port mapping "${APP_CORE_LIGHTNING_WEBSOCKET_PORT}:${APP_CORE_LIGHTNING_WEBSOCKET_PORT}":
core-lightning/docker-compose.yml#L55
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.).
|
|
External port mapping "${APP_CORE_LIGHTNING_DAEMON_PORT}:9735":
core-lightning/docker-compose.yml#L55
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.).
|
|
Mounted file/directory "/core-lightning/torrc" doesn't exist:
core-lightning/docker-compose.yml#L88
The volume "${APP_DATA_DIR}/torrc:/etc/tor/torrc:ro" tries to mount the file/directory "/core-lightning/torrc", but it is not present. This can lead to permission errors!
|
|
Mounted file/directory "/core-lightning/data/app" doesn't exist:
core-lightning/docker-compose.yml#L13
The volume "${APP_DATA_DIR}/data/app:${APP_CONFIG_DIR}" tries to mount the file/directory "/core-lightning/data/app", but it is not present. This can lead to permission errors!
|