mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	* Bump L to N-Scripts to Debian 13 (Trixie) * refactor * Add apt clean command to cleanup process * Add apt clean command to cleanup process --------- Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
		
			
				
	
	
		
			36 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "lldap",
 | 
						|
  "slug": "lldap",
 | 
						|
  "categories": [
 | 
						|
    6
 | 
						|
  ],
 | 
						|
  "date_created": "2024-08-06",
 | 
						|
  "type": "ct",
 | 
						|
  "updateable": true,
 | 
						|
  "privileged": false,
 | 
						|
  "interface_port": 17170,
 | 
						|
  "documentation": "https://github.com/lldap/lldap/blob/main/README.md",
 | 
						|
  "website": "https://github.com/lldap/lldap",
 | 
						|
  "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/lldap.webp",
 | 
						|
  "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": "13"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "default_credentials": {
 | 
						|
    "username": "admin",
 | 
						|
    "password": "password"
 | 
						|
  },
 | 
						|
  "notes": []
 | 
						|
}
 |