added meta ssh access to limbomox
All checks were successful
Monitoring services CI/CD Pipeline / deploy (push) Successful in 26s
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 18s

This commit is contained in:
2026-01-18 01:11:59 +00:00
parent bd0e505b45
commit f655f4f925
4 changed files with 15 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
module.exports = {
adminAuth: {
type: "credentials",
users: [{
username: "?????",
password: "??????",
permissions: "*"
}]
}
}