mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
add a note on aio's operation mode
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
d908244ef0
commit
5efcff80fe
3 changed files with 12 additions and 4 deletions
|
|
@ -79,6 +79,7 @@ $app->get('/containers', function (Request $request, Response $response, array $
|
|||
$view->addExtension(new \AIO\Twig\ClassExtension());
|
||||
return $view->render($response, 'containers.twig', [
|
||||
'domain' => $configurationManager->GetDomain(),
|
||||
'apache_port' => $configurationManager->GetApachePort(),
|
||||
'borg_backup_host_location' => $configurationManager->GetBorgBackupHostLocation(),
|
||||
'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