We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5642e89 commit e37ab65Copy full SHA for e37ab65
README.md
@@ -1,8 +1,20 @@
1
# A Docker phpldapadmin image
2
3
+This image uses:
4
+
5
+- Alpine as a base image
6
+- [Horsut](https://github.com/FedericoPonzi/Horust#readme) to manage the services
7
+- Nginx as a web server with PHP-FPM
8
+- [Rust Python](https://github.com/RustPython/RustPython) to provide a single binary for `PYTHON2BASH` to work
9
10
## TODO
11
12
- SSL support
13
+- HTTPS support
14
15
+### Supported ENVs
16
17
+- `PHPLDAPADMIN_LDAP_HOSTS` (Only `#PYTHON2BASH:` format)
18
19
## Usage
20
0 commit comments