From e943a541e5027ff9efbb77a0b8ecd11fd62c1141 Mon Sep 17 00:00:00 2001 From: Dario <dario@bauschutt.org> Date: Mon, 17 Feb 2025 21:16:13 +0100 Subject: [PATCH] dokuwiki: document custom theme options in README --- roles/dokuwiki/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/dokuwiki/README.md b/roles/dokuwiki/README.md index 457dd45..956362f 100644 --- a/roles/dokuwiki/README.md +++ b/roles/dokuwiki/README.md @@ -22,6 +22,8 @@ None. - `dokuwiki__php_version`: Your PHP version, default `7.4` for Debian 11 and `8.2` for Debian 12 - `dokuwiki__php_user`: User of your php-fpm process, default `www-data` - `dokuwiki__nginx_user`: User of your nginx process, default `nginx` +- `dokuwiki__custom_theme_git_url`: Clone URL of custom theme (HTTPS only) +- `dokuwiki__custom_theme_name`: Name of the directory into which the custom theme is cloned ## nginx Configuration