Skip to content

Commit

Permalink
shaarli: add required packages for LDAP authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Sep 28, 2022
1 parent bc271cd commit 792cd2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
- add [jitsi](https://gitlab.com/nodiscc/xsrv/-/tree/master/roles/jitsi) role - Jitsi Meet video conferencing solution
- common: kernel: hardening: allow hiding processes from other users ([`kernel_proc_hidepid: no/yes`](https://gitlab.com/nodiscc/xsrv/-/blob/master/roles/common/defaults/main.yml))
- shaarli: add ability to install the python API client ([`shaarli_setup_python_client: no/yes`](https://gitlab.com/nodiscc/xsrv/-/blob/master/roles/shaarli/defaults/main.yml)) and export all shaarli data to a JSON file every hour
- shaarli: add required packages for LDAP authentication

**Removed:**
- tt_rss: remove installation of custom plugins/themes
Expand Down
1 change: 1 addition & 0 deletions roles/shaarli/tasks/shaarli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- php7.4-intl
- php7.4-curl
- php7.4-gettext
- php7.4-ldap

### SHAARLI INSTALLATION ###

Expand Down

0 comments on commit 792cd2b

Please sign in to comment.