update and cleanup repo

This commit is contained in:
2026-05-26 15:32:01 -07:00
parent 5041d9fbb9
commit 0db899d0c3
72 changed files with 788 additions and 1884 deletions
+2 -2
View File
@@ -390,7 +390,7 @@ class SCP(Provider):
table.set_table("scp")
try:
table.set_table_metadata({
"provider": "scp",
"plugin": "scp",
"instance": instance_name or None,
"host": settings.get("host"),
"path": target_path,
@@ -958,7 +958,7 @@ class SCP(Provider):
parent = posixpath.dirname(scp_path.rstrip("/")) or "/"
instance_name = str(settings.get("instance") or "").strip()
metadata = {
"provider": "scp",
"plugin": "scp",
"instance": instance_name or None,
"host": settings.get("host"),
"scp_path": scp_path,