ansible-role-onlyoffice/README.md

20 lines
573 B
Markdown
Raw Normal View History

2023-09-27 16:35:10 +02:00
OnlyOffice
==========
Installation of OnlyOffice according to the [documentation](https://helpcenter.onlyoffice.com/installation/docs-community-install-ubuntu.aspx).
2023-09-27 17:59:19 +02:00
# Dependencies
You need to enable the *contrib* apt repository.
2023-09-27 16:35:10 +02:00
# Variables
| Name | Type | Default |
|------|------|---------|
| `onlyoffice_db_host` | string | localhost |
| `onlyoffice_db_use` | string | onlyoffice |
| `onlyoffice_db_password` | string | *not set* |
| `onlyoffice_db_name` | string | onlyoffice |
| `onlyoffice_jwt_secret` | string | *not set* |
| `onlyoffice_ds_port` | int | 80 |