From c8206b35e1aead92c648e3de63c880d2848dc526 Mon Sep 17 00:00:00 2001 From: Andreas Kruse Date: Fri, 10 Apr 2026 13:56:18 +0200 Subject: [PATCH] Restored, not un-necessary credentials and fixed notes section --- json/ownfoil.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/json/ownfoil.json b/json/ownfoil.json index 66bddfce..dfd70ee1 100644 --- a/json/ownfoil.json +++ b/json/ownfoil.json @@ -9,7 +9,7 @@ "privileged":false, "updateable":true, "interface_port":8465, - "documentation":null, + "documentation":"https://github.com/a1ex4/ownfoil", "website":"https://github.com/a1ex4/ownfoil", "logo":null, "config_path":"/opt/ownfoil/app/config/settings.yaml", @@ -26,7 +26,11 @@ } } ], - "notes_json":[ + "default_credentials":{ + "username":null, + "password":null + }, + "notes":[ { "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.", "type":"warning"