Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
piops-roles
install_nextcloud
Commits
539b5f66
Commit
539b5f66
authored
Aug 23, 2019
by
Aalaesar
Browse files
Merge branch 'feature/add_max_upload'
parents
77dda61f
7b94b6cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
539b5f66
...
...
@@ -193,11 +193,16 @@ Defines the Nextcloud admin's login.
```
YAML
nextcloud_admin_pwd: "secret"
```
Defines the Nextcloud admin's password.
Defines the Nextcloud admin's password.
**Not defined by default**
If not defined by the user, a random password will be generated.
**Not defined by default**
```
YAML
nextcloud_max_upload_size: "512m"
```
Defines the max size allowed to be uploaded on the server.
Use 0 to __disable__.
If not defined by the user, a random password will be generated.
### Redis Server configuration
```
YAML
nextcloud_install_redis_server: true
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment