mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Add onlyoffice to nextcloud services
This commit is contained in:
parent
3f0f5f12a0
commit
fd30d66ffb
2 changed files with 22 additions and 1 deletions
|
|
@ -6,12 +6,13 @@ $CONFIG = array (
|
|||
'trusted_domains' =>
|
||||
array (
|
||||
0 => 'localhost',
|
||||
1 => 'web',
|
||||
2 => 'cloud.banditlair.com',
|
||||
),
|
||||
'datadirectory' => '/var/www/html/data',
|
||||
'overwrite.cli.url' => 'https://cloud.banditlair.com',
|
||||
'dbtype' => 'mysql',
|
||||
'version' => '13.0.0.14',
|
||||
'version' => '13.0.1.1',
|
||||
'dbname' => 'nextcloud',
|
||||
'dbhost' => 'db',
|
||||
'dbport' => '3306',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue