Add basic auth to cwd sharing, bump version

This commit is contained in:
Marcel Pociot
2022-07-04 13:29:21 +02:00
parent 2d3b10b63d
commit 9f03b8e5ac
3 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ namespace App\Commands;
class ShareCurrentWorkingDirectoryCommand extends ShareCommand class ShareCurrentWorkingDirectoryCommand extends ShareCommand
{ {
protected $signature = 'share-cwd {host?} {--subdomain=} {--auth=} {--dns=} {--domain=}'; protected $signature = 'share-cwd {host?} {--subdomain=} {--auth=} {--basicAuth=} {--dns=} {--domain=}';
public function handle() public function handle()
{ {

Binary file not shown.

View File

@@ -26,7 +26,7 @@ return [
| |
*/ */
'version' => '2.2.0', 'version' => '2.2.1',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------