File tree Expand file tree Collapse file tree 9 files changed +34
-5
lines changed Expand file tree Collapse file tree 9 files changed +34
-5
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
4040 { text : 'Casdoor' , link : '/guide/config-casdoor' } ,
4141 { text : 'Logrotate' , link : '/guide/config-logrotate' } ,
4242 { text : 'Cluster' , link : '/guide/config-cluster' } ,
43- { text : 'Auth' , link : '/guide/config-auth' }
43+ { text : 'Auth' , link : '/guide/config-auth' } ,
44+ { text : 'Crypto' , link : '/guide/config-crypto' }
4445 ]
4546 } ,
4647 {
Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ export const zhCNConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
4545 { text : 'Casdoor' , link : '/zh_CN/guide/config-casdoor' } ,
4646 { text : 'Logrotate' , link : '/zh_CN/guide/config-logrotate' } ,
4747 { text : '集群' , link : '/zh_CN/guide/config-cluster' } ,
48- { text : '认证' , link : '/zh_CN/guide/config-auth' }
48+ { text : '认证' , link : '/zh_CN/guide/config-auth' } ,
49+ { text : '加密' , link : '/zh_CN/guide/config-crypto' }
4950 ]
5051 } ,
5152 {
Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ export const zhTWConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
4444 { text : 'Casdoor' , link : '/zh_TW/guide/config-casdoor' } ,
4545 { text : 'Logrotate' , link : '/zh_TW/guide/config-logrotate' } ,
4646 { text : '集群' , link : '/zh_TW/guide/config-cluster' } ,
47- { text : '認證' , link : '/zh_TM/guide/config-auth' }
47+ { text : '認證' , link : '/zh_TW/guide/config-auth' } ,
48+ { text : '加密' , link : '/zh_TW/guide/config-crypto' }
4849 ]
4950 } ,
5051 {
Original file line number Diff line number Diff line change 1+ # Crypto
2+
3+ ## Secret
4+ - Type: ` string `
5+
6+ If this value is empty, Nginx UI will generate a random secret key automatically.
7+ This secret is used to encrypt the sensitive data stored in the database.
Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ features:
5151 - icon : 📱
5252 title : Responsive Web Design
5353 details : Enjoy a seamless experience on any device with responsive web design.
54+ - icon : 🔐
55+ title : 2FA Authentication
56+ details : Secure sensitive actions with two-factor authentication.
5457
5558---
5659
Original file line number Diff line number Diff line change 1+ # Crypto
2+
3+ ## Secret
4+ - Type: ` string `
5+
6+ 如果这个值为空,Nginx UI 将会自动生成一个随机的密钥。这个密钥用于加密存储在数据库中的敏感数据。
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ features:
5151 - icon : 📱
5252 title : 自适应网页设计
5353 details : 通过自适应网页设计在任何设备上享受无缝体验。
54-
54+ - icon : 🔐
55+ title : 双因素认证
56+ details : 使用双因素认证保护敏感操作。
5557---
5658
Original file line number Diff line number Diff line change 1+ # Crypto
2+
3+ ## Secret
4+ - Type: ` string `
5+
6+ 如果這個值為空,Nginx UI 將會自動生成一個隨機的密鑰。這個密鑰用於加密存儲在數據庫中的敏感數據。
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ features:
5151 - icon : 📱
5252 title : 自適應網頁設計
5353 details : 透過自適應網頁設計在任何裝置上享受無縫體驗。
54-
54+ - icon : 🔐
55+ title : 雙因素認證
56+ details : 使用雙因素認證保護敏感操作。
5557---
5658
You can’t perform that action at this time.
0 commit comments