summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-11-02 12:02:08 +0000
committerGitHub <noreply@github.com>2021-11-02 12:02:08 +0000
commit36b42d42c916a202dfedbec1c1c29baf889c9bf9 (patch)
tree376c1c1ea90e763bd30d73641d2861caee7d425f /nixos/doc
parentde72551e2285aca512ef69b2d06b71d8cd6e42bd (diff)
parent20c2dc6c9323e7d005518f94acbf96e7113c01dd (diff)
Merge staging-next into staging
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml23
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md4
2 files changed, 27 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index 33abf9df1f2b..2ba82beda189 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -1723,6 +1723,29 @@ Superuser created successfully.
better user experience and benefit from this change.
</para>
</listitem>
+ <listitem>
+ <para>
+ Dokuwiki now supports caddy! However
+ </para>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ the nginx option has been removed, in the new
+ configuration, please use the
+ <literal>dokuwiki.webserver = &quot;nginx&quot;</literal>
+ instead.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The <quote>${hostname}</quote> option has been deprecated,
+ please use
+ <literal>dokuwiki.sites = [ &quot;${hostname}&quot; ]</literal>
+ instead
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
</itemizedlist>
</section>
</section>
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index 86a4db81131c..43bf3a3588b4 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -488,3 +488,7 @@ In addition to numerous new and upgraded packages, this release has the followin
- custom OVMF package (e.g.: `pkgs.OVMFFull` with HTTP, CSM and Secure Boot support) ([`virtualisation.libvirtd.qemu.ovmf.package`](options.html#opt-virtualisation.libvirtd.qemu.ovmf.package)).
- The `cawbird` Twitter client now uses its own API keys to count as different application than upstream builds. This is done to evade application-level rate limiting. While existing accounts continue to work, users may want to remove and re-register their account in the client to enjoy a better user experience and benefit from this change.
+
+- Dokuwiki now supports caddy! However
+ - the nginx option has been removed, in the new configuration, please use the `dokuwiki.webserver = "nginx"` instead.
+ - The "${hostname}" option has been deprecated, please use `dokuwiki.sites = [ "${hostname}" ]` instead