mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-11 00:07:59 +00:00
Make apache_port an attribute
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
parent
4e373cb2f8
commit
dc28eb6737
3 changed files with 9 additions and 11 deletions
|
|
@ -92,7 +92,7 @@ $app->get('/containers', function (Request $request, Response $response, array $
|
|||
|
||||
return $view->render($response, 'containers.twig', [
|
||||
'domain' => $configurationManager->domain,
|
||||
'apache_port' => $configurationManager->GetApachePort(),
|
||||
'apache_port' => $configurationManager->apache_port,
|
||||
'borg_backup_host_location' => $configurationManager->borg_backup_host_location,
|
||||
'borg_remote_repo' => $configurationManager->borg_remote_repo,
|
||||
'borg_public_key' => $configurationManager->GetBorgPublicKey(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue