Block a user
feat(roles/lego): Add support for LEGO_HTTP_PORT_FALLBACK
Where is $LEGO_HTTP_FALLBACK_PORT coming from? possibly missing documentation...
feat(roles/lego): Add support for LEGO_HTTP_PORT_FALLBACK
specify -w
to avoid waiting for up to 30s. Also consider lego binds to 0.0.0.0
, and a webserver might be bound only to an external IP (which would be not detected properly)
feat(roles/lego): Add support for LEGO_HTTP_PORT_FALLBACK
Move L5 directly to before its corresponding if-statement
feat(roles/lego): Add support for LEGO_HTTP_PORT_FALLBACK
Commit message scope should not include roles/
, should be feat(lego): [...]
.