mirror of
https://github.com/ViViDboarder/hassio-addon-rclone.git
synced 2024-10-31 18:36:35 +00:00
Make username and password optional in config too
This commit is contained in:
parent
061d88d8af
commit
eff14aa6cc
@ -45,8 +45,8 @@ schema:
|
|||||||
cron: str
|
cron: str
|
||||||
delete: bool
|
delete: bool
|
||||||
credentials:
|
credentials:
|
||||||
username: str
|
username: str?
|
||||||
password: str
|
password: str?
|
||||||
tls:
|
tls:
|
||||||
ssl: bool
|
ssl: bool
|
||||||
certfile: str
|
certfile: str
|
||||||
|
Loading…
Reference in New Issue
Block a user