RealOrangeOne / django-plausible

Django module to provide easy Plausible integration, with Wagtail support
https://pypi.org/project/django-plausible/
BSD 3-Clause "New" or "Revised" License
16 stars 2 forks source link

Self-hosted plausible.io #3

Closed eracle closed 2 years ago

eracle commented 2 years ago

Does this project provide integration with the self-hosted solution?

RealOrangeOne commented 2 years ago

Absolutely it does!

Take a look at the Configuration section of the README. You just need to set PLAUSIBLE_DOMAIN to the hostname of your Plausible instance, and everything else should work as expected.