mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-11 16:20:20 +00:00
Make borg_remote_repo an attribute
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
parent
4d246add8a
commit
6df0333f71
3 changed files with 12 additions and 16 deletions
|
|
@ -94,7 +94,7 @@ $app->get('/containers', function (Request $request, Response $response, array $
|
|||
'domain' => $configurationManager->domain,
|
||||
'apache_port' => $configurationManager->GetApachePort(),
|
||||
'borg_backup_host_location' => $configurationManager->borg_backup_host_location,
|
||||
'borg_remote_repo' => $configurationManager->GetBorgRemoteRepo(),
|
||||
'borg_remote_repo' => $configurationManager->borg_remote_repo,
|
||||
'borg_public_key' => $configurationManager->GetBorgPublicKey(),
|
||||
'nextcloud_password' => $configurationManager->GetAndGenerateSecret('NEXTCLOUD_PASSWORD'),
|
||||
'containers' => (new \AIO\ContainerDefinitionFetcher($container->get(\AIO\Data\ConfigurationManager::class), $container))->FetchDefinition(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue