WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit a821c6e

Browse files
committed
内容调整
1 parent 29e314f commit a821c6e

File tree

3 files changed

+4
-24
lines changed

3 files changed

+4
-24
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ BookStack开发问题.docx
4242
version_control
4343
*.sh
4444
build-linux.sh
45-
node_modules
45+
node_modules
46+
dist

change.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
- [x] 采集HTML的时候,block 里面的内容不转markdown
5555
- [x] 书籍分类统计不正确的问题
5656
- [x] 采集功能增强,自带截图功能。
57+
- [x] 更新MySQL驱动,支持MySQL 8.x
5758

5859

5960

conf/app.conf.example

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ exportMarginRight=36
5555
exportMarginTop=36
5656
exportMarginBottom=36
5757

58-
#时区设置
59-
timezone = Asia/Shanghai
6058

6159
####################MySQL 数据库配置###########################
6260
db_adapter=mysql
@@ -85,6 +83,7 @@ static_domain=
8583
# 使用Chrome的headless去处理。之前考虑使用phantomjs的,但是phantomjs有些小问题,不如Chrome强大。
8684
# chrome=chromium-browser
8785
chrome=/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome
86+
8887
# 如果使用 puppeteer,则忽略chrome
8988
puppeteer = false
9089

@@ -123,27 +122,6 @@ [email protected]
123122
mail_expired=30
124123

125124

126-
################Active Directory/LDAP################
127-
#是否启用ldap
128-
ldap_enable=false
129-
#ldap主机名
130-
ldap_host=ad.example.com
131-
#ldap端口
132-
ldap_port=3268
133-
#ldap内哪个属性作为用户名
134-
ldap_attribute=sAMAccountName
135-
#搜索范围
136-
ldap_base=DC=example,DC=com
137-
#第一次绑定ldap用户dn
138-
ldap_user=CN=ldap helper,OU=example.com,DC=example,DC=com
139-
#第一次绑定ldap用户密码
140-
ldap_password=superSecret
141-
#自动注册用户角色:0 超级管理员 /1 管理员/ 2 普通用户
142-
ldap_user_role=2
143-
#ldap搜索filter规则,AD服务器: objectClass=User, openldap服务器: objectClass=posixAccount ,也可以定义为其他属性,如: title=mindoc
144-
ldap_filter=objectClass=posixAccount
145-
146-
147125
# 存储类型,后续扩展成本地存储(local)、阿里云OSS存储(oss)、七牛云存储(qiniu)、腾讯云存储(cos)、百度云存储(bos)和又拍云存储(upyun)
148126
# 目前可选项:local、oss
149127
store_type=local

0 commit comments

Comments
 (0)