user.password.generator.strength |
int |
1 |
The strength of generated passwords, a value between 0 (weak) and 4 (strong) |
user.password.generator.numbers |
bool |
false |
Whether or not generated passwords contain numbers |
user.password.generator.special |
bool |
false |
Whether or not generated passwords contain special characters |
user.password.security.duplicates |
bool |
true |
Whether or not the server should check passwords for duplicates |
user.password.security.age |
int |
0 |
Marks passwords a weak if they surpass the specified date mark. 0 is off. |
user.password.security.hash |
int |
40 |
How many characters of the hash should be saved. Can be either 0, 20, 30 or 40. For e2e this is implemented by the client, count characters from the beginning of the string |
user.mail.security |
bool |
true |
Whether or not the user receives mails about security issues |
user.mail.shares |
bool |
false |
Whether or not the user receives mails about new shared objects |
user.notification.security |
bool |
true |
Whether or not the user receives notifications about security issues |
user.notification.shares |
bool |
true |
Whether or not the user receives notifications about new shared objects |
user.notification.errors |
bool |
true |
Whether or not the user receives notifications about background errors |
user.notification.admin |
bool |
true |
Whether or not the user receives notifications about configuration issues. Only for admins |
user.encryption.sse |
int |
1 |
The server side encryption type. 0 = None, 1 = SSEv1, 2 = SSEv1 |
user.encryption.cse |
int |
0 |
The client side encryption type. 0 = None, 1 = CSEv1 |
user.sharing.editable |
bool |
true |
Whether or not the editable option should be set by default for a new share. Not writeable if sharing disabled. |
user.sharing.resharing |
bool |
true |
Whether or not the resharing option should be set by default for a new share. Not writeable if sharing or resharing disabled. |
user.session.lifetime |
int |
600 |
The session lifetime in seconds |
server.version |
string |
- |
The Nextcloud version of the server, e.g. "20" |
server.app.version |
string |
- |
The app version of the server, e.g. "2020.9" |
server.baseUrl |
string |
- |
The base url of the server |
server.baseUrl.webdav |
string |
- |
The base url of the WebDav service used for file storage |
server.sharing.enabled |
bool |
true |
Whether or not sharing is enabled globally |
server.sharing.resharing |
bool |
true |
Whether or not resharing shared entities is enabled globally |
server.sharing.autocomplete |
bool |
true |
Whether or not the auto-complete request works |
server.sharing.types |
array |
["user"] |
List of supported sharing types. |
server.theme.color.primary |
string |
#745bca |
The color of the current Nextcloud theme |
server.theme.color.text |
string |
#ffffff |
The text color of the current Nextcloud theme |
server.theme.color.background |
string |
#ffffff |
The background color of the current Nextcloud theme |
server.theme.background |
string |
- |
The url to the current Nextcloud background image |
server.theme.logo |
string |
- |
The url to the logo of the current Nextcloud theme |
server.theme.label |
string |
"Nextcloud" |
The name of the Nextcloud instance |
server.theme.app.icon |
string |
- |
The url to the current svg app icon |
server.theme.folder.icon |
string |
- |
The url to the current svg folder icon |
server.handbook.url |
string |
- |
The base url of the in-app user handbook |
server.performance |
int |
2 |
An integer value indicating the server performance preference. 0 is a slow server where requests should be avoided (max 1 simultaneous request), 5 is a fast server which can handle many requests (x * 3 simultaneous requests), 6 is for unlimited requests. |
client.* |
- |
null |
The client scope allows client defined keys |