dokuwiki: add option to checkout custom design repo
All checks were successful
/ Ansible Lint (push) Successful in 1m44s
All checks were successful
/ Ansible Lint (push) Successful in 1m44s
This commit is contained in:
parent
79012fb7f8
commit
7271426502
3 changed files with 25 additions and 1 deletions
|
@ -22,6 +22,12 @@ 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_version`: Version (git branch, tag, ...) to checkout, default main
|
||||
- `dokuwiki__custom_theme_name`: Name of the directory into which the custom theme is cloned
|
||||
|
||||
Warning: if a directory of the same name as `dokuwiki__custom_theme_name` already exists in the same directory, the task will fail.
|
||||
This needs to be manually deleted first before the first run with the the custom theme enabled.
|
||||
|
||||
## nginx Configuration
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue