Refactor: NPMPlus / Default Login (#11262)

This commit is contained in:
CanbiZ (MickLesk)
2026-01-28 11:06:02 +01:00
committed by GitHub
parent 0453673115
commit 6c1d1e1e71
2 changed files with 5 additions and 49 deletions

View File

@@ -39,8 +39,8 @@
}
],
"default_credentials": {
"username": "admin@example.org",
"password": null
"username": "admin@local.com",
"password": "helper-scripts.com"
},
"notes": [
{
@@ -48,11 +48,7 @@
"type": "info"
},
{
"text": "The initial starting process can be take 1-2min. ",
"type": "info"
},
{
"text": "Application credentials: `cat /opt/.npm_pwd` - if file not exist in LXC check docker logs for password with `docker logs npmplus`",
"text": "The initial starting process can take 1-2min. ",
"type": "info"
}
]