This commit is contained in:
MickLesk 2026-02-22 14:20:15 +01:00
parent 3faab43da1
commit 4ec2f7967b
2 changed files with 7 additions and 7 deletions

View File

@ -33,12 +33,12 @@
}, },
"notes": [ "notes": [
{ {
"type": "info", "text": "After installation, use the 'update' option in the script to configure SSH access and/or password authentication.",
"content": "After installation, use the 'update' option in the script to configure SSH access and/or password authentication." "type": "info"
}, },
{ {
"type": "info", "text": "Refer to the official BorgBackup documentation for setup and usage instructions.",
"content": "Refer to the official BorgBackup documentation for setup and usage instructions." "type": "info"
} }
] ]
} }

View File

@ -17,7 +17,7 @@
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/anytype.sh", "script": "ct/anytype-server.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 4096, "ram": 4096,