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

Is the install compatible with ipv6 only instances ? #36

Open
tarbib opened this issue Jan 1, 2024 · 2 comments
Open

Is the install compatible with ipv6 only instances ? #36

tarbib opened this issue Jan 1, 2024 · 2 comments

Comments

@tarbib
Copy link

tarbib commented Jan 1, 2024

Hello,

Here is my DNS records :
image
I've run ./configure-instance.sh
I get this error:
image

Additional infos from https://ready.chair6.net/
image

I was wondering can Piped with Docker work with ipv6 only servers?

Thanks

@tarbib
Copy link
Author

tarbib commented Jan 2, 2024

In the logs it seems that letsencrypt servers are not reachable:

caddy | {"level":"error","ts":1704221056.9808023,"logger":"tls.obtain","msg":"could not get certificate from issuer","identifier":"MYDOMAIN.io","issuer":"acme-v02.api.letsencrypt.org-directory","error":"registering account [] with server: provisioning client: performing request: Get \"https://acme-staging-v02.api.letsencrypt.org/directory\": dial tcp 172.65.46.172:443: connect: network is unreachable"}

On the other hand it seems supported:
https://letsencrypt.org/docs/ipv6-support/

@Bnyro
Copy link
Member

Bnyro commented May 23, 2024

Did you try appending

networks:
  default:
    enable_ipv6: true
    ipam:
      config:
        - subnet: 2001:db8::/112

to the end of docker-compose.yml? Enabling IPv6 is described at the bottom of https://docs.piped.video/docs/self-hosting/ (IPv6 rotator section).

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

No branches or pull requests

2 participants