From 4ec2f7967bf9b69f5eb315ea6ebe42ef941f7d93 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Sun, 22 Feb 2026 14:20:15 +0100 Subject: [PATCH] fixes --- frontend/public/json/alpine-borgbackup-server.json | 10 +++++----- frontend/public/json/anytype.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) 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