From ea182cdb99b1b78d0c9cbea7ddd520f268595309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Wed, 14 Jul 2021 03:28:57 +0000 Subject: [PATCH] nixos/plausible: docs: Mention caveate of `baseUrl` --- nixos/modules/services/web-apps/plausible.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/modules/services/web-apps/plausible.nix b/nixos/modules/services/web-apps/plausible.nix index 846a770cc14f..b56848b79d21 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 /path components are currently ignored: + + https://github.com/plausible/analytics/issues/1182 + . ''; }; };