{"id":30807329,"url":"https://github.com/dethdkn/ldap-nel","last_synced_at":"2026-05-07T10:32:45.548Z","repository":{"id":310529991,"uuid":"1023663235","full_name":"dethdkn/ldap-nel","owner":"dethdkn","description":"🔐 Modern web interface for LDAP administration","archived":false,"fork":false,"pushed_at":"2025-09-02T16:40:25.000Z","size":2403,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-25T03:43:44.019Z","etag":null,"topics":["docker","go","ldap","nuxt","vue"],"latest_commit_sha":null,"homepage":"https://ldap-nel.pages.dev","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dethdkn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-21T13:56:19.000Z","updated_at":"2025-10-17T02:38:22.000Z","dependencies_parsed_at":"2025-08-18T18:43:40.721Z","dependency_job_id":null,"html_url":"https://github.com/dethdkn/ldap-nel","commit_stats":null,"previous_names":["dethdkn/ldap-nel"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/dethdkn/ldap-nel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dethdkn%2Fldap-nel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dethdkn%2Fldap-nel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dethdkn%2Fldap-nel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dethdkn%2Fldap-nel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dethdkn","download_url":"https://codeload.github.com/dethdkn/ldap-nel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dethdkn%2Fldap-nel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32733506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","go","ldap","nuxt","vue"],"created_at":"2025-09-06T02:06:25.116Z","updated_at":"2026-05-07T10:32:45.528Z","avatar_url":"https://github.com/dethdkn.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n   \u003cimg src=\"https://github.com/dethdkn/ldap-nel/blob/main/public/nel.png?raw=true\" alt=\"Ldap-Nel\" width=\"100px\"/\u003e\n\u003ch1 align=\"center\"\u003eLdap-Nel\u003c/h1\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e🔐 Modern web interface for LDAP administration\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n   \u003ca href=\"https://github.com/dethdkn/ldap-nel/blob/main/LICENSE\"\u003e\n      \u003cimg src=\"https://img.shields.io/github/license/dethdkn/ldap-nel?color=%233da639\u0026logo=open%20source%20initiative\" alt=\"License\"/\u003e\n  \u003c/a\u003e\n   \u003ca href=\"https://gitmoji.dev\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67\" alt=\"Gitmoji\"/\u003e\n   \u003c/a\u003e\n   \u003ca href=\"https://rosa.dev.br\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/check me!-👻-F28AA9\" alt=\"rosa.dev.br\"/\u003e\n   \u003c/a\u003e\n\u003c/p\u003e\n\nhttps://github.com/user-attachments/assets/2e3a476c-90e7-4969-ade3-3bf6ce6ec361\n\n## ✨ Reason\n\nAt [CBPF](https://cbpf.br), where I work, we use LDAP Admin to make small adjustments to our OpenLDAP server. However, LDAP Admin is a Windows-only tool, which creates issues for team members who use macOS or Linux. To solve this, I developed Ldap-Nel, a web-based application that can be accessed from any platform, anywhere—making LDAP management more accessible and convenient for the whole team.\\\nI also wanted to learn Go 😄\n\n## 🚀 Setup\n\n1. **Install Docker and Docker Compose:**\\\nFollow the official [Docker installation](https://docs.docker.com/get-started/get-docker/) guide for your operating system.\n\n2. **Create a `docker-compose.yaml` file:**\\\nCopy the contents from the [example](https://github.com/dethdkn/ldap-nel/blob/main/docker-compose.yaml) into your own `docker-compose.yaml`.\\\nor download it\n```sh\ncurl -L -o docker-compose.yaml https://raw.githubusercontent.com/dethdkn/ldap-nel/main/docker-compose.yaml\n# or\nwget -O docker-compose.yaml https://raw.githubusercontent.com/dethdkn/ldap-nel/main/docker-compose.yaml\n```\n\n3. **Create a `.env` file:**\\\nUse the [`.env.example`](https://github.com/dethdkn/ldap-nel/blob/main/.env.example) as a starting point and adjust the values to match your environment.\\\n```sh\ncurl -L -o .env https://raw.githubusercontent.com/dethdkn/ldap-nel/main/.env.example\n# or\nwget -O .env https://raw.githubusercontent.com/dethdkn/ldap-nel/main/.env.example\n```\n🔑 JWT_SECRET: At least 32 characters\\\n🔐 ENCRYPTION_KEY: This must be a base64-encoded string that decodes to 32 bytes (AES-256).\n\n✅ To generate a valid encryption key run:\n```bash\nopenssl rand -base64 32\n```\n\n4. **Create the database folder:**\\\nRun the following command to create the required database volume directory (as defined in `docker-compose.yaml`):  \n```bash\nmkdir ./database\n```\n\n5. **Pull and start the container:**\n```bash\ndocker compose pull\ndocker compose up -d --force-recreate\n```\n\n6.\t**(Optional) Set up a reverse proxy:**\\\nFor production use, you can put the Docker app behind an Nginx reverse proxy to serve it on ports 80 or 443.\n\n## ⬆️ Upgrade\n\nTo upgrade `ldap-nel` to the latest version:\n\n1. **Pull the latest image:**\n```bash\ndocker compose pull\n```\n\n2. **Recreate and restart the containers:**\n```bash\ndocker compose up -d --force-recreate\n```\n\n## 📝 License\n\nCopyright © 2025 [Gabriel 'DethDKN' Rosa](https://github.com/dethdkn)\\\nThis project is under [MIT license](https://github.com/dethdkn/ldap-nel/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdethdkn%2Fldap-nel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdethdkn%2Fldap-nel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdethdkn%2Fldap-nel/lists"}