Restored, not un-necessary credentials and fixed notes section

This commit is contained in:
Andreas Kruse
2026-04-10 13:56:18 +02:00
parent 19514e1ac7
commit c8206b35e1

View File

@@ -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"