Skip to content

Commit

Permalink
Add phonebook LDAP environment to Tancredi (used in entrypoint) (#315)
Browse files Browse the repository at this point in the history
* Add phonebook LDAP environment to Tancredi (used in entrypoint)

* tancredi: update README.md

NethServer/dev#7053
---------

Co-authored-by: Matteo Valentini <[email protected]>
  • Loading branch information
Stell0 and Amygos authored Oct 8, 2024
1 parent 7895eac commit aa8e6f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions imageroot/systemd/user/tancredi.service
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ ExecStart=/usr/bin/podman run \
--env=TANCREDI_STATIC_TOKEN \
--env=TIMEZONE \
--env=NETHVOICE_PROXY_FQDN \
--env=PHONEBOOK_LDAP* \
--tz=${TIMEZONE} \
--network=host \
${NETHVOICE_TANCREDI_IMAGE}
Expand Down
3 changes: 3 additions & 0 deletions tancredi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ Tancredi code repository are https://github.com/nethesis/tancredi and https://gi
- `NETHVOICE_MARIADB_PORT` port of MariaDB
- `NETHVOICESECRETKEY` secret key used by NethVoice UI to authenticate with Tancredi
- `TANCREDI_STATIC_TOKEN` static token used by NethCTI to authenticate with Tancredi
- `PHONEBOOK_LDAP_PORT` port of the LDAP server used by phonebook, the host is the same as NethVoice host
- `PHONEBOOK_LDAP_USER` user of the LDAP server used by phonebook
- `PHONEBOOK_LDAP_PASS` password for the LDAP server used by phonebook

0 comments on commit aa8e6f2

Please sign in to comment.