mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
readme: Update references to nitnelave/lldap to lldap/lldap
This commit is contained in:
committed by
nitnelave
parent
6f04530700
commit
ddfd719884
@@ -5,9 +5,9 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/nitnelave/lldap/actions/workflows/rust.yml?query=branch%3Amain">
|
<a href="https://github.com/lldap/lldap/actions/workflows/rust.yml?query=branch%3Amain">
|
||||||
<img
|
<img
|
||||||
src="https://github.com/nitnelave/lldap/actions/workflows/rust.yml/badge.svg"
|
src="https://github.com/lldap/lldap/actions/workflows/rust.yml/badge.svg"
|
||||||
alt="Build"/>
|
alt="Build"/>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://discord.gg/h5PEdRMNyP">
|
<a href="https://discord.gg/h5PEdRMNyP">
|
||||||
@@ -61,7 +61,7 @@ many backends, from KeyCloak to Authelia to Nextcloud and
|
|||||||
[more](#compatible-services)!
|
[more](#compatible-services)!
|
||||||
|
|
||||||
<img
|
<img
|
||||||
src="https://raw.githubusercontent.com/nitnelave/lldap/master/screenshot.png"
|
src="https://raw.githubusercontent.com/lldap/lldap/master/screenshot.png"
|
||||||
alt="Screenshot of the user list page"
|
alt="Screenshot of the user list page"
|
||||||
width="50%"
|
width="50%"
|
||||||
align="right"
|
align="right"
|
||||||
@@ -94,7 +94,7 @@ MySQL/MariaDB or PostgreSQL.
|
|||||||
|
|
||||||
### With Docker
|
### With Docker
|
||||||
|
|
||||||
The image is available at `nitnelave/lldap`. You should persist the `/data`
|
The image is available at `lldap/lldap`. You should persist the `/data`
|
||||||
folder, which contains your configuration, the database and the private key
|
folder, which contains your configuration, the database and the private key
|
||||||
file.
|
file.
|
||||||
|
|
||||||
@@ -127,7 +127,7 @@ volumes:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
lldap:
|
lldap:
|
||||||
image: nitnelave/lldap:stable
|
image: lldap/lldap:stable
|
||||||
ports:
|
ports:
|
||||||
# For LDAP
|
# For LDAP
|
||||||
- "3890:3890"
|
- "3890:3890"
|
||||||
|
|||||||
Reference in New Issue
Block a user