Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1cedsoda authored Mar 2, 2024
1 parent 04f8e48 commit 5eb6805
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Pros:
- [X] Script Source Injection - Inject the `script.js` as raw JS code
- [X] Request Forwarding - Forward requests behind `forwardingPath` to th unami server
- [X] Server Side Tracking - Trigger tracking event from the plugin, No JS needed.
- [ ] Injection when compressed - [Issue](https://github.com/1cedsoda/traefik-umami-plugin/issues/2), [PR in progress](https://github.com/1cedsoda/traefik-umami-plugin/pull/3)

# Installation
To [add this plugin to traefik](https://plugins.traefik.io/install) reference this repository as a plugin in the static config.
Expand Down Expand Up @@ -141,4 +142,4 @@ The `domains` configuration is considered for SST as well. If domains is empty,
The mode `notinjected` is useful if you want to use SST and script injection at the same time, but want to avoid double tracking. Perfect for full analytics coverage of your web service.
There are two modes for server side tracking:
- `all`: Tracks all requests
- `notinjected`: Tracks all requests that have not been injected (always if `scriptInjection` is disabled)
- `notinjected`: Tracks all requests that have not been injected (always if `scriptInjection` is disabled)

0 comments on commit 5eb6805

Please sign in to comment.