summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2021-11-02 09:36:58 +0900
committerRaphael Megzari <raphael@megzari.com>2021-11-02 19:29:49 +0900
commit81640c0d8cbc719c079dca6f24c420f1cfea9c82 (patch)
tree40062f02296cc771f179ce6e8a9728f680a00746 /nixos/doc
parenta1555dea14dca030ba427fab038357de3602d9a2 (diff)
dokuwiki: add release notes
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 c9657048f579..6378520762b3 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
@@ -1715,6 +1715,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 2301b76304a9..c2ea7bb24e07 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -486,3 +486,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