Update hortusfox.json

This commit is contained in:
CanbiZ 2025-08-04 16:12:35 +02:00
parent 6a7b47acc4
commit 43b8b40c90

View File

@ -33,7 +33,13 @@
"password": null "password": null
}, },
"notes": [ "notes": [
"Initial password is generated and saved in ~/hortusfox.creds after install.", {
"After installation, access the web UI on http://<CT-IP>/ and log in as admin@example.com with the generated password." "text": "Initial password is generated and saved in ~/hortusfox.creds after install.",
"type": "info"
},
{
"text": "After installation, access the web UI on http://<CT-IP>/ and log in as admin@example.com with the generated password.",
"type": "info"
}
] ]
} }