add:初次提交

This commit is contained in:
2026-04-21 15:38:57 +08:00
commit 67f7a95fef
290 changed files with 5971 additions and 0 deletions

24
users/manifest.json Normal file
View File

@@ -0,0 +1,24 @@
{
"version": "215",
"requires": {
"cockpit": "122"
},
"menu": {
"index": {
"label": "Accounts",
"order": 70,
"docs": [
{
"label": "Managing user accounts",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/managing-user-accounts-in-the-web-console_system-management-using-the-rhel-8-web-console"
}
],
"keywords": [
{
"matches": ["user", "password", "useradd", "passwd", "username", "login", "access", "roles", "ssh", "keys"]
}
]
}
}
}