Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added IPv6 Finch support (via the environment-variable FINCH_IPV6) #365

Closed
wants to merge 1 commit into from

Conversation

DKPillo
Copy link

@DKPillo DKPillo commented Mar 9, 2023

Added IPv6 Finch support (via the environment-variable FINCH_IPV6)
@@ -41,6 +41,7 @@ Plausible uses [PostgreSQL](https://www.tutorialspoint.com/postgresql/postgresql
| DATABASE_SOCKET_DIR | -- | Directory where a UNIX socket of postgresql is available. Mutually exclusive with `DATABASE_URL`, can only be used with `DATABASE_NAME` |
| DATABASE_NAME | -- | Name of the database in PostgreSQL to use. Only applicable in conjunction with `DATABASE_SOCKET_DIR` |
| ECTO_IPV6 | -- | When defined, enables ipv6 for the PostgreSQL connection. [Applicable](https://github.com/plausible/analytics/pull/1661) for hosting on fly.io. |
| FINCH_IPV6 | -- | When defined, enables ipv6 for [Finch](https://github.com/sneako/finch) HTTP client. [Applicable](https://github.com/plausible/analytics/pull/2737) for IPv6 only servers. |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| FINCH_IPV6 | -- | When defined, enables ipv6 for [Finch](https://github.com/sneako/finch) HTTP client. [Applicable](https://github.com/plausible/analytics/pull/2737) for IPv6 only servers. |
| FINCH_IPV6 | -- | When defined, enables ipv6 for [Finch](https://github.com/sneako/finch) HTTP client used for 3rd party APIs integrations (Google Analytics, Paddle). [Applicable](https://github.com/plausible/analytics/pull/2737) for IPv6 only servers. |

@ruslandoga
Copy link
Collaborator

👋 @DKPillo

Self-hosted docs are in the process of being moved to https://github.com/plausible/community-edition

I've created plausible/community-edition#102 so as not to forget to document it.

Sorry for a late reply!

@ruslandoga ruslandoga closed this Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants