ruslandoga
36d45da228
remove k8s
5 days ago
ruslandoga
3e1462eabd
use v1.5 in docker-compose.yml
2 months ago
ruslandoga
36ada560cb
Merge pull request #65 from joshavant/clickhouse-config-updates
...
Update Clickhouse logging suppression XML
5 months ago
joshavant
fac1deb8f2
Update Clickhouse logging suppression XML
5 months ago
ruslandoga
524cc15440
Merge pull request #64 from plausible/remove-stale-info
...
remove more stale info
5 months ago
ruslandoga
2dc9b61b02
remove more stale info
5 months ago
ruslandoga
0366e4c510
Merge pull request #61 from plausible/remove-stale-info
...
remove references to admin env vars
5 months ago
ruslandoga
a54938ed01
remove references to admin env vars
5 months ago
ruslandoga
5097a507fc
Merge pull request #60 from ketan-vijayvargiya/master
...
Remove admin creation
5 months ago
ketan-vijayvargiya
7a3a3d2dd9
Remove admin creation
6 months ago
Marko Saric
a6fe8d13df
Merge pull request #56 from robertmarsal/patch-1
...
fix: remove typo from the config
8 months ago
Robert Marsal
00a07f352d
Remove typo from the config
8 months ago
ruslandoga
c091fb7119
Merge pull request #52 from ruslandoga/upgrade-postgres
...
upgrade postgres
8 months ago
ruslandoga
a220fd2d08
add postgres upgrade guide
8 months ago
Marko Saric
eb10707338
Merge pull request #55 from Jeroenvb3/master
...
Fixed link to self hosting docs in readme.
8 months ago
Jeroen van Bennekum
812d6bb5e9
Fixed link to self hosting docs in readme.
8 months ago
ruslandoga
cbc35f7e5c
upgrade postgres
8 months ago
ruslandoga
3177d22992
Merge pull request #45 from paskal/paskal/newer_clickhouse
...
Update clickhouse to 22.6
9 months ago
Dmitry Verkhoturov
662452a19b
update clickhouse version to one working under arm
...
Also, previously we used Ubuntu base image.
Now, we're switching to Alpine.
9 months ago
Uku Taht
f768205710
Merge pull request #40 from oscartbeaumont/master
...
fixed incorrect selector for SMTP service
2 years ago
Oscar Beaumont
2a9eaf06bc
fixed incorrect selector for SMTP service
...
The selector was set incorrectly and hence would point to nothing causing 500 errors when sending emails. I must have not tested with SMTP when I originally created the Kubernetes configurations hence this mistake made it through.
2 years ago
Uku Taht
a37016e345
Merge pull request #39 from Philipinho/master
...
Add Apache2 instructions
2 years ago
Philipinho
8b8262a967
Add Apache2 instructions
2 years ago
Uku Taht
dcd6f5d737
Merge pull request #38 from navjotjsingh/restart
...
Add Restart Ability to all the Containers
2 years ago
navjotjsingh
0b6636553f
Add restart to GEOIP container
2 years ago
navjotjsingh
10e446eb2c
Add Restart Ability to all the Containers
2 years ago
Uku Taht
70a5eb11c6
Merge pull request #37 from oscartbeaumont/master
...
added Kubernetes support
2 years ago
Oscar Beaumont
5ca6f3d069
fix: added warning about multiple replicas
2 years ago
Oscar Beaumont
dabb387823
fix: converted Plausible config to secret
...
This was done as the Plausible configuration file contains the secret key base which is used to encrypt the cookies.
2 years ago
Oscar Beaumont
46f050f54c
added plausible init container, security context's & events-db configuration into configmap
2 years ago
Oscar Beaumont
aa9f96cd12
lowered unreasonably high resource requirements
2 years ago
Oscar Beaumont
03919f11f1
changed databases to StatefulSet
2 years ago
Oscar Beaumont
ee329a3138
added Kubernetes support
2 years ago
Uku Taht
3adc80359b
Merge pull request #36 from iwootten/use-latest-clickhouse
...
Use latest versioned clickhouse
2 years ago
Ian Wootten
692a0ffa85
Use latest versioned release
2 years ago
Ian Wootten
9949e2a83f
Revert "Pin Clickhouse version down"
...
This reverts commit 6be56570a1
.
2 years ago
Uku Taht
6be56570a1
Pin Clickhouse version down
2 years ago
Marko Saric
0e92240174
Update issue templates
2 years ago
Uku Taht
53bb9fb9ea
Revert "Changed Postgres version from 12 to latest"
...
This reverts commit a735885fae
.
Fixes #26
3 years ago
Uku Taht
11f3867b70
Merge pull request #23 from mabasic/patch-1
...
Instructs Nginx to listen on both IPv6 and IPv4
3 years ago
Uku Taht
564e059001
Merge pull request #28 from plausible/fix-clickhouse-config
...
Fix clickhouse configuration for docker
3 years ago
Uku Taht
758a79e5d6
Fix clickhouse configuration for docker
3 years ago
Mario Bašić
9827f5ace7
Instructs Nginx to listen on both IPv6 and IPv4
...
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.
3 years ago
Uku Taht
ffdc473cf2
Merge pull request #13 from RealOrangeOne/master
...
Add clickhouse configuration to disable logging tables
3 years ago
Uku Taht
6025983534
Merge pull request #16 from Maciejfiedler/patch-1
...
Changed Postgres version from 12 to latest
3 years ago
Maciej Fiedler
a735885fae
Changed Postgres version from 12 to latest
...
By switching to the latest or 13 version, the plausible_db container will no more complain about the wrong postgres version and shut down. This resolved my error, when i implemented this docker-compose into my own docker-compose.
3 years ago
Jake Howard
1c2004fce7
Add clickhouse configuration to disable logging tables.
...
These tables aren't appropriate for small-scale installations, especially for single home use.
See https://theorangeone.net/posts/calming-down-clickhouse/ and https://github.com/plausible/analytics/issues/301
3 years ago
Uku Taht
5b9e8c9e8d
Merge pull request #11 from birjolaxew/master
...
Add configuration for various reverse proxies
3 years ago
Uku Taht
2d0c1fdb7c
Merge pull request #7 from avimanyu786/patch-1
...
Update docker-compose.geoip.yml
3 years ago
Uku Taht
b861c9be2b
Merge pull request #9 from kiprasmel/patch-1
...
Update plausible-conf.env - remove the brackets around env var values
3 years ago