Skip to content

tunnelsats: add TunnelSats v3.4.0 #7012

tunnelsats: add TunnelSats v3.4.0

tunnelsats: add TunnelSats v3.4.0 #7012

Triggered via pull request March 31, 2026 20:59
@TrezorHannesTrezorHannes
synchronize #4919
Status Success
Total duration 23s
Artifacts

lint-apps.yml

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

Annotations

1 warning and 4 notices
Docker socket is mounted in "tunnelsats": tunnelsats/docker-compose.yml#L19
The volume "/var/run/docker.sock:/var/run/docker.sock:ro" mounts the Docker socket, which can be a security risk. Consider using docker-in-docker instead (see portainer as an example).
Service "tunnelsats" uses host network mode: tunnelsats/docker-compose.yml#L13
The host network mode can lead to security vulnerabilities. If possible please use the default bridge network mode and expose the necessary ports.
Potentially using unsafe user in service "tunnelsats": tunnelsats/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.
Mounted file/directory "/tunnelsats/../core-lightning/data/lightningd" doesn't exist: tunnelsats/docker-compose.yml#L19
The volume "${APP_DATA_DIR}/../core-lightning/data/lightningd:/lightning-data/cln" tries to mount the file/directory "/tunnelsats/../core-lightning/data/lightningd", but it is not present. This can lead to permission errors!
Mounted file/directory "/tunnelsats/../lightning/data/lnd" doesn't exist: tunnelsats/docker-compose.yml#L19
The volume "${APP_DATA_DIR}/../lightning/data/lnd:/lightning-data/lnd" tries to mount the file/directory "/tunnelsats/../lightning/data/lnd", but it is not present. This can lead to permission errors!