docs
docs copied to clipboard
Documentation for Plausible Analytics
Bumps [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) from 2.0.0-beta.21 to 2.0.1. Release notes Sourced from @docusaurus/core's releases. 2.0.0-rc.1 (2022-07-14) :bug: Bug Fix docusaurus #7776 fix(core): swizzle --eject js should not copy theme .d.ts files (@slorber)...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom). These dependencies needed to be updated together. Updates `react` from 17.0.2 to 18.2.0 Release notes Sourced from react's releases. 18.2.0 (June 14, 2022) React DOM Provide...
Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) from 2.0.0-beta.21 to 2.0.1. Release notes Sourced from @docusaurus/preset-classic's releases. 2.0.0-rc.1 (2022-07-14) :bug: Bug Fix docusaurus #7776 fix(core): swizzle --eject js should not copy theme .d.ts files (@slorber)...
Related to https://github.com/plausible/analytics/pull/2046
Per offline talk with clickhouse developers, clickhouse-client will never be updated as it's part of the server binary and the change is the recommended way of using it. Changing the...
Bumps [terser](https://github.com/terser/terser) from 5.14.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Related to: https://github.com/plausible/analytics/pull/2011/
For self-hosted configuration with docker, configuration is provided with environment variables. It would be nice to be able to use docker secrets in order to protect sensitive values, such as...
To be merged alongside https://github.com/plausible/analytics/pull/1892 This updates the installation documentation to no longer mention that the admin user is created during setup. It also stops mentioning the removal of the...
This adds docs for the Google Analytics import feature. The following changes are included: - A dedicated page on the feature aimed at users in the Website Settings section. -...