https://github.com/b13/umami
Umami Integration in TYPO3 Backend
https://github.com/b13/umami
Last synced: 3 months ago
JSON representation
Umami Integration in TYPO3 Backend
- Host: GitHub
- URL: https://github.com/b13/umami
- Owner: b13
- License: gpl-2.0
- Created: 2022-11-16T14:49:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-30T10:13:24.000Z (3 months ago)
- Last Synced: 2026-03-30T12:12:39.895Z (3 months ago)
- Language: PHP
- Size: 42 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# B13 Umami Statistics for the TYPO3 Backend
This extension adds a backend module to the web main module.
To enable statistics for a site the corresponding umami URL has to be set in the site configuration.
```
umami_statistic_url: ''
```
To allow backend users to view the statistics, they need access to the module as well as the root pages.
If a user does not have direct access to a root page you can also allow additional root pages via a comma separated list
using UserTS:
```
umami.allowedRootPages = rootPageId_1,rootPageId_2
```