From 34829ea4fc914b25dc0711872a7a39be9d90c4d6 Mon Sep 17 00:00:00 2001 From: Andreas Kruse Date: Fri, 10 Apr 2026 11:13:16 +0200 Subject: [PATCH] Added missing credentials and script name --- json/ownfoil.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/json/ownfoil.json b/json/ownfoil.json index e317d87e..a18a4629 100644 --- a/json/ownfoil.json +++ b/json/ownfoil.json @@ -16,6 +16,7 @@ "install_methods_json":[ { "type":"default", + "script":"ct/ownfoil.sh", "resources":{ "cpu":1, "ram":1024, @@ -25,6 +26,10 @@ } } ], + "default_credentials":{ + "username":null, + "password":null + }, "notes_json":[ { "text":"Ownfoil requires an admin user to be created to enable Authentication. Go to the Settings tab to create a first user that will have admin rights.",