Changes
Page history
Create home
authored
Apr 03, 2023
by
Chris Croome
Show whitespace changes
Inline
Side-by-side
home.md
0 → 100644
View page @
647ecfd1
# ONLYOFFICE Document Server Notes
The
`onlyoffice-documentserver_7.3.3-49~stretch_amd64.deb`
file contains
`DEBIAN/templates`
which contains:
```
Template: onlyoffice/db-type
Type: string
Description: Choose database type (postgres, mariadb, mysql):
Template: onlyoffice/db-host
Type: string
Default: localhost
Description: Database host:
Template: onlyoffice/db-port
Type: string
Description: Database port:
Leave the field blank to use the default value.
Template: onlyoffice/db-user
Type: string
Default: onlyoffice
Description: Database user:
Template: onlyoffice/db-pwd
Type: password
Default: onlyoffice
Description: Database password:
Template: onlyoffice/db-name
Type: string
Default: onlyoffice
Description: Database name:
Template: onlyoffice/remove-db
Type: boolean
Default: false
Description: Remove database?
This operation will remove the database which contain all ONLYOFFICE data. It is recommended to take backup before removing the database.
Template: onlyoffice/cluster-mode
Type: boolean
Default: false
Description: Use cluster mode?
Type true if documentserver will use in cluster mode.
Template: onlyoffice/ds-port
Type: string
Default: 80
Description: documentserver listening port:
Template: onlyoffice/docservice-port
Type: string
Default: 8000
Description: documentserver docservice listening port:
Template: onlyoffice/example-port
Type: string
Default: 3000
Description: documentserver example listening port:
Template: onlyoffice/rabbitmq-proto
Type: string
Default: amqp
Description: RABBITMQ protocol:
Template: onlyoffice/rabbitmq-host
Type: string
Default: localhost
Description: RabbitMQ host:
Template: onlyoffice/rabbitmq-user
Type: string
Default: guest
Description: RabbitMQ user:
Template: onlyoffice/rabbitmq-pwd
Type: password
Default: guest
Description: RabbitMQ password:
Template: onlyoffice/jwt-enabled
Type: boolean
Default: true
Description: Enable jwt for documentserver?
Template: onlyoffice/jwt-secret
Type: string
Description: Jwt secret:
Template: onlyoffice/jwt-header
Type: string
Default: Authorization
Description: Jwt authorization header:
```
\ No newline at end of file