Website: Add missing docs and config paths (#4131)

* Fix docs and config paths

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update
This commit is contained in:
Slaviša Arežina
2025-04-30 15:11:44 +02:00
committed by GitHub
parent 92b170267b
commit c842943b1b
96 changed files with 2808 additions and 2851 deletions

View File

@ -1,35 +1,35 @@
{
"name": "lldap",
"slug": "lldap",
"categories": [
6
],
"date_created": "2024-08-06",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": 17170,
"documentation": null,
"website": "https://github.com/lldap/lldap",
"logo": "https://avatars.githubusercontent.com/u/129409591?s=64&v=4",
"config_path": "",
"description": "LLDAP is a lightweight LDAP server designed for simplicity and ease of use. It provides secure user authentication and authorization management through LDAP over TLS. Ideal for small to medium-sized environments, It aims to streamline identity management tasks with a minimalistic and straightforward setup.",
"install_methods": [
{
"type": "default",
"script": "ct/lldap.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 4,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "admin",
"password": "password"
},
"notes": []
"name": "lldap",
"slug": "lldap",
"categories": [
6
],
"date_created": "2024-08-06",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": 17170,
"documentation": "https://github.com/lldap/lldap/blob/main/README.md",
"website": "https://github.com/lldap/lldap",
"logo": "https://avatars.githubusercontent.com/u/129409591?s=64&v=4",
"config_path": "",
"description": "LLDAP is a lightweight LDAP server designed for simplicity and ease of use. It provides secure user authentication and authorization management through LDAP over TLS. Ideal for small to medium-sized environments, It aims to streamline identity management tasks with a minimalistic and straightforward setup.",
"install_methods": [
{
"type": "default",
"script": "ct/lldap.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 4,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "admin",
"password": "password"
},
"notes": []
}