Added support for authentication in --share mode (via auth.json)

This commit is contained in:
MoonRide303
2023-10-24 18:29:37 +02:00
parent 2f58ac2334
commit fbbaf86232
6 changed files with 55 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
[
{
"user": "sitting-duck-1",
"pass": "very-bad-publicly-known-password-change-it"
}
]