Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove https prevention for manual-install
Signed-off-by: Berengar W. Lehr <[email protected]>
  • Loading branch information
BerengarWLehr committed Jun 5, 2025
commit f25ac37f35a6ca971f7e1297873b25165404b818
4 changes: 0 additions & 4 deletions lib/Command/Daemon/RegisterDaemon.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$output->writeln('Value error: The protocol must be `http` or `https`.');
return 1;
}
if ($acceptsDeployId === 'manual-install' && $protocol !== 'http') {
$output->writeln('Value error: Manual-install daemon supports only `http` protocol.');
return 1;
}
if ($isHarp && !$input->getOption('harp_shared_key')) {
$output->writeln('Value error: HaRP enabled daemon requires `harp_shared_key` option.');
return 1;
Expand Down