summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2021-07-14 03:28:57 +0000
committerNiklas Hambüchen <mail@nh2.me>2021-07-14 03:28:57 +0000
commitea182cdb99b1b78d0c9cbea7ddd520f268595309 (patch)
treec817a2cd9a086be885cd3490fee676d9bdabdb85 /nixos
parent8613698df0674935d4b9c385e2c1a41b64447985 (diff)
downloadnixpkgs-ea182cdb99b1b78d0c9cbea7ddd520f268595309.tar
nixpkgs-ea182cdb99b1b78d0c9cbea7ddd520f268595309.tar.gz
nixpkgs-ea182cdb99b1b78d0c9cbea7ddd520f268595309.tar.bz2
nixpkgs-ea182cdb99b1b78d0c9cbea7ddd520f268595309.tar.lz
nixpkgs-ea182cdb99b1b78d0c9cbea7ddd520f268595309.tar.xz
nixpkgs-ea182cdb99b1b78d0c9cbea7ddd520f268595309.tar.zst
nixpkgs-ea182cdb99b1b78d0c9cbea7ddd520f268595309.zip
nixos/plausible: docs: Mention caveate of `baseUrl`
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-apps/plausible.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/modules/services/web-apps/plausible.nix b/nixos/modules/services/web-apps/plausible.nix
index 846a770cc14..b56848b79d2 100644
--- a/nixos/modules/services/web-apps/plausible.nix
+++ b/nixos/modules/services/web-apps/plausible.nix
@@ -107,6 +107,11 @@ in {
         type = types.str;
         description = ''
           Public URL where plausible is available.
+
+          Note that <literal>/path</literal> components are currently ignored:
+          <link xlink:href="https://github.com/plausible/analytics/issues/1182">
+            https://github.com/plausible/analytics/issues/1182
+          </link>.
         '';
       };
     };