Compare commits
6 Commits
85de5434a5
...
510eb9c929
Author | SHA1 | Date | |
---|---|---|---|
|
510eb9c929 | ||
|
98a1c12067 | ||
|
a979a1c600 | ||
|
42c3312fe9 | ||
|
3945167e9d | ||
|
b95acdcba3 |
1
nextcloud/.gitignore
vendored
1
nextcloud/.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
*.secrets
|
||||
.env
|
||||
config.php
|
||||
|
|
|
@ -157,7 +157,7 @@
|
|||
<enable desc="Enable the admin console functionality" type="bool" default="true">true</enable>
|
||||
<enable_pam desc="Enable admin user authentication with PAM" type="bool" default="false">false</enable_pam>
|
||||
<username desc="The username of the admin console. Ignored if PAM is enabled.">nextcloud</username>
|
||||
<password desc="The password of the admin console. Deprecated on most platforms. Instead, use PAM or loolconfig to set up a secure password.">__COLLABORA_PASSWORD__</password>
|
||||
<password desc="The password of the admin console. Deprecated on most platforms. Instead, use PAM or loolconfig to set up a secure password.">__COLLABORA__PASSWORD__</password>
|
||||
</admin_console>
|
||||
|
||||
<monitors desc="Addresses of servers we connect to on start for monitoring">
|
||||
|
|
Loading…
Reference in New Issue
Block a user