From 810d0590eb2fe873ee41f8e9aca2f3df0506211e Mon Sep 17 00:00:00 2001 From: szaimen Date: Wed, 13 Apr 2022 14:39:00 +0200 Subject: [PATCH] add a beta channel Signed-off-by: szaimen --- php/templates/containers.twig | 5 ++--- php/templates/setup.twig | 2 +- readme.md | 9 ++++----- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index e9385c1f..a22f15ca 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -16,8 +16,7 @@
-

Nextcloud AIO Beta v0.10.0

- This is beta software and not production ready.

+

Nextcloud AIO v1.0.0

{% set isAnyRunning = false %} {% set isAnyRestarting = false %} @@ -158,7 +157,7 @@ {% endif %} {% if domain != "" and was_start_button_clicked == true %} - You are running the {{ current_channel }} channel. (Logs)

+ You are running the {{ current_channel }} channel. (Logs)

{% endif %} {% if is_backup_container_running == true %} diff --git a/php/templates/setup.twig b/php/templates/setup.twig index 06656e3f..89cd3790 100644 --- a/php/templates/setup.twig +++ b/php/templates/setup.twig @@ -4,7 +4,7 @@