Replies: 1 comment
-
Hi, as you're getting rate limited by Let's Encrypt as it's trying to provision an SSL certificate, it looks like you're not using a real TLD and need to configure your domain name records: https://github.com/AdrienPoupa/docker-compose-nas#traefik-and-ssl-certificates |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
alright.. I'm not new to docker.. or servers.. but I'm having some trouble with this install.. and I'd love some help.
setup:
process:
-- PIA_USER (put my info in)
-- PIA_PASSWORD (put my info in)
-- PIA_LOCAL_NETWORK="10.0.0.8/8" (changed to the network I'm running)
-- HOSTNAME="medianas. [my local doman].lan (I have a local dns record set up)
.. what else do I need to change?
I dont need outside access? its just going to be within my home network, no one else needs access.
I get this error dealing with Traefik:
traefik | 2025-04-29T00:10:01Z ERR Unable to obtain ACME certificate for domains error="cannot get ACME client acme: error: 429 :: POST :: https://acme-v02.api.letsencrypt.org/acme/new-acct :: urn:ietf:params:acme:error:rateLimited :: too many new registrations (10) from this IP address in the last 3h0m0s, retry after 2025-04-29 00:12:14 UTC: see https://letsencrypt.org/docs/rate-limits/#new-registrations-per-ip-address" ACME CA=https://acme-v02.api.letsencrypt.org/directory acmeCA=https://acme-v02.api.letsencrypt.org/directory domains=["media.dmhome.lan"] providerName=myresolver.acme routerName=jellyseerr@docker rule="(Host(
media. [mylocal doman].lan) && PathPrefix(
/jellyseerr))"
any help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions