diff --git a/frontend/public/json/alpine-borgbackup-server.json b/frontend/public/json/alpine-borgbackup-server.json index 5394e07b9..6c4d7dde0 100644 --- a/frontend/public/json/alpine-borgbackup-server.json +++ b/frontend/public/json/alpine-borgbackup-server.json @@ -33,12 +33,12 @@ }, "notes": [ { - "type": "info", - "content": "After installation, use the 'update' option in the script to configure SSH access and/or password authentication." + "text": "After installation, use the 'update' option in the script to configure SSH access and/or password authentication.", + "type": "info" }, { - "type": "info", - "content": "Refer to the official BorgBackup documentation for setup and usage instructions." + "text": "Refer to the official BorgBackup documentation for setup and usage instructions.", + "type": "info" } ] -} +} \ No newline at end of file diff --git a/frontend/public/json/anytype.json b/frontend/public/json/anytype.json index a89835cc9..c3f5b1541 100644 --- a/frontend/public/json/anytype.json +++ b/frontend/public/json/anytype.json @@ -17,7 +17,7 @@ "install_methods": [ { "type": "default", - "script": "ct/anytype.sh", + "script": "ct/anytype-server.sh", "resources": { "cpu": 2, "ram": 4096, @@ -45,4 +45,4 @@ "type": "info" } ] -} +} \ No newline at end of file