Update 'README'
parent
acc2f12acc
commit
7d79bdcb28
37
README.md
37
README.md
|
@ -6,7 +6,7 @@ You must have configured your LDAP with gitea
|
|||
|
||||
Here I will give the settings for a simple [LDAP](https://github.com/rroemhild/docker-test-openldap), you can configure by changing the code as you like
|
||||
|
||||
If you configured the gitea <=> [LDAP](https://github.com/rroemhild/docker-test-openldap) connection correctly, you should have users
|
||||
If you configured the [Gitea](https://hub.docker.com/r/gitea/gitea) <=> [LDAP](https://github.com/rroemhild/docker-test-openldap) connection correctly, you should have users
|
||||
|
||||

|
||||
|
||||
|
@ -14,4 +14,37 @@ You need to create Manage Access Tokens and add key to run.sh or docker-compose.
|
|||
|
||||
The application supports several keys, since to add people to the group you must be the owner of the organization.
|
||||
|
||||

|
||||

|
||||
|
||||
#### create organizations in gitea
|
||||
|
||||

|
||||
|
||||
#### add the appropriate groups in our case: ship_crew, admin_staff
|
||||
|
||||

|
||||
|
||||
### Usage
|
||||
|
||||
|
||||
REP_TIME: '@every 1m' -- you can change the synchronization time of groups
|
||||
|
||||
|
||||
```
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```
|
||||
./run.sh
|
||||
```
|
||||

|
||||
|
||||
|
||||
### Realise
|
||||

|
||||
|
||||

|
||||
|
||||

|
Loading…
Reference in New Issue