forked from github.com/plausible-hosting
Docker compose configs for Plausible analytics
9827f5ace7
On a server which has IPv6 configured, `sudo certbot --nginx` would fail because certbot looks for both A and AAAA DNS records, and if AAAA (IPv6) is found it uses that. By adding: ``` listen 80; listen [::]:80; ``` issue #22 is solved. Servers which have only IPv4 configured will continue working normally. |
||
---|---|---|
clickhouse | ||
geoip | ||
reverse-proxy | ||
docker-compose.yml | ||
plausible-conf.env | ||
README.md |
Plausible Analytics setup examples
This repository acts as a a template to get up and running with Plausible Analytics.
How to use
Find instructions on how to run Plausible Analytics Self Hosted in our docs.
Contributing
We are always looking to expand on the options and setups provided here. Feel free to open an issue or PR if you feel something could be improved.