From cc89f448f2714913dd70736458805fb0815579ae Mon Sep 17 00:00:00 2001 From: Moritz Date: Fri, 20 Jan 2023 11:13:51 +0100 Subject: [PATCH] update release file for next release --- releases/{next => 3.2.0+25.0.1-fpm} | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) rename releases/{next => 3.2.0+25.0.1-fpm} (64%) diff --git a/releases/next b/releases/3.2.0+25.0.1-fpm similarity index 64% rename from releases/next rename to releases/3.2.0+25.0.1-fpm index 684f01f..cbdbc6e 100644 --- a/releases/next +++ b/releases/3.2.0+25.0.1-fpm @@ -26,6 +26,7 @@ Add SMTP Config to your .env file: # MAIL_FROM_ADDRESS= # MAIL_DOMAIN= # SECRET_SMTP_PASSWORD_VERSION=v1 +abra app secret insert example.com smtp_password v1 example_password ``` @@ -36,6 +37,21 @@ Some Apps can also be managed with abra app cmd! ``` # COMPOSE_FILE="$COMPOSE_FILE:compose.apps.yml" # APPS="calendar sociallogin onlyoffice" +abra app cmd example.com app install_apps # ONLYOFFICE_URL=https://onlyoffice.example.com +# SECRET_ONLYOFFICE_JWT_VERSION=v1 +abra app secret insert example.com onlyoffice_jwt v1 example_password +abra app cmd example.com app install_onlyoffice # BBB_URL=https://talk.example.org/bigbluebutton/ # trailing slash! +# SECRET_BBB_SECRET_VERSION=v1 +abra app secret insert example.com bbb_secret v1 example_password +abra app cmd example.com app install_bbb ``` + +## Set Quota + +``` +# DEFAULT_QUOTA="10 GB" +abra app cmd example.com app set_default_quota +``` +