An open API service indexing awesome lists of open source software.

https://github.com/kuhball/icecast-ldap

Icecast source authentication via ldap
https://github.com/kuhball/icecast-ldap

authentication icecast ldap source

Last synced: 8 days ago
JSON representation

Icecast source authentication via ldap

Awesome Lists containing this project

README

          

# icecast-ldap
This container provides ldap authentication for icecast sources.

Following env vars are used for the configuration:
- `ICECAST_AUTH_LDAP_SECURE` if true ldaps is used
- `ICECAST_AUTH_LDAP_SRV` hostname or IP from ldap server
- `ICECAST_AUTH_LDAP_DN` dn used for validation

Example icecast.xml mount part:
```xml

/*


```

Build container locally:
```shell script
podman build --rm -t scouball/icecast-ldap:latest .
```

Example kube file for podman pods:
[icecast.yml](icecast.yml)