mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
Change to LDAP supported version
This commit is contained in:
parent
cdae5f6c31
commit
d2a717fec0
2 changed files with 6 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
#useless as long as V1.0 not issued
|
||||
SOURCE_URL=https://github.com/janeczku/calibre-web/archive/d0fd1a46014006138977398ee65f48c98df937e7.zip
|
||||
SOURCE_SUM=0d297719f32670840fb1fcee52d3e73fa6213127709809d9a232f862d037af03
|
||||
SOURCE_URL=https://github.com/Krakinou/calibre-web/archive/calibre-web-masterzip
|
||||
SOURCE_SUM=3cef8d95f2543cc07f5b2a9975f8633d614d2f02e404e1538353a6bd18f3f405
|
||||
SOURCE_FORMAT=zip
|
||||
|
|
|
@ -8,4 +8,7 @@ config_use_goodreads=0,
|
|||
config_logfile=\'\',
|
||||
config_converterpath=\'\',
|
||||
config_calibre=\'\',
|
||||
config_uploading=\'$upload\'
|
||||
config_uploading=\'$upload\'
|
||||
config_use_ldap=1
|
||||
config_ldap_provider_url=\'localhost:389\'
|
||||
config_ldap_dn=\'uid=%s,ou=users,dc=yunohost,dc=org\'
|
Loading…
Add table
Reference in a new issue