From 7d35c0e7987842d30f0ee63aadd40baf3d6bb3ac Mon Sep 17 00:00:00 2001 From: "app-header-generator[bot]" <194485257+app-header-generator[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 07:41:22 +0000 Subject: [PATCH 1/2] Update .app files (#578) Co-authored-by: GitHub Actions --- ct/headers/onlyoffice | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ct/headers/onlyoffice diff --git a/ct/headers/onlyoffice b/ct/headers/onlyoffice new file mode 100644 index 00000000..448440cd --- /dev/null +++ b/ct/headers/onlyoffice @@ -0,0 +1,6 @@ + ____ __ ____ _________ + / __ \____ / /_ __/ __ \/ __/ __(_)_______ + / / / / __ \/ / / / / / / / /_/ /_/ / ___/ _ \ +/ /_/ / / / / / /_/ / /_/ / __/ __/ / /__/ __/ +\____/_/ /_/_/\__, /\____/_/ /_/ /_/\___/\___/ + /____/ From eff6b0d7cfa732977aa8ef4a7992114bf2f639bf Mon Sep 17 00:00:00 2001 From: tremor021 Date: Tue, 17 Jun 2025 09:41:47 +0200 Subject: [PATCH 2/2] Update planka --- ct/planka.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/planka.sh b/ct/planka.sh index 693e53d8..da3f88f8 100644 --- a/ct/planka.sh +++ b/ct/planka.sh @@ -8,8 +8,8 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV APP="planka" var_tags="${var_tags:-Arr}" var_cpu="${var_cpu:-1}" -var_ram="${var_ram:-256}" -var_disk="${var_disk:-2}" +var_ram="${var_ram:-1024}" +var_disk="${var_disk:-8}" var_os="${var_os:-debian}" var_version="${var_version:-12}" var_unprivileged="${var_unprivileged:-1}"