docs(collabora-online): Add info to use alphanumeric caracters
More complex passwords containing some special characters might trigger [ coolwsd ] FTL Failed to initialize COOLWSD: SAXParseException: Invalid token in '/etc/coolwsd/coolwsd.xml', line 244 column 167
This commit is contained in:
parent
553e5a42e3
commit
67180a31ec
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ collabora_online_enabled: true
|
||||||
collabora_online_hostname: collabora.example.com
|
collabora_online_hostname: collabora.example.com
|
||||||
|
|
||||||
# A password for the admin interface, available at: https://COLLABORA_ONLINE_DOMAIN/browser/dist/admin/admin.html
|
# A password for the admin interface, available at: https://COLLABORA_ONLINE_DOMAIN/browser/dist/admin/admin.html
|
||||||
|
# Use only alpha-numeric characters
|
||||||
collabora_online_env_variable_password: ''
|
collabora_online_env_variable_password: ''
|
||||||
|
|
||||||
collabora_online_aliasgroup: "https://{{ nextcloud_hostname | replace('.', '\\.') }}:443"
|
collabora_online_aliasgroup: "https://{{ nextcloud_hostname | replace('.', '\\.') }}:443"
|
||||||
|
|
Loading…
Reference in a new issue