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
|
||||
delete: bool
|
||||
credentials:
|
||||
username: str
|
||||
password: str
|
||||
username: str?
|
||||
password: str?
|
||||
tls:
|
||||
ssl: bool
|
||||
certfile: str
|
||||
|
Loading…
Reference in New Issue
Block a user