From c1885613e4144602c6c8d2a354bf8619de1f6fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 21 Feb 2022 09:43:12 +0100 Subject: [PATCH] Add docs for occ theming:config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl Co-authored-by: Simon L. --- admin_manual/configuration_server/theming.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/admin_manual/configuration_server/theming.rst b/admin_manual/configuration_server/theming.rst index 0434cb2b2..37d0f71f5 100644 --- a/admin_manual/configuration_server/theming.rst +++ b/admin_manual/configuration_server/theming.rst @@ -25,6 +25,18 @@ You can change the following parameters of the look and feel on your instance: .. figure:: ../configuration_server/images/theming.png +Configure theming through CLI +----------------------------- + +Theming configuration can also be adjusted through the ``occ theming:config`` command. + +The following values are available to be set through this: + +- name, url, imprintUrl, privacyUrl, slogan, color ``occ theming:config name "My Example Cloud"`` +- background, logo, favicon, logoheader ``occ theming:config logo /tmp/mylogo.png`` + +.. note:: Images require to be read from a local file on the Nextcloud server + Theming of icons ----------------