MKP 2.4.0, added password store for app password, some changes for compatibility with NC 28

This commit is contained in:
mellis
2024-01-12 12:23:21 +01:00
parent 1fbeae93a1
commit 714990bffb
7 changed files with 137 additions and 89 deletions

View File

@@ -3,7 +3,7 @@ def agent_nextcloud_arguments(params, hostname, ipaddress):
"--hostname", params["hostname"],
"--username", params["username"],
"--password", params["password"],
"--token", params["token"],
"--token", passwordstore_get_cmdline("%s", params["token"]),
"--port", params["port"],
"--folder", params["folder"],
"--no-https", params["no_https"],