Added missing credentials and script name

This commit is contained in:
Andreas Kruse
2026-04-10 11:13:16 +02:00
parent 60a07e4b07
commit 34829ea4fc

View File

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