You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Docker:Enter the docker container, `data/config.json`
29
-
- openwrt:If you use `Luci-APP-Alist`, please modify on the webpage,other Please find the AList execution file, the same level directory `data/config.json`
30
-
- Other:Find the `data/config.json` in AList executing files
26
+
- Windows/Mac: `data/config.json` in the same level folder as AList
- Docker: Enter the docker container, `data/config.json`
29
+
- openwrt: If you use `Luci-APP-Alist`, please modify on the webpage,other Please find the AList execution file, the same level directory `data/config.json`
30
+
- Other: Find the `data/config.json` in AList executing files
31
31
32
32
:::
33
33
@@ -56,7 +56,8 @@ After modifying the configuration file in `config.json`, you need to restart ALi
56
56
"force_https": false,
57
57
"cert_file": "",
58
58
"key_file": "",
59
-
"unix_file": ""
59
+
"unix_file": "",
60
+
"unix_file_perm": ""
60
61
},
61
62
"temp_dir": "data\\temp",
62
63
"bleve_dir": "data\\bleve",
@@ -151,7 +152,7 @@ The database configuration, the default is `sqlite3`, you can also use `mysql` o
151
152
152
153
:::: details Expand to view `ssl_mode` parameter options
153
154
154
-
If you don’t know how to fill in, fill in the default blank, no need to modify, if you can’t use it if you don’t fill it in, do your own research, and you can’t provide much effective help
155
+
If you don't know how to fill in, fill in the default blank, no need to modify, if you can't use it if you don't fill it in, do your own research, and you can't provide much effective help
155
156
156
157
---
157
158
@@ -200,7 +201,8 @@ The scheme configuration, if you want to use https, you can set this field.
200
201
"force_https": false, // Whether the HTTPS protocol is forcibly, if it is set to True, the user can only access the website through HTTPS
201
202
"cert_file": "data\\cert.crt", // Path of cert file
202
203
"key_file": "data\\key.key", // Path of key file
203
-
"unix_file": ""// Unix socket file path to listen on, default empty, if you want to use unix socket, set it to non empty
204
+
"unix_file": "", // Unix socket file path to listen on, default empty, if you want to use unix socket, set it to non empty
205
+
"unix_file_perm": ""// Unix socket file permission, set to the appropriate permissions
0 commit comments