iobroker.script-restore 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -75,6 +75,12 @@ The archive is parsed entirely in the browser — no files are written to disk d
75
75
  Placeholder for the next version (at the beginning of the line):
76
76
  ### **WORK IN PROGRESS**
77
77
  -->
78
+ ### 0.0.9 (2026-04-08)
79
+ * (ipod86) fix jsonConfig: add responsive size attributes (E5507)
80
+ * (ipod86) add i18n translation files (W5022)
81
+ * (ipod86) remove outdated index_m.html and style.css (W5047)
82
+ * (ipod86) remove invalid copyToField attribute (W5512)
83
+
78
84
  ### 0.0.8 (2026-04-08)
79
85
  * (ipod86) migrate settings UI to jsonConfig (admin 5+) — fixes S5022
80
86
  * (ipod86) fix: use `node:fs` instead of `fs` — fixes S5043
@@ -0,0 +1,40 @@
1
+ {
2
+ "localSection": "Lokale Backups",
3
+ "localEnabled": "Lokale Backups aktivieren",
4
+ "backupPath": "Backup-Pfad",
5
+ "suggestPath": "Pfad vorschlagen",
6
+ "ftpSection": "FTP",
7
+ "ftpEnabled": "FTP aktivieren",
8
+ "ftpHost": "Host",
9
+ "ftpPort": "Port",
10
+ "ftpSecure": "FTPS (TLS) verwenden",
11
+ "ftpUser": "Benutzer",
12
+ "ftpPassword": "Passwort",
13
+ "ftpPath": "Pfad",
14
+ "testConnection": "Verbindung testen",
15
+ "smbSection": "SMB (v2)",
16
+ "smbEnabled": "SMB aktivieren",
17
+ "smbInfo": "Es wird nur SMB2 unterstützt.",
18
+ "smbHost": "Host / IP",
19
+ "smbShare": "Freigabename",
20
+ "smbPath": "Unterordner (optional)",
21
+ "smbDomain": "Domain (optional)",
22
+ "smbUser": "Benutzer",
23
+ "smbPassword": "Passwort",
24
+ "httpSection": "HTTP/HTTPS",
25
+ "httpEnabled": "HTTP/HTTPS-Quelle aktivieren",
26
+ "httpInfo": "Im Haupt-Tab eine direkte URL zu einer .tar.gz-Backup-Datei eingeben. Das Protokoll (https://) wird automatisch ergänzt, falls weggelassen.",
27
+ "sftpSection": "SFTP",
28
+ "sftpEnabled": "SFTP aktivieren",
29
+ "sftpHost": "Host / IP",
30
+ "sftpPort": "Port",
31
+ "sftpUser": "Benutzer",
32
+ "sftpPassword": "Passwort",
33
+ "sftpPath": "Pfad",
34
+ "webdavSection": "WebDAV",
35
+ "webdavEnabled": "WebDAV aktivieren",
36
+ "webdavUrl": "Server-URL",
37
+ "webdavUser": "Benutzer",
38
+ "webdavPassword": "Passwort",
39
+ "webdavPath": "Pfad"
40
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "localSection": "Local Backups",
3
+ "localEnabled": "Enable local backups",
4
+ "backupPath": "Backup path",
5
+ "suggestPath": "Suggest path",
6
+ "ftpSection": "FTP",
7
+ "ftpEnabled": "Enable FTP",
8
+ "ftpHost": "Host",
9
+ "ftpPort": "Port",
10
+ "ftpSecure": "Use FTPS (TLS)",
11
+ "ftpUser": "User",
12
+ "ftpPassword": "Password",
13
+ "ftpPath": "Path",
14
+ "testConnection": "Test connection",
15
+ "smbSection": "SMB (v2)",
16
+ "smbEnabled": "Enable SMB",
17
+ "smbInfo": "Only SMB2 is supported.",
18
+ "smbHost": "Host / IP",
19
+ "smbShare": "Share name",
20
+ "smbPath": "Sub-path (optional)",
21
+ "smbDomain": "Domain (optional)",
22
+ "smbUser": "User",
23
+ "smbPassword": "Password",
24
+ "httpSection": "HTTP/HTTPS",
25
+ "httpEnabled": "Enable HTTP/HTTPS source",
26
+ "httpInfo": "Enter a direct URL to a .tar.gz backup file in the main tab. The protocol (https://) is added automatically if omitted.",
27
+ "sftpSection": "SFTP",
28
+ "sftpEnabled": "Enable SFTP",
29
+ "sftpHost": "Host / IP",
30
+ "sftpPort": "Port",
31
+ "sftpUser": "User",
32
+ "sftpPassword": "Password",
33
+ "sftpPath": "Path",
34
+ "webdavSection": "WebDAV",
35
+ "webdavEnabled": "Enable WebDAV",
36
+ "webdavUrl": "Server URL",
37
+ "webdavUser": "User",
38
+ "webdavPassword": "Password",
39
+ "webdavPath": "Path"
40
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "localSection": "Local Backups",
3
+ "localEnabled": "Enable local backups",
4
+ "backupPath": "Backup path",
5
+ "suggestPath": "Suggest path",
6
+ "ftpSection": "FTP",
7
+ "ftpEnabled": "Enable FTP",
8
+ "ftpHost": "Host",
9
+ "ftpPort": "Port",
10
+ "ftpSecure": "Use FTPS (TLS)",
11
+ "ftpUser": "User",
12
+ "ftpPassword": "Password",
13
+ "ftpPath": "Path",
14
+ "testConnection": "Test connection",
15
+ "smbSection": "SMB (v2)",
16
+ "smbEnabled": "Enable SMB",
17
+ "smbInfo": "Only SMB2 is supported.",
18
+ "smbHost": "Host / IP",
19
+ "smbShare": "Share name",
20
+ "smbPath": "Sub-path (optional)",
21
+ "smbDomain": "Domain (optional)",
22
+ "smbUser": "User",
23
+ "smbPassword": "Password",
24
+ "httpSection": "HTTP/HTTPS",
25
+ "httpEnabled": "Enable HTTP/HTTPS source",
26
+ "httpInfo": "Enter a direct URL to a .tar.gz backup file in the main tab. The protocol (https://) is added automatically if omitted.",
27
+ "sftpSection": "SFTP",
28
+ "sftpEnabled": "Enable SFTP",
29
+ "sftpHost": "Host / IP",
30
+ "sftpPort": "Port",
31
+ "sftpUser": "User",
32
+ "sftpPassword": "Password",
33
+ "sftpPath": "Path",
34
+ "webdavSection": "WebDAV",
35
+ "webdavEnabled": "Enable WebDAV",
36
+ "webdavUrl": "Server URL",
37
+ "webdavUser": "User",
38
+ "webdavPassword": "Password",
39
+ "webdavPath": "Path"
40
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "localSection": "Local Backups",
3
+ "localEnabled": "Enable local backups",
4
+ "backupPath": "Backup path",
5
+ "suggestPath": "Suggest path",
6
+ "ftpSection": "FTP",
7
+ "ftpEnabled": "Enable FTP",
8
+ "ftpHost": "Host",
9
+ "ftpPort": "Port",
10
+ "ftpSecure": "Use FTPS (TLS)",
11
+ "ftpUser": "User",
12
+ "ftpPassword": "Password",
13
+ "ftpPath": "Path",
14
+ "testConnection": "Test connection",
15
+ "smbSection": "SMB (v2)",
16
+ "smbEnabled": "Enable SMB",
17
+ "smbInfo": "Only SMB2 is supported.",
18
+ "smbHost": "Host / IP",
19
+ "smbShare": "Share name",
20
+ "smbPath": "Sub-path (optional)",
21
+ "smbDomain": "Domain (optional)",
22
+ "smbUser": "User",
23
+ "smbPassword": "Password",
24
+ "httpSection": "HTTP/HTTPS",
25
+ "httpEnabled": "Enable HTTP/HTTPS source",
26
+ "httpInfo": "Enter a direct URL to a .tar.gz backup file in the main tab. The protocol (https://) is added automatically if omitted.",
27
+ "sftpSection": "SFTP",
28
+ "sftpEnabled": "Enable SFTP",
29
+ "sftpHost": "Host / IP",
30
+ "sftpPort": "Port",
31
+ "sftpUser": "User",
32
+ "sftpPassword": "Password",
33
+ "sftpPath": "Path",
34
+ "webdavSection": "WebDAV",
35
+ "webdavEnabled": "Enable WebDAV",
36
+ "webdavUrl": "Server URL",
37
+ "webdavUser": "User",
38
+ "webdavPassword": "Password",
39
+ "webdavPath": "Path"
40
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "localSection": "Local Backups",
3
+ "localEnabled": "Enable local backups",
4
+ "backupPath": "Backup path",
5
+ "suggestPath": "Suggest path",
6
+ "ftpSection": "FTP",
7
+ "ftpEnabled": "Enable FTP",
8
+ "ftpHost": "Host",
9
+ "ftpPort": "Port",
10
+ "ftpSecure": "Use FTPS (TLS)",
11
+ "ftpUser": "User",
12
+ "ftpPassword": "Password",
13
+ "ftpPath": "Path",
14
+ "testConnection": "Test connection",
15
+ "smbSection": "SMB (v2)",
16
+ "smbEnabled": "Enable SMB",
17
+ "smbInfo": "Only SMB2 is supported.",
18
+ "smbHost": "Host / IP",
19
+ "smbShare": "Share name",
20
+ "smbPath": "Sub-path (optional)",
21
+ "smbDomain": "Domain (optional)",
22
+ "smbUser": "User",
23
+ "smbPassword": "Password",
24
+ "httpSection": "HTTP/HTTPS",
25
+ "httpEnabled": "Enable HTTP/HTTPS source",
26
+ "httpInfo": "Enter a direct URL to a .tar.gz backup file in the main tab. The protocol (https://) is added automatically if omitted.",
27
+ "sftpSection": "SFTP",
28
+ "sftpEnabled": "Enable SFTP",
29
+ "sftpHost": "Host / IP",
30
+ "sftpPort": "Port",
31
+ "sftpUser": "User",
32
+ "sftpPassword": "Password",
33
+ "sftpPath": "Path",
34
+ "webdavSection": "WebDAV",
35
+ "webdavEnabled": "Enable WebDAV",
36
+ "webdavUrl": "Server URL",
37
+ "webdavUser": "User",
38
+ "webdavPassword": "Password",
39
+ "webdavPath": "Path"
40
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "localSection": "Local Backups",
3
+ "localEnabled": "Enable local backups",
4
+ "backupPath": "Backup path",
5
+ "suggestPath": "Suggest path",
6
+ "ftpSection": "FTP",
7
+ "ftpEnabled": "Enable FTP",
8
+ "ftpHost": "Host",
9
+ "ftpPort": "Port",
10
+ "ftpSecure": "Use FTPS (TLS)",
11
+ "ftpUser": "User",
12
+ "ftpPassword": "Password",
13
+ "ftpPath": "Path",
14
+ "testConnection": "Test connection",
15
+ "smbSection": "SMB (v2)",
16
+ "smbEnabled": "Enable SMB",
17
+ "smbInfo": "Only SMB2 is supported.",
18
+ "smbHost": "Host / IP",
19
+ "smbShare": "Share name",
20
+ "smbPath": "Sub-path (optional)",
21
+ "smbDomain": "Domain (optional)",
22
+ "smbUser": "User",
23
+ "smbPassword": "Password",
24
+ "httpSection": "HTTP/HTTPS",
25
+ "httpEnabled": "Enable HTTP/HTTPS source",
26
+ "httpInfo": "Enter a direct URL to a .tar.gz backup file in the main tab. The protocol (https://) is added automatically if omitted.",
27
+ "sftpSection": "SFTP",
28
+ "sftpEnabled": "Enable SFTP",
29
+ "sftpHost": "Host / IP",
30
+ "sftpPort": "Port",
31
+ "sftpUser": "User",
32
+ "sftpPassword": "Password",
33
+ "sftpPath": "Path",
34
+ "webdavSection": "WebDAV",
35
+ "webdavEnabled": "Enable WebDAV",
36
+ "webdavUrl": "Server URL",
37
+ "webdavUser": "User",
38
+ "webdavPassword": "Password",
39
+ "webdavPath": "Path"
40
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "localSection": "Local Backups",
3
+ "localEnabled": "Enable local backups",
4
+ "backupPath": "Backup path",
5
+ "suggestPath": "Suggest path",
6
+ "ftpSection": "FTP",
7
+ "ftpEnabled": "Enable FTP",
8
+ "ftpHost": "Host",
9
+ "ftpPort": "Port",
10
+ "ftpSecure": "Use FTPS (TLS)",
11
+ "ftpUser": "User",
12
+ "ftpPassword": "Password",
13
+ "ftpPath": "Path",
14
+ "testConnection": "Test connection",
15
+ "smbSection": "SMB (v2)",
16
+ "smbEnabled": "Enable SMB",
17
+ "smbInfo": "Only SMB2 is supported.",
18
+ "smbHost": "Host / IP",
19
+ "smbShare": "Share name",
20
+ "smbPath": "Sub-path (optional)",
21
+ "smbDomain": "Domain (optional)",
22
+ "smbUser": "User",
23
+ "smbPassword": "Password",
24
+ "httpSection": "HTTP/HTTPS",
25
+ "httpEnabled": "Enable HTTP/HTTPS source",
26
+ "httpInfo": "Enter a direct URL to a .tar.gz backup file in the main tab. The protocol (https://) is added automatically if omitted.",
27
+ "sftpSection": "SFTP",
28
+ "sftpEnabled": "Enable SFTP",
29
+ "sftpHost": "Host / IP",
30
+ "sftpPort": "Port",
31
+ "sftpUser": "User",
32
+ "sftpPassword": "Password",
33
+ "sftpPath": "Path",
34
+ "webdavSection": "WebDAV",
35
+ "webdavEnabled": "Enable WebDAV",
36
+ "webdavUrl": "Server URL",
37
+ "webdavUser": "User",
38
+ "webdavPassword": "Password",
39
+ "webdavPath": "Path"
40
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "localSection": "Local Backups",
3
+ "localEnabled": "Enable local backups",
4
+ "backupPath": "Backup path",
5
+ "suggestPath": "Suggest path",
6
+ "ftpSection": "FTP",
7
+ "ftpEnabled": "Enable FTP",
8
+ "ftpHost": "Host",
9
+ "ftpPort": "Port",
10
+ "ftpSecure": "Use FTPS (TLS)",
11
+ "ftpUser": "User",
12
+ "ftpPassword": "Password",
13
+ "ftpPath": "Path",
14
+ "testConnection": "Test connection",
15
+ "smbSection": "SMB (v2)",
16
+ "smbEnabled": "Enable SMB",
17
+ "smbInfo": "Only SMB2 is supported.",
18
+ "smbHost": "Host / IP",
19
+ "smbShare": "Share name",
20
+ "smbPath": "Sub-path (optional)",
21
+ "smbDomain": "Domain (optional)",
22
+ "smbUser": "User",
23
+ "smbPassword": "Password",
24
+ "httpSection": "HTTP/HTTPS",
25
+ "httpEnabled": "Enable HTTP/HTTPS source",
26
+ "httpInfo": "Enter a direct URL to a .tar.gz backup file in the main tab. The protocol (https://) is added automatically if omitted.",
27
+ "sftpSection": "SFTP",
28
+ "sftpEnabled": "Enable SFTP",
29
+ "sftpHost": "Host / IP",
30
+ "sftpPort": "Port",
31
+ "sftpUser": "User",
32
+ "sftpPassword": "Password",
33
+ "sftpPath": "Path",
34
+ "webdavSection": "WebDAV",
35
+ "webdavEnabled": "Enable WebDAV",
36
+ "webdavUrl": "Server URL",
37
+ "webdavUser": "User",
38
+ "webdavPassword": "Password",
39
+ "webdavPath": "Path"
40
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "localSection": "Local Backups",
3
+ "localEnabled": "Enable local backups",
4
+ "backupPath": "Backup path",
5
+ "suggestPath": "Suggest path",
6
+ "ftpSection": "FTP",
7
+ "ftpEnabled": "Enable FTP",
8
+ "ftpHost": "Host",
9
+ "ftpPort": "Port",
10
+ "ftpSecure": "Use FTPS (TLS)",
11
+ "ftpUser": "User",
12
+ "ftpPassword": "Password",
13
+ "ftpPath": "Path",
14
+ "testConnection": "Test connection",
15
+ "smbSection": "SMB (v2)",
16
+ "smbEnabled": "Enable SMB",
17
+ "smbInfo": "Only SMB2 is supported.",
18
+ "smbHost": "Host / IP",
19
+ "smbShare": "Share name",
20
+ "smbPath": "Sub-path (optional)",
21
+ "smbDomain": "Domain (optional)",
22
+ "smbUser": "User",
23
+ "smbPassword": "Password",
24
+ "httpSection": "HTTP/HTTPS",
25
+ "httpEnabled": "Enable HTTP/HTTPS source",
26
+ "httpInfo": "Enter a direct URL to a .tar.gz backup file in the main tab. The protocol (https://) is added automatically if omitted.",
27
+ "sftpSection": "SFTP",
28
+ "sftpEnabled": "Enable SFTP",
29
+ "sftpHost": "Host / IP",
30
+ "sftpPort": "Port",
31
+ "sftpUser": "User",
32
+ "sftpPassword": "Password",
33
+ "sftpPath": "Path",
34
+ "webdavSection": "WebDAV",
35
+ "webdavEnabled": "Enable WebDAV",
36
+ "webdavUrl": "Server URL",
37
+ "webdavUser": "User",
38
+ "webdavPassword": "Password",
39
+ "webdavPath": "Path"
40
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "localSection": "Local Backups",
3
+ "localEnabled": "Enable local backups",
4
+ "backupPath": "Backup path",
5
+ "suggestPath": "Suggest path",
6
+ "ftpSection": "FTP",
7
+ "ftpEnabled": "Enable FTP",
8
+ "ftpHost": "Host",
9
+ "ftpPort": "Port",
10
+ "ftpSecure": "Use FTPS (TLS)",
11
+ "ftpUser": "User",
12
+ "ftpPassword": "Password",
13
+ "ftpPath": "Path",
14
+ "testConnection": "Test connection",
15
+ "smbSection": "SMB (v2)",
16
+ "smbEnabled": "Enable SMB",
17
+ "smbInfo": "Only SMB2 is supported.",
18
+ "smbHost": "Host / IP",
19
+ "smbShare": "Share name",
20
+ "smbPath": "Sub-path (optional)",
21
+ "smbDomain": "Domain (optional)",
22
+ "smbUser": "User",
23
+ "smbPassword": "Password",
24
+ "httpSection": "HTTP/HTTPS",
25
+ "httpEnabled": "Enable HTTP/HTTPS source",
26
+ "httpInfo": "Enter a direct URL to a .tar.gz backup file in the main tab. The protocol (https://) is added automatically if omitted.",
27
+ "sftpSection": "SFTP",
28
+ "sftpEnabled": "Enable SFTP",
29
+ "sftpHost": "Host / IP",
30
+ "sftpPort": "Port",
31
+ "sftpUser": "User",
32
+ "sftpPassword": "Password",
33
+ "sftpPath": "Path",
34
+ "webdavSection": "WebDAV",
35
+ "webdavEnabled": "Enable WebDAV",
36
+ "webdavUrl": "Server URL",
37
+ "webdavUser": "User",
38
+ "webdavPassword": "Password",
39
+ "webdavPath": "Path"
40
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "localSection": "Local Backups",
3
+ "localEnabled": "Enable local backups",
4
+ "backupPath": "Backup path",
5
+ "suggestPath": "Suggest path",
6
+ "ftpSection": "FTP",
7
+ "ftpEnabled": "Enable FTP",
8
+ "ftpHost": "Host",
9
+ "ftpPort": "Port",
10
+ "ftpSecure": "Use FTPS (TLS)",
11
+ "ftpUser": "User",
12
+ "ftpPassword": "Password",
13
+ "ftpPath": "Path",
14
+ "testConnection": "Test connection",
15
+ "smbSection": "SMB (v2)",
16
+ "smbEnabled": "Enable SMB",
17
+ "smbInfo": "Only SMB2 is supported.",
18
+ "smbHost": "Host / IP",
19
+ "smbShare": "Share name",
20
+ "smbPath": "Sub-path (optional)",
21
+ "smbDomain": "Domain (optional)",
22
+ "smbUser": "User",
23
+ "smbPassword": "Password",
24
+ "httpSection": "HTTP/HTTPS",
25
+ "httpEnabled": "Enable HTTP/HTTPS source",
26
+ "httpInfo": "Enter a direct URL to a .tar.gz backup file in the main tab. The protocol (https://) is added automatically if omitted.",
27
+ "sftpSection": "SFTP",
28
+ "sftpEnabled": "Enable SFTP",
29
+ "sftpHost": "Host / IP",
30
+ "sftpPort": "Port",
31
+ "sftpUser": "User",
32
+ "sftpPassword": "Password",
33
+ "sftpPath": "Path",
34
+ "webdavSection": "WebDAV",
35
+ "webdavEnabled": "Enable WebDAV",
36
+ "webdavUrl": "Server URL",
37
+ "webdavUser": "User",
38
+ "webdavPassword": "Password",
39
+ "webdavPath": "Path"
40
+ }