mirror of
https://github.com/nextcloud/app_api.git
synced 2025-07-23 04:49:13 +00:00
Remove https prevention for manual-install
Signed-off-by: Berengar W. Lehr <Berengar.Lehr@uni-jena.de>
This commit is contained in:
@ -72,10 +72,6 @@ class RegisterDaemon extends Command {
|
||||
$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;
|
||||
|
Reference in New Issue
Block a user