Update README.md

This commit is contained in:
SODEMA IT-Solutions 2022-11-29 11:23:15 +01:00 committed by GitHub
parent 9bbeccebb3
commit 94c159014d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,9 @@ I had to install mediawiki for multiple customers and got frustrated fiddling wi
- A docker-compose file to run directly - A docker-compose file to run directly
- integrated LDAPAuthentication2, LDAPAuthorization, LDAPGroups, LDAPProvider, LDAPSyncAll, LDAPUserInfo, PluggableAuth, Auth_remoteuser from official Mediawiki git - integrated LDAPAuthentication2, LDAPAuthorization, LDAPGroups, LDAPProvider, LDAPSyncAll, LDAPUserInfo, PluggableAuth, Auth_remoteuser from official Mediawiki git
- All LDAP related settings are handled via .env file - All LDAP related settings are handled via .env file
- Custom LocalSettings.LDAP.php which includes all the tweaks for connecting to LDAP
- One-Klick installer / doensn't use the web based installation procedure - One-Klick installer / doensn't use the web based installation procedure
- persistent volumes - persistent volumes, so you can edit LocalSettings.php & LocalSettings.LDAP.php
- -
## Usage ## Usage
@ -27,7 +28,6 @@ docker logs -f mediawiki-db
docker logs -f mediawiki-app docker logs -f mediawiki-app
./run_install.sh ./run_install.sh
``` ```
Instead of building yourself you can also just `docker pull sodema/mediawiki-ldap:0.1` Instead of building yourself you can also just `docker pull sodema/mediawiki-ldap:0.1`
Copy example.env to .env and set your Variables Copy example.env to .env and set your Variables